Changes between Initial Version and Version 1 of Turn off System Volume Information Accessed Denied


Ignore:
Timestamp:
08/23/21 08:39:29 (4 years ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Turn off System Volume Information Accessed Denied

    v1 v1  
     1= Turn off System Volume Information Accessed Denied =
     2
     3{{{
     42. In command prompt window, type the follow commands (Hit Enter after each command): *
     5
     6* Note: Don't forget to replace the "AccountName" with your login account name.
     7
     8    icacls "C:\system volume information" /grant AccountName:F
     9    icacls "C:\system volume information" /grant AccountName:F /t
     10
     11– That's it. After executing the above commands you should have access to "C:\System Volume Information" folder.
     12
     13More Info: After finishing your job, if you want to undo the changes, then give the following commands:
     14
     15    icacls "C:\system volume information" /remove AccountName /t
     16    icacls "C:\system volume information" /remove AccountName
     17
     18That’s all folks! Did it work for you?
     19}}}