Skip to content

Instantly share code, notes, and snippets.

@tanghaiduong
Created September 24, 2014 13:25
Show Gist options
  • Save tanghaiduong/a8ba8a86dd9eca8b3b80 to your computer and use it in GitHub Desktop.
Save tanghaiduong/a8ba8a86dd9eca8b3b80 to your computer and use it in GitHub Desktop.
How To Show All Files And Folder Hidden By Virus Using Command Prompt In Windows 8, 7 and XP
1. Open Command Prompt (CMD) as an Administrator.
2. Navigate to the drive whose files are hidden and you want to recover.
3. Then Type attrib -s -h -r /s /d *.* and hit Enter.
4. That is it. Now you will get all the hidden files and folder as general files and you can use it.
@nono55555
Copy link

Hey guys, instead of telling what to modify or what to delete, just copy & paste this
attrib -s -h -r /s /d .
discard if it said Access Is Denied it's for System Volume information that we have no business in it
good luck..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment