Friday, November 9, 2007

show hidden file

so many virus or worm that attack our file or folder.
one of its attack is hide our file or folder.
they usually make our file hidden and system file.
here is some code to make it show again.
we only use dos command to resolve this problem.
here is the code...


1. get in to command dos (Start>Run>type ‘cmd’)
2. suppost the drive that we want to recover is f, so type "f:" (enter)
3. type “attrib –s –h /s /d *” push enter
4. that's all, all file or folder will show up again…

have a nice try…

No comments: