The Internet icon on the desktop is deleted. There is a trick

  

During the use of the computer, the desktop icon may be lost due to misoperation or other reasons. If it is the icon of various application software, it is better to go to the installation directory of the program, find the executable file of the corresponding program, send a shortcut to the desktop and it will be OK. However, if it is a system-level icon such as: My Computer, My Files, My Network Places, IE, Recycle Bin, etc., it is not an easy task to reproduce. Take a look today to see how these lost kids - Internet icons are safely back to "home".

Sometimes the Internet icon on the desktop is deleted, and I don't know how to restore it. Here are a few simple methods.

Method one; right click on the desktop, properties, desktop, custom desktop, check the Internet, OK. Of course, some people will say that there is no Internet option in my custom desktop. This is due to the difference in the installation order of the two patches of the system (on the Internet). At this time, you can still press the I key or the Alt+I key to “ Touch the black & rdquo; call out the Internet, OK.

Method 2; in the Control Panel, Add or Remove Programs, select the "Add or Remove Windows Components" option, check the Internet Explorer component, and then reinstall Internet Explorer.

Method 3; Download a reload IE, re-cover the installation (this method does not know if it works, bricks come, (*^__^*)).

Method 4; Finally, there is another way you might think that it is so easy to retrieve the Internet icon, open my computer, press the up button, and then drag the Internet to the desktop.

Of course, don't enable the hidden desktop's "Internet Explorer" option in Group Policy!

In addition to the above methods, there are other methods as follows:

1 Kind: Command method: Start--Run, enter the following command, after confirming, refresh the desktop

cmd /k reg add "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel" ; /v {871C5380-42A0-1069-A2EA-08002B30309D} /d 00000000 /t REG_DWORD /f

If it is a classic desktop theme, use the following sentence, after confirming, refresh the desktop again:

cmd /k reg add "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartMenu" /v {871C5380-42A0-1069-A2EA-08002B30309D} /d 00000000 /t REG_DWORD /f

2nd: Expand the registry HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel

Note: When Windows uses classic themes, it should be:

HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartMenu

If the corresponding branch does not exist, create a create named "<quo;{871C5380-42A0-1069-A2EA- 08002B30309D}” The DWORD (32-bit) registry key modifies its value to 0.

You can also save the following code as a registry file. Double-click Import to refresh the desktop:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\ CurrentVersion\\Explorer\\HideDesktopIcons]

[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel]

"{871C5380-42A0-1069-A2EA-08002B30309D}" =dword:00000000

[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartMenu]

"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword :00000000

The third kind: open D drive, create a new folder, remember to be a folder, named "Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D} & rdquo;, no With quotes, then directly pull its folder to the desktop, see what, IE has reproduced the

desktop Internet icon, if one day it suddenly disappeared or was deleted by mistake, you will have What kind of mood Crying or rage? Do not be afraid, after learning of the above, it will be very calm.

Copyright © Windows knowledge All Rights Reserved