You want to lock a folder without using any software / password in Windows,
You can just follow the steps:-
Goto 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.
You can just follow the steps:-
Goto 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.
No comments:
Post a Comment