Hard disk icon changed to dat file !
Solved/Closed
torress
-
Dec 14, 2010 at 05:23 AM
Aice
Aice
- Posts
- 1
- Registration date
- Thursday March 26, 2015
- Status
- Member
- Last seen
- March 26, 2015
Related:
- Local disk icon changed
- Fix shortcut icons changed to lnk files in windows 10 - Guide
- All desktop icons changed into .lnk file ✓ - Forum - Software
- In my desktop all icons changed to paint link ✓ - Forum - Laptop
- How to recover hidden files from external hard disk ✓ - Forum - Hard Drive/SSD
- VB.Net - Find a file on an hard disk - How-To - Visual Basic
1 reply
jack4rall
Dec 14, 2010 at 06:26 AM
- Posts
- 6428
- Registration date
- Sunday June 6, 2010
- Status
- Moderator
- Last seen
- July 16, 2020
Dec 14, 2010 at 06:26 AM
Hello,
Try this 1
Check if there is any autorun.inf file in your C-drive.
Open "Notepad" --> Copy and paste the below commands
cd\
attrib -h -r -s autorun.inf
del autorun.inf
Save the file as del.bat
Note: Don't forget the extension .bat
Now double-click on the del.bat file
This will delete the autorun.inf file in your C-drive.
Restart your PC.
Good Luck
Try this 1
Check if there is any autorun.inf file in your C-drive.
Open "Notepad" --> Copy and paste the below commands
cd\
attrib -h -r -s autorun.inf
del autorun.inf
Save the file as del.bat
Note: Don't forget the extension .bat
Now double-click on the del.bat file
This will delete the autorun.inf file in your C-drive.
Restart your PC.
Good Luck
Dec 14, 2010 at 07:12 AM
thanks a lot man !!
Nov 8, 2011 at 10:53 AM
Mar 26, 2015 at 08:05 AM
Thanks man