delete autorun virus
How to showed these 3 files in window ?you have to use DOS command.Below are the step to show you how to delete autorun virus. step 1 - Click 'Start' -> 'Run' ->key in 'cmd',then 'Enter',it will show command prompt step 2 - Check every drive (C,D,E,...).If you wanted to check the Cdrive, key in dir c:\ /a/w in command prompt. If for drive D,key in dir d:\ /a/w step 3 - All the system and exe.files will show up in the command prompt,please check is there any autorun.inf and ntdeleted.com inside.Before delete these 2 files.we need to disable 'hidden','system' and 'read only' attributes. For C drive,key in (in command prompt) attrib -s -h -r c:\autorun.inf attrib -s -h -r c:\ntdelect.com For D drive attrib -s -h -r d:\autorun.inf attrib -s -h -r d:\ntdelect.com step 4 - after disable the attributes,then start to manual delete these 2 files. (Be careful don't key in ntdetect.com,the actual virus file is ntdelect.com. ntdetec...