Have you ever had the need to protect your data from prying eyes, without using the security features provided by Windows? If so, read this tutorial to learn how to do this by applying your own security policies.
Steps
Step 1. Open 'Notepad'
Step 2. Copy the source code, as shown in the figure
Step 3. Change your login password
Within the code, replace the string 'password here' with the chosen login password.
Step 4. Save the file by naming it 'locker.bat', then, in the 'Save as' field, select' All files (*
*)'.
When finished, hit the 'Save' button.
Step 5. Close the 'Notepad' window
Step 6. Run the 'locker' file by double clicking on it
A folder called 'Private' will be created.
Step 7. Move all the items you want to hide into the 'Private' folder and run the 'locker' file again
Step 8. Follow the on-screen instructions
Step 9. Finished
Nobody will be able to access the contents of the 'Private' folder without knowing the password.
Advice
- The Windows 'Search' function is still able to find your folder.
- If you do not want your folder to appear in a search performed using the Windows 'Explorer' window, configure it as 'Hidden'.
- Keep your password carefully.
- If you copy the code of the 'batch' file directly from this article, through the 'Edit' mode, be sure to remove the '#' character and any white space at the beginning of each line from the text.
- Do not rename the folder after you have protected it, otherwise it will become accessible by anyone.
Warnings
- An experienced user of 'batch' files will be able to trace your password. If you really want to protect your data, use encryption.
- Programs like '7zip File Manager' will still be able to access your protected folder.