ln169 发表于 2009-4-18 10:01:49

一招解决微软office的盗版提示

@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
  保存成.bat,双击运行9 OK 喽!

522201651 发表于 2009-4-23 15:15:08

看看!~~~~~~~~~
页: [1]
查看完整版本: 一招解决微软office的盗版提示