高防cdn
扫码添加高防cdn微信客服
免费试用,满意再付款!

juniu网络高防cdn

QQ客服:1263815588

xp盗版系统出现黑屏怎么办

作者:juniu网络   来源:互联网    发布时间:2023-07-31


避免此问题的方法
1.我的电脑-属性-自动更新-关闭自动更新
2.开始-运行(输入services.msc)—禁用Office Source Engine和Automatic Updates

如果20号以后出现每小时黑屏一次的情况,用下面的方法

复制代码

代码如下:


@echo off
sfc /purgecache
reg delete "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonNotifyWgalogon" /f
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:Windowssystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:WINNTsystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:WINNTsystem32WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:WINNTsystem32WgaTray.exe /f /q
echo. & pause


把上面的复制到记事本里保存,把记事本的后缀Txt改成Bat,然后运行。