Sometimes after the U disk kill virus, found that some of the folders disappeared, do not worry, these ' invisible ' folder is only hidden, with the following method can be restored.
Steps:
1. Open Notepad, copy the following code-paste into Notepad
@echo off
Attrib-s-h-r-a/s/d
Just paste it into the Notepad.
2. Then point file-Save As, choose where you want to save, directly select the desktop bar. Next, enter file restore. bat in the filename.
In fact, whatever you name, as long as the suffix name is. bat on it, and then click Save, so that the desktop should have a file name for recovery. bat file.
3. Copy it to your U disk, then double-click, wait a few seconds, the original ' missing ' folder is back.
PS: In fact, the role of the string of code is to eliminate the hidden attributes of folders, Nature makes the ' invisible ' folder to find back.