Problem in deletion on autorun.inf

Closed
parasdongre - 27 Jul 2011 à 15:21
kevin_techno Posts 45 Registration date Tuesday 2 August 2011 Status Member Last seen 5 September 2011 - 4 Aug 2011 à 08:10
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 47312 Registration date Monday 1 February 2010 Status Moderator Last seen 28 March 2026 11,166
27 Jul 2011 à 15:29
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
kevin_techno Posts 45 Registration date Tuesday 2 August 2011 Status Member Last seen 5 September 2011 7
4 Aug 2011 à 08:10
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