Delete Autorun.inf file

If your computer is infected with the virus will run automatically opening the wizard when you double click a drive.
You can manually delete the autorun.inf file using the following steps

1.First you start your computer in safe mode.

2.Open command prompt
   Go to Start then select  RUN  type CMD (or)
   Start+R ->Type cmd (Start is the windows button to open all programs)

3.Select the drive (By default C:\Documents and settings\)
    ->Type cd\ enter
    ->enter Drive Name (C,D,E or F)
4. (Here you need to change the autorun file attributes )  
     attrib -h -r -s autorun.inf

-h means  remove Hidden property
-r means  remove Read only property
-s means  remove System file property


5.Enter and (Delete the file with below command )

6.del -h -r -s autorun.inf

7.Exit

Now Restart your system

0 comments:

Post a Comment

You might also like:

Related Posts Plugin for WordPress, Blogger...