| 1 | = Turn off System Volume Information Accessed Denied = |
| 2 | |
| 3 | {{{ |
| 4 | 2. 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 | |
| 13 | More 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 | |
| 18 | That’s all folks! Did it work for you? |
| 19 | }}} |