Archive for January, 2010

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 :)

Posted by on January 18th, 2010 No Comments