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
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.........
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:
- Problem in deletion on autorun.inf
- Delete autorun.inf - Guide
- How to delete part of a table in word - Guide
- How can i delete my whatsapp account without logging in - Guide
- How to delete trending searches on android phone - Guide
- Do message requests get deleted on instagram - Guide
2 responses
Ambucias
Posts
47311
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
February 15, 2023
11,166
Jul 27, 2011 at 03:29 PM
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
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 August 2, 2011
Status
Member
Last seen
September 5, 2011
7
Aug 4, 2011 at 08:10 AM
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
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