笔记本用断电出现屏幕保护 电脑的屏幕保护程序已经设置成无了,电源选项各项都设置成从不,怎么还不行
发布网友
发布时间:2022-04-23 04:25
我来回答
共5个回答
热心网友
时间:2023-10-14 17:23
检查下有没有鲁大师之类的软件开了节能模式,另外如果接有线电源的时候没这情况的话那多半就是电池的原因了 换个电池就好了
热心网友
时间:2023-10-14 17:23
运行》GPEDIT.MSC》用户配置》管理模板》显示》屏幕保护程序超时时间,这里把时间设大一点试试
热心网友
时间:2023-10-14 17:24
应该是某个设置弄错了,我也不是很会,你可以去找专业的人解答
热心网友
时间:2023-10-14 17:24
电池出现了问题
热心网友
时间:2023-10-14 17:25
将下面代码另存为bat文件并执行它,可完全删除系统自带的屏幕保护程序。
@ECHO OFF
DEL "%systemroot%\system32\dllcache\scrnsave.scr"
DEL "%systemroot%\system32\dllcache\ss3dfo.scr"
DEL "%systemroot%\system32\dllcache\ssbezier.scr"
DEL "%systemroot%\system32\dllcache\ssflwbox.scr"
DEL "%systemroot%\system32\dllcache\ssmarque.scr"
DEL "%systemroot%\system32\dllcache\ssmypics.scr"
DEL "%systemroot%\system32\dllcache\ssmyst.scr"
DEL "%systemroot%\system32\dllcache\sspipes.scr"
DEL "%systemroot%\system32\dllcache\ssstars.scr"
DEL "%systemroot%\system32\dllcache\sstext3d.scr"
DEL "%systemroot%\system32\scrnsave.scr"
DEL "%systemroot%\system32\ss3dfo.scr"
DEL "%systemroot%\system32\ssbezier.scr"
DEL "%systemroot%\system32\ssflwbox.scr"
DEL "%systemroot%\system32\ssmarque.scr"
DEL "%systemroot%\system32\ssmypics.scr"
DEL "%systemroot%\system32\ssmyst.scr"
DEL "%systemroot%\system32\sspipes.scr"
DEL "%systemroot%\system32\ssstars.scr"
DEL "%systemroot%\system32\sstext3d.scr"
DEL /s /f "%systemroot%\system32\*.scr"