How to unhide documents and folders

Hidden Files
There are some pesky virus that changes the document attribute and adding malicious executable (.exe) file making your computer vunerable for this virus attact.
So here’s the solution
1.) Click START> then select RUN > then type: CMD
2.) Then… type this command to change the document attribute:
attrib X:\*.* /d /s -h -r -s
WHERE
attrib - is an attribute command
X:\ – is the current drive of your flash drive
*.* – all files
/d – directory
/s – files
-h – unhide document (“h+” hide document)
-r – change read only attribute (“+r” read-only file)
-s – system file attribute
NOTE: change “X” to the corresponding drive letter of your flash drive
3.) Now Press Enter and just wait for a while depending on how many documents and folders that you have in your flash drive.
I suggest that you also USB Disk Security to secure your PC or Laptop. Good Luck :)

This entry was posted on Monday, January 18th, 2010 at 1:06 PM and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



 

Leave a Reply

*