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
Related:
- Problem in deletion on autorun.inf
- Delete autorun.inf - Guide
- Autorun.inf download - Download - Other
- How can i delete my whatsapp account without logging in - Guide
- How to delete multiple files on mac - Guide
- How to delete history in facebook - Guide
2 responses
Ambucias
Posts
47310
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
February 15, 2023
11,162
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