How to avoid black screens on pirated XP systems after October 20th
Microsoft will launch a genuine verification plan for Windows XP Professional and Office for the Chinese market on the 20th of this month. At that time, computers with pirated versions of Windows XP Professional installed will be forcibly “blacked out” (the desktop background changes to pure black) once an hour. , the Office menu bar will be marked with “not genuine”.
Methods to avoid this problem
1. My Computer – Properties – Automatic Updates – Turn off automatic updates
2. Start – Run (enter services.msc) – Disable Office Source Engine and Automatic Updates
If the screen goes black every hour after the 20th, use the following method
@echo off
sfc /purgecache
reg delete “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\ Notify\Wgalogon” /f
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\Windows\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\ WINNT\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\WINNT\system32\WgaTray.exe /f /q
taskkill /f /im WgaTray.exe /T
del c:\WINNT\system32\WgaTray.exe /f /q
echo. & pause
Copy the above to Notepad and save it, and change the suffix of Notepad to TXT into BAT, and then run AA
Disclaimer:
Disclaimer: Some of the texts, pictures, audios, and videos of some articles published on this site are from the Internet and do not represent the views of this site. The copyrights belong to the original authors. If you find that the information reproduced on this website infringes upon your rights, please contact us and we will change or delete it as soon as possible.
AA