SQL Server2008的安装,SQLServer2008的安装......
怎么显示有Internet选项的IE图标,显示IE图标
在WIN10,WIN8桌面上都没有显示IE图标,而通过一般方法创建的IE图标,属性都没有Internet选项。下面我们来介绍另一种创建方法,创建有Internet选项的IE图标。
工具/原料
- WIN10、WIN8
- 记事本
WIN8:方法/步骤
我们在桌面上创建一个空白记事本。打开这个上记事本文档。
复制以下代码到记事本中。该方法适用WIN8。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}DefaultIcon]
@="C:WindowsSystem32ieframe.dll,-190"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shell]
@=""
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellAlank]
@="打开空白页(&B)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellAlankCommand]
@=""C:Program FilesInternet Exploreriexplore.exe" about:blank"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellInPrivate]
@="开始InPrivate浏览(&I)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellInPrivateCommand]
@=""C:Program FilesInternet Exploreriexplore.exe" -private"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellOpen]
@="打开主页(&H)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellOpenCommand]
@=""C:Program FilesInternet Exploreriexplore.exe""
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellSet]
@="属性(&R)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}shellSetCommand]
@=""C:WindowsSystem32rundll32.exe" C:WindowsSystem32shell32.dll,Control_RunDLL C:WindowsSystem32inetcpl.cpl"
完成后将扩展名修改为.REG,然后打开,点击确定,点击是。然后刷新一下桌面即可显示。
WIN10-1511版方法/步骤2
以下方法适用WIN10的1511版本,32位,其他暂没尝试。
同样新建记事本,复制以下命令到记事本中。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}]
@="Internet Explorer"
"InfoTip"="@C:Windowssystem32zh-CNieframe.dll.mui,-881"
"LocalizedString"="@C:Windowssystem32zh-CNieframe.dll.mui,-880"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}DefaultIcon]
@="C:Windowssystem32ieframe.dll,-190"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellNoAddOns]
@="在没有加载项的情况下启动"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellNoAddOnsCommand]
@="C:Program FilesInternet Exploreriexplore.exe about:NoAdd-ons"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellOpen]
@="打开主页(H)"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellOpenCommand]
@="C:Program FilesInternet Exploreriexplore.exe"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellProperties]
@="属性(R)"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellPropertiesCommand]
@="Rundll32.exe Shell32.dll,Control_RunDLL Inetcpl.cpl"
[HKEY_CLASSES_ROOTCLSID{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}ShellFolder]
"Attributes"=dword:00000030
"HideAsDeletePerUser"=""
"HideFolderVerbs"=""
"HideOnDesktopPerUser"=""
"WantsParseDisplayName"=""
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerHideDesktopIconsNewStartPanel]
"{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}"=dword:00000000
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace{B416D21B-3B22-B6D4-BBD3-BBD452DB3D5B}]
同样的将扩展名改为.REG然后运行即可。
以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!
相关文章