#Intro (Lock Folder without any Software)
Now make any folder inaccessible for others without quarreling with any other software or
gadget. It just possible with use of Simple cmd commands only.
Here is the simple steps to follow to do so.
gadget. It just possible with use of Simple cmd commands only.
Here is the simple steps to follow to do so.
#How it works
Actually it 'Deny' the permission to access 'Everyone' from sharing.
#Steps
- Locking
(Assume that a folder name "MatrixMatcher" is on desktop)
[1] Open "cmd"
(Search in start menu)
[2] Type "cd desktop" Press Enter
("Dextop" is path of your folder)
[3] Type "cacls MatrixMatcher /E /P everyone:n" then press "Enter" key
[4] Done!! Now it is inaccessible.
[1] Open "cmd"
(Search in start menu)
[2] Type "cd desktop" Press Enter
("Dextop" is path of your folder)
[3] Type "cacls MatrixMatcher /E /P everyone:n" then press "Enter" key
[4] Done!! Now it is inaccessible.
- Unlocking
[1] Open "cmd"
[2] Type "cd desktop" Press enter
[3] Type "cacls MatrixMatcher /E /P everyone:f" press Enter
[4] Done!! Now it is accessible.
No comments:
Post a Comment