Monday, May 30, 2011

how to remove autorun.inf virus


GO: start>run>cmd

C:\Documents and Settings\>i:  >>> Change drive C: to I: ( removable disk )
I:\>attrib -r -s -h autorun.inf      >>> Change attribute of this file
I:\>del autorun.inf                     >>> Delete the autorun.inf file
I:\>mkdir autorun.inf                 >>> make this folder same name as virus name for prevent next attack 

No comments:

Post a Comment