* Open command prompt
* This is the command for how to lock folder.
cacls "path of folder" /E /P everyone:n
(n - means no access)
* This is the command for how to unlock folder.
cacls "path of folder" /E /P everyone:f
(f - means full access)
thanks for watching video.
0 Comments