Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
using win 32 api to design a software that blocks all computer drives and unlocks them when a password is entered by the user
Posted

Some possible options:

1. Set a boot password in the bios.
2. Use the Windows logon password, it's already there to protect from unauthorised access.
3. Write a filter to intercept I/O requests if the system is locked. To do this you will need to learn how to use the Windows DDK[^].
 
Share this answer
 
Have you considered that this would interfere with Window's use of virtual memory?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900