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