Yesterday I followed a thread trying to learn to lock file folders using the cacls in the command window. I thought I'd use the "E:\Virus Converter\Daily" file folder in my "E:" as my target,....actually that folder has huge contents.....folder size may be more than 56GB..... I was able to lock it, but now I can't unlock it.
Here is the code that I used to lock it:
E:\Virus Converter\Daily>cacls virus /e /p Everyone:n
then it showed...
processed dir E:virus
I could confirm that I was unable to access that folder......... So I then wanted to unlock the folder. I used the following code:
E:\Virus Converter\Daily>cacls virus /e /p Everyone:f
It returns : Access is denied.
i also tried all the above methods such as grant n all but it gave same results...
sir plzzzz help me....