The Traditional Method of deleting Suspicious Programs Using Command Prompt is quite Useful. So Lets start with the Steps:
1. Open command prompt. Go to start > Run, and type “cmd” . Press enter.
2. Type “cd\” and press enter to get to the root directory of your System.
3. Type “attrib -h -r -s autorun.inf” and press enter. This will look for autorun.inf in the selected Drive.
4. Type “del autorun.inf” and press enter. This will delete autorun.inf virus from the selected Drive.



