A software is installed by default (XP is similar to the Visita topic). If it is difficult to use, uninstall it, after the reboot, the hard disk icon in my computer is changed to the icon of an unknown file. The original icon is gone. How can I restore it?
Best Answer
This error occurs because the SOFTWARE has created C: \ Program Files \ Vista \ ool \ Vistadrive \ 16 in the Registry HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ DriveIcons. the ico icon pointing to the drive letter (for example, 1). When the software is uninstalled, the software-generated icon ICO has been uninstalled (it does not exist) however, the value of the icon pointing to each drive letter in the Registry HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ DriveIcons is not deleted, after the host restarts, the system will go to the Registry to find the icon. If the icon cannot be found, it will naturally become a whiteboard icon (2 I reproduce it on my computer ).
Solution: Run regedit.exe and delete the registry entry DriveIcons under HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer. This item is unavailable by default.
Here I provide two direct solutions.
Solution 1:
Save the following content as a registration table file. Double-click the registration table and restart assumer.exe.
Copy content to clipboard
Code:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]
Solution 2:
Copy content to clipboard
Code:
@echo off
REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons /f >nul
taskkill /f /im explorer.exe >nul
explorer.exe