Desktop project without IE recovery skills

  

There is no such thing as a desktop project. By "desktop properties ——desktop ——custom desktop", it turns out that the previous 4 items have become 3 items, and there is no such thing as IE. In other words, you can only add IE shortcuts on the desktop, but not IE system icons. The following methods are commonly used, so let's see if it solves the problem. I wish you all the best.

Method 1: Open “My Computer", and then click the “Up” button and find that there are IEs in the listed items. Needless to say, just pull it on the desktop.

Method 2: Desktop blank — right-click properties — desktop — customize desktop — desktop icon, then click I or ALT+I on the keyboard, then determine — application —

Method 3: Open the D drive, create a new folder, remember to be a folder, and name it “Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D} & rdquo;, without quotes, Then directly pull its folder to the desktop to achieve the purpose of IE reproduction.

Method 4: Start-Run-Enter: regedit, OK, expand HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel, double-click {871C5380-42A0-1069-A2EA-08002B30309D} Its Dword value is changed to <;0”, the IE icon can be displayed.

Method 5: Locate the following registry branch: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\

CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel Note: When Windows Vista uses classic themes, it should be :HKEY_CURRENT_USER\\Software\\Microsoft\\ Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartMenu If the corresponding branch does not exist, create it. Create a DWORD (32-bit) registry key named "1871C5380-42A0-1069-A2EA-08002B30309D}”. Set its value to “0”.

Method 6: 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.

Method 7: Right click on the desktop and select “New”-“Folder", the named folder is: Internet Explorer.{FBF23B42-E3F0-101B-8488-00AA003E56F8} Note that there can be no spaces in the middle. After the carriage return is confirmed, you will find that the original IE shortcut has been restored. (Note: I tried it and found that it still seems to be a shortcut)

Method eight: Start--Run--gpedit.msc Open “User Configuration--Administration Template--Desktop” Items “ Hide the INTERNET EXPLOER icon on the desktop, double-click, select “disable”, then click OK. Then quit, log out and log in again to try.

Copyright © Windows knowledge All Rights Reserved