Posts

Showing posts from 2009

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...

How To Disable 'Autorun.Inf' in your external drive

How To Disable 'Autorun.Inf' in your external drive.. Recently there are many case reported that 'autorun' virus spread through so many computer due to using flash memory or pendrive,so we need a preventive action to stop this virus spread to our computer. In the Command Window, type in your flash drive’s drive letter (if your pen drive is detected as G, then type G: and so on). Once you have gone in to your pen drive, now type dir/w/o/a/p and hit Enter. You will then see a list of files. Search whether any of these files appear or exist: 1. Autorun.inf 2. New Folder.exe 3. Bha.vbs 4. Iexplore.vbs 5. Info.exe 6. New_Folder.exe 7. Ravmon.exe 8. RVHost.exe or any other files with “.exe” extension. For instance, two files are found in the following example: Autorun.inf. If you happen to see any of the above files, just type and run the command attrib -h -r -s -a Autorun.inf Once this has been done, you need to delete the files that you see. In the example above, you need t...