如何删除微软防盗版软件在任务栏的提示

来源:百度知道 编辑:UC知道 时间:2024/05/21 20:48:36

也不给点分,多没意思。

出于受难的盗版用户,我还是一定要帮的。我就用它来处理盗版黑屏的机器的

做成bat文件直接运行

TASKKILL /S system /F /IM Wgatray.exe /T
regsvr32 %windir%\system32\Legitcheckcontrol.dll /u
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon\Notify\WgaLogon /va
REG DELETE HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\Notify\WgaLogon /va
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WgaNotify /va
cd %systemroot%\system32
erase /p wgalogon.dll legitcheckcontrol.dll wgatray.exe
schtasks /delete /TN xx /F