Restrict Access to any Folder or File Without using any software - TopicsExpress



          

Restrict Access to any Folder or File Without using any software or password Follow the Below Given Steps to restrict access: Open Command Prompt in Windows Type the Following Command : cacls “” / E /P everyone:n For example: calcs “C:users AdministratorDesktop Lock.txt” /E /P everyone :n Remember that path of file/folder should be in double quotes (“”). You will get the following message on Success “Processed File: C:users AdministratorDesktopLock.txt” Now when you try to open the File/Folder You will get the message “Access is denied” . Now to Unlock Folder/File and to give it the full access, follow below given steps: Open Command Prompt in Windows Type the Following Command : cacls “” / E /P everyone:f For example: calcs “C:users AdministratorDesktop Lock.txt” /E /P everyone :f Remember that path of file/folder should be in double quotes (“”). You will get the following message on Success “Processed File: C:users AdministratorDesktopLock.txt” You have successfully unlocked the file/folder.
Posted on: Sun, 07 Jul 2013 05:45:38 +0000

Trending Topics



Recently Viewed Topics




© 2015