Problem in deletion on autorun.inf

Closed
parasdongre - Jul 27, 2011 at 03:21 PM
kevin_techno Posts 45 Registration date Tuesday August 2, 2011 Status Member Last seen September 5, 2011 - Aug 4, 2011 at 08:10 AM
Hello,
I tried every method posted before to delete a autorun.inf but wen I try to do that it give me the error that " The process cannot access the file because it is used by another program" how to get ride of it plz help.........



Related:

2 responses

Ambucias Posts 47356 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 11,169
Jul 27, 2011 at 03:29 PM
parasdongre,

Reboot your machine, delete all temporary files using CCleaner which you can download free in the Download section of Kioskea and retry the procedure you followed before.

Good luck
0
kevin_techno Posts 45 Registration date Tuesday August 2, 2011 Status Member Last seen September 5, 2011 7
Aug 4, 2011 at 08:10 AM
Open your Notepad.
Write down the below codes into your Notepad.
echo off
del"C:\autorun.inf"/F/Q
del"D:\autorun.inf"/F/Q
del"E:\autorun.inf"/F/Q
del"F:\autorun.inf"/F/Q
del"G:\autorun.inf"/F/Q
del"H:\autorun.inf"/F/Q
del"I:\autorun.inf"/F/Q
del"J:\autorun.inf"/F/Q
del"K:\autorun.inf"/F/Q
pause

Save these codes with the name of "Delete.bat"
Now run the delete file then restart your computer. Your computer will be autonrun virus free.

Good luck
0