Lock a folder??
You have a folder on your computer and you want to lock it, here is how. ??
As you see, no problem to open the "Test folder" ??
Lets lock our "Test folder" ??
cacls "Test folder" /e /p everyone:n
As you see, the "Test folder" is locked ??
Lets unlock the "Test folder" ??
cacls "Test folder" /e /p everyone:f
Folder is ?? again. ??
Happy locking ?????