Phải turn off chức năng AutoUpdate để tránh tự động download chương trình này về. Nếu đã bị thì có thể gỡ bỏ theo 1 trong các cách sau:
1- Tạo file *.bat có nội dung như sau:
@echo off
CLS
taskkill /IM wgatray.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon"
del %SystemRoot%\system32\wgatray.exe
echo Please reboot
Pause
No comments:
Post a Comment