細心的用戶(hù)發(fā)現升級win10正式版系統后,開(kāi)機速度變得很慢,有時(shí)候開(kāi)機就要黑屏幾十秒,一開(kāi)始還以為電腦中毒了,后面檢查后發(fā)現開(kāi)啟ulps,我們可以禁用ulps解決開(kāi)機慢的問(wèn)題,有需要的用戶(hù)一起閱讀下文教程吧。
注:這個(gè)方法只適用于雙AND顯卡的電腦哈,其他的沒(méi)有測試,你也沒(méi)有ulps這個(gè)東西。
下面說(shuō)一下方法哈:
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 雙擊導入注冊表,重啟即可測試效果。
下面這段代碼就是開(kāi)啟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
這是作者原話(huà):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
聯(lián)系客服