Wednesday, August 3, 2011

Virus Infected Drives

Browse via command prompt from admin console. View the hidden exe files which most probably have different(non-english) names. Delete those files
dir /ah ------- to view hidden files
del filename.exe /ah /f -------to force delete those files

Below is the command to unhide the files in the same drive.
To change the attribute of hidden files : attrib usb -r -a -s –h
To copy hidden files: xcopy "f:\*.jpg" "e:\test" /s /g /h /r /c

No comments: