Thursday, December 11, 2008

How to Restore the Missing Files and Folders (Windows XP)

Windows Tips

Yesterday my friend said to me that his computers infected by a Virus. after scan with Antivirus he can successfully removed and cleaned the virus, but some files and folder missing in his computer. He tried go to Properties Tools-> Folder Options->View-> Show Hidden Files and Folders but it didn’t worked.

Do you have the same experience with my friend’s Stories?
If you get the same experience you have to check first
if you find in your folder still have the size of data but you cannot see the data its mean the folder is not lost but just hidden.
Ok follow the instruction below:

1. Go to Start-Run and type Cmd
2. in the command prompt type attrib –s –h *.* /s /d



Type the command in the drive where you have missing data ex: C:\>attrib -s -h *.* /s /d or D:\>attrib -s -h *.* /s /d ..etc

3. Done, Refresh the folder, now you can see your missing files or Folder :)

Glossary :
- (+) sets an attribute
- (– ) Clears an attribute
- R read-only file attributes
- A Archive file attribute
- S System file attribute
- H Hidden file attribute
- /S Process to make files in the folder have the same attribute file with the up folder and the sub folder
- /D The process will be conducted on the folder itself


Related Topics :
How to Restore the Missing Files and Folders (Windows XP)
How to Disable USB Autorun in Windows
How to find system uptime for Windows XP, Vista and Windows Server 2003
Tips for How to Increase your Internet Bandwidth in Windows
How to set auto shutdown for your computer-windows xp
How to make laptop battery more durable used

No comments:

Post a Comment