Autorun.inf is one of the dangerous virus now a days. This will slowdown the PC also, This one is spreading through the USB drives. If your computer infected with autorun virus, you will get an open with wizard when you double click on a drive. you can manually delete the autorun.inf file.deleting autorun.inf is effective only if the computer you are using is clean.
otherwise the autorun.inf will simply come back. The best way you could remove autorun.inf from usb drives is to clean the system first from virus or worm infections. My suggestion is Scan your pc with Registry Easy ,it removes unwanted or unecessary computer files.
otherwise the autorun.inf will simply come back. The best way you could remove autorun.inf from usb drives is to clean the system first from virus or worm infections. My suggestion is Scan your pc with Registry Easy ,it removes unwanted or unecessary computer files.
Ok ok i will tell you manually just follow the steps,
- First you Restart your computer to safe mode !
- Hear one more question..? What is safe mode and How to Restart the system in safe mode !
- Starting computer in SafeMode was useful when troubleshooting computer problems by limiting the resources it loads when Windows is started.
- During boot-up process Press F8 on keyboard continuously until selection appears
- Use Arrow Up+Down to select SafeMode on the selections menu.
- Hit Enter to proceed.
- Now you opened the system in safe mode
- Open command prompt –> Go to the drive. (”cd e:” – use your drive letter )
- Go to the root directory (cd \ )
- then change the attributes of the autorun file
attrib -h -r -s autorun.inf
-h = remove Hidden property
-r = remove Read only property
-s = remove System file property
Now type as: del -h -r -s autorun.inf — > Thats it you deleted the file

