Monday, March 31, 2014

Access "System Volume Information" folder

In cmd, type the following and press enter:
cmd> cacls "driveletter:\System Volume Information" /E /G username:F

Ex.
C:\>cacls "c:\System Volume Information" /E /G Administrator:F

To remove access:
cacls "driveletter:\System Volume Information" /E /R username