Thursday, 2 April 2015

How to remove autorun virus using cmd ?

How to remove autorun virus from Hard disk using command prompt?
Steps :

    Press ( Start or winkey ) -> Run -> cmd.
    If you are at the root directory ( C drive ) then do the following, else give cd.. and come to the root C:\> and do the following.
    Type in ( attrib -h -r -s autorun.inf ), without brackets and press Enter.
    Type ( del autorun.inf ), without brackets and press Enter.
    Follow this for all other drives.

No comments :