How To Show All Files And Folder Hidden By Virus - Command Prompt
How To Show All Files And Folder Hidden By Virus - Command Prompt (Windows 8, 7 and XP ) Sometimes we face problems due to much viruses that when we insert an external device like pen-drive, Flash drive or memory card or any other external storage device and all the data of the devices are automatically hidden and a shortcut to those files are created. On that case the files are not deleted they are hidden by some-kind of viruses (Shortcut virus). Generally we format the drive then we loss all the data. Solution Process To View All The Hidden Files And Folder using Command Prompt Open Command Prompt (CMD) as an Administrator. Navigate to the drive whose files are hidden and you want to recover. Then Type attrib -s -h -r /s /d *.* hit Enter. That is it. Now your issue is fully solved Enjoy.