I was trying to limit access to my sister's folder using the cacls command.
The folder's name is Alka's
It is in D:\My Documents>
I used the following command to lock it and now I cannot open it!!!
cacls "Alka's" /e /p everyone:n
To open it again I used the following code:
cacls "Alka's" /e /p everyone:f
this should have opened the folder but all I get is the error message "Access is Denied" in the command prompt.....however to my surprise the same code was working well to all other folders in the same directory and elsewhere very well!!!! PLEASE HELP me regain access to this folder as it conrained all her important files and folders....
IT'S URGENT!!!!