Want to lock a folder without using any software / password in Windows,
Just follow the steps as given below :-
Go to start> run> cmd
In command prompt,
Type: cacls “path_of_folder” /E /P everyone:n
To regain access
Type: cacls “path_of_folder” /E /P everyone:f
Note: Do not lock C:\ drive using this trick otherwise Windows will not boot next time.
For example first I created a folder name “TALKTOGAMER” in my D: Drive.Then i run these commands let see what happen.
You can see this, This folder will not be deleted easily.So you can easily put your private stuff in this folder.
Posted by Shubham ;)