win10系统如何禁用ulps解决开机慢的问题
细心的用户发现升级win10正式版系统后,开机速度变得很慢,有时候开机就要黑屏几十秒,一开始还以为电脑中毒了,后面检查后发现开启ulps,我们可以禁用ulps解决开机慢的问题,有需要的用户一起阅读下文教程吧。
注:这个方法只适用于双AND显卡的电脑哈,其他的没有测试,你也没有ulps这个东西。
下面说一下方法哈:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E968-E325-11CE-BFC1-08002BE10318}000]
"EnableULPS"=dword:00000000
[HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E968-E325-11CE-BFC1-08002BE10318}001]
"EnableULPS"=dword:00000000
把上面这段代码保存为后缀为reg的格式,比如ULPS_Disable.reg 双击导入注册表,重启即可测试效果。
下面这段代码就是开启ulps的,使用方法同上:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E968-E325-11CE-BFC1-08002BE10318}000]
"EnableULPS"=dword:00000001
[HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E968-E325-11CE-BFC1-08002BE10318}001]
"EnableULPS"=dword:00000001
这是作者原话:This zip contains two files:
ULPS_Disable.reg
ULPS_Enable.reg
Basically it will just change the value of "EnableUlps" in the registry from "0" (disable) or "1" (enable) at locations:
[HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E968-E325-11CE-BFC1-08002BE10318}0000]
[HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E968-E325-11CE-BFC1-08002BE10318}0001]
Double click the one you want and reboot your computer.
ULPS stands for "Ultra Low Power State".
Disabling it allows your system to overclock. Specific drivers may still be required.
-HTWingNut
遇到更新win10系统后开机慢的问题,不妨阅读本教程来解决,希望能够帮助到大家。
我告诉你msdn版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!