由于IE9中默认这个选项是没有勾选的,当然这需要大多数新显卡支持,当你显卡不支持或没有独立显卡的时候,这个功能就成了负担
负担体现在:打开含Flash的网页的时候,网页变得异常的卡。如果你有这个选项,勾选上以后,重启浏览器,卡的问题解决。
我也不是第一次安装IE9了,当我安装完的时候是有这个选项的,但是过了一段时间却发现不见了,后来发现被一些优化软件给XO了。。。
比如我的就是由于360安全卫士里面的“全面诊断”,检测出"ACCELERATED_GRAPHICS"和"INTERNATIONAL"两个未知项。
由于习惯性的操作,直接就把这两个给修复了,导致的结果就是IE9中部分高级选项消失。
以下是我整理的解决方法:
1、关于“使用软件呈现而不使用 GPU 呈现”选项:
新建文本文档,复制以下内容进去,保存为"GPU.reg",双击导入即可。
-----------------------------------------------------------我是分割线,从我下面开始复制-----------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\ACCELERATED_GRAPHICS]
"PlugUIText"="@C:\\Windows\\System32\\inetcpl.cpl,-4920"
"Bitmap"="C:\\Windows\\System32\\inetcpl.cpl,6657"
"Text"="Accelerated graphics"
"Type"="group"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\ACCELERATED_GRAPHICS\USESWRENDER]
"UncheckedValue"=dword:00000000
"CheckedValue"=dword:00000001
"PlugUIText"="@C:\\Windows\\System32\\inetcpl.cpl,-4921"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Internet Explorer\\Main"
"RegPath"="SOFTWARE\\Microsoft\\Internet Explorer\\Main"
"HKeyRoot"=dword:80000001
"RequiresReboot"=dword:00000001
"DefaultValue"=dword:00000000
"ValueName"="UseSWRender"
"Text"="Use software rendering instead of GPU rendering"
"Type"="checkbox"
-----------------------------------------------------------我是分割线,至我上面复制结束-----------------------------------------------------------
2、国际*类选项(同1、新建文本文档,复制以下内容,保存为"IDN.reg",双击导入即可。)
包括以下选项:
发送 IDN 服务器名称
发送 UTF-8 URL
将 UTF-8 用于邮寄地址链接
始终显示编码地址
为 Intranet 地址发送 IDN 服务器名称
显示编码地址通知栏
-----------------------------------------------------------我是分割线,从我下面开始复制-----------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL]
"Bitmap"="C:\\Windows\\system32\\inetcpl.cpl,4482"
"HelpID"="iexplore.hlp#50041"
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6000"
"Text"="International"
"Type"="group"
"RequiresReboot"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"Mask"=dword:00000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6002"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Send IDN server names"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="EnablePunycode"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN_INFOBAR]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6008"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Show Notification bar for encoded addresses"
"Type"="checkbox"
"UncheckedValue"=dword:00000001
"ValueName"="DisableIDNPrompt"
"IEOnly"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN_INTRANET]
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"Mask"=dword:00000002
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6003"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Send IDN server names for Intranet addresses"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="EnablePunycode"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN_SHOWPUNY]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6007"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Always show encoded addresses"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowPunycode"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\UTF8_MAILTO]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6018"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Protocols\\Mailto"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Protocols\\Mailto"
"Text"="Use UTF-8 for mailto links"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="UTF8Encoding"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\UTF8_URL]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-4839"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Send UTF-8 URLs"
"Type"="checkbox"
"UncheckedValue"=dword:00000001
"ValueName"="UrlEncoding"
由于IE9中默认这个选项是没有勾选的,当然这需要大多数新显卡支持,当你显卡不支持或没有独立显卡的时候,这个功能就成了负担
负担体现在:打开含Flash的网页的时候,网页变得异常的卡。如果你有这个选项,勾选上以后,重启浏览器,卡的问题解决。
我也不是第一次安装IE9了,当我安装完的时候是有这个选项的,但是过了一段时间却发现不见了,后来发现被一些优化软件给XO了。。。
比如我的就是由于360安全卫士里面的“全面诊断”,检测出"ACCELERATED_GRAPHICS"和"INTERNATIONAL"两个未知项。
由于习惯性的操作,直接就把这两个给修复了,导致的结果就是IE9中部分高级选项消失。
以下是我整理的解决方法:
1、关于“使用软件呈现而不使用 GPU 呈现”选项:
新建文本文档,复制以下内容进去,保存为"GPU.reg",双击导入即可。
-----------------------------------------------------------我是分割线,从我下面开始复制-----------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\ACCELERATED_GRAPHICS]
"PlugUIText"="@C:\\Windows\\System32\\inetcpl.cpl,-4920"
"Bitmap"="C:\\Windows\\System32\\inetcpl.cpl,6657"
"Text"="Accelerated graphics"
"Type"="group"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\ACCELERATED_GRAPHICS\USESWRENDER]
"UncheckedValue"=dword:00000000
"CheckedValue"=dword:00000001
"PlugUIText"="@C:\\Windows\\System32\\inetcpl.cpl,-4921"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Internet Explorer\\Main"
"RegPath"="SOFTWARE\\Microsoft\\Internet Explorer\\Main"
"HKeyRoot"=dword:80000001
"RequiresReboot"=dword:00000001
"DefaultValue"=dword:00000000
"ValueName"="UseSWRender"
"Text"="Use software rendering instead of GPU rendering"
"Type"="checkbox"
-----------------------------------------------------------我是分割线,至我上面复制结束-----------------------------------------------------------
2、国际*类选项(同1、新建文本文档,复制以下内容,保存为"IDN.reg",双击导入即可。)
包括以下选项:
发送 IDN 服务器名称
发送 UTF-8 URL
将 UTF-8 用于邮寄地址链接
始终显示编码地址
为 Intranet 地址发送 IDN 服务器名称
显示编码地址通知栏
-----------------------------------------------------------我是分割线,从我下面开始复制-----------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL]
"Bitmap"="C:\\Windows\\system32\\inetcpl.cpl,4482"
"HelpID"="iexplore.hlp#50041"
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6000"
"Text"="International"
"Type"="group"
"RequiresReboot"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"Mask"=dword:00000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6002"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Send IDN server names"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="EnablePunycode"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN_INFOBAR]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6008"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Show Notification bar for encoded addresses"
"Type"="checkbox"
"UncheckedValue"=dword:00000001
"ValueName"="DisableIDNPrompt"
"IEOnly"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN_INTRANET]
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"Mask"=dword:00000002
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6003"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Send IDN server names for Intranet addresses"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="EnablePunycode"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\IDN_SHOWPUNY]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6007"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Always show encoded addresses"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowPunycode"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\UTF8_MAILTO]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-6018"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Protocols\\Mailto"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Protocols\\Mailto"
"Text"="Use UTF-8 for mailto links"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="UTF8Encoding"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\INTERNATIONAL\UTF8_URL]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HelpID"="iexplore.hlp#50535"
"HKeyRoot"=dword:80000001
"PlugUIText"="@C:\\Windows\\system32\\inetcpl.cpl,-4839"
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
"Text"="Send UTF-8 URLs"
"Type"="checkbox"
"UncheckedValue"=dword:00000001
"ValueName"="UrlEncoding"