Teach you a trick Solve the problem of the drive letter disappeared under XP system

  

The drive letter is the identifier of each partition, Windows uses the drive letter to identify the partition. However, sometimes we have to artificially create a diskless partition: for example, you can remove the partition letter that holds important files to protect the file. However, if the partition does not have a drive letter, we will not be able to access the files directly. Then, if the drive letter icon under XP system disappears, what should I do?

There are not many friends who may have encountered this problem, and we will look at the solution through the following situation:

Before installing the shadow system, in the shadow system, the icon of the drive letter was changed to something else. After I uninstalled the software, I entered the system and watched the drive letter icon on my computer. This way, anti-virus is fine, it is not good to restart, so I would like to ask the experts here to see if I can solve this problem for me, thank you! I have reinstalled the shadow system. Still like that.

Solution:

First open the Start menu ——Run ——“cmd”Copy the following code in the black window and press Enter

reg delete "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\DriveIcons" /f

reg delete "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MountPoints2" /f

Cmd /c del "%userprofile%\\Local Settings\\Application Data\\IconCache.db" /ah /f

Click c:\\ in the upper left corner and then ——edit ——paste

Open the task manager (press “Ctrl+Alt+Del” key combination to open), point the process to end the process explorer.exe click “file”→“new task”, open <;Create a new task" in the dialog box, enter “explorer”, click the <;OK” button, restart!~

The drive letter is the identifier of the DOS, WINDOWS system for the disk storage device symbol. Generally use 26 English characters plus a colon: to identify. Through the above methods, I believe that if you encounter a similar situation in the future, you will be able to deal with it well. Of course, if you are effective, don't share it with your friends.

Copyright © Windows knowledge All Rights Reserved