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
- Autorun.inf virus - Guide
- Autorun.inf - Guide
- How to delete part of a table in word - Guide
- How to retrieve deleted messages on truecaller ✓ - Android Forum
- How to delete administrator account in windows 8 - Guide
2 responses
Ambucias
Posts
47312
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
March 28, 2026
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