系统的开机速度也是我们在使用win10系统的电脑的时候经常都是需要注意的,电脑如果开机很慢的话对我们来说也是很麻烦的,有小伙伴在使用win10系统的电脑开机UI后迪南哦还出现了短暂黑屏的请跨国,其实出现这样的情况可以能就是开启了电脑中的开启ulps出现的,今天小编就来个的那家分享一下win10系统解决开机慢的问题禁止开启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
当我们在使用win1 0系统电脑开机出现现在的问题的时候,可以按照小编的分享来解决这个问题,如果我们的电脑也出现了,可以试试小编的分享win10系统解决开机慢的问题禁止开启ulps的详细方法。
评论