What's new

How to hide the hidden files

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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!
Top