Can't unhide folder after virus infection
What you have to do is using Windows Command Prompt (cmd)
> Click start > run > type: “cmd” > Enter then type the command:
on cmd command type your problematic drive letter eg. E: then enter – you will get this E:\> then type attrib -a -s -r -h /s /d then press Enter again and wait for a few seconds; now all your hidden folders in that drive E will be unhidden.
This is how it works:
E:\>attrib -a -s -r -h /s /d
E:\>attrib -a -s -r -h /s /d
Notice that:
attrib -a -s -r -h /s /d (To show hidden files)
attrib -a -s -r -h /s /d (To hide files)
attrib -a -s -r -h /s /d (To show hidden files)
attrib -a -s -r -h /s /d (To hide files)
No comments:
Post a Comment