What's new

How to hide the hidden files

Try:
Code:
ATTRIB -r -a -h -s "G:\System Volume Information\*.*" /S /D
Untitled.png
 
Then my last guess would be this:
Code:
takeown /f "G:\System Volume Information" /a /r /d y

icacls "G:\System Volume Information\*" /grant:r administrators:F /t /l

rmdir "G:\System Volume Information" /s /q
 
Then my last guess would be this:
Code:
takeown /f "G:\System Volume Information" /a /r /d y

icacls "G:\System Volume Information\*" /grant:r administrators:F /t /l

rmdir "G:\System Volume Information" /s /q
It says it was successful but it is still there.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Back
Top