这两天微软黑屏门搞得轰轰烈烈,所有人都在谈这个事情。让习惯使用免费盗版软件的很多公司和个人不得不重新审视一下自己电脑里面的操作系统和办公软件选择,并思考对策。
首先,建议您基于对版权的尊重,降低长期法律风险和避免流氓式骚扰,建议您接受可能带来短暂用户体验变化,使用开源软件和免费软件,支持国产软件。
操作系统
Linux,虽然安装稍微比Windows复杂一点,但稳定性和对系统资源的占用都表现更好,也是图形化界面。目前最著名的发行版有Debian,红帽(redhat,主要针对企业用户的商业版本)、ubuntu(中文)、Suse、Mandriva(原Mandrake)、Gentoo、CentOS、Fedora等;国内比较著名的linux版本有红旗linux,中标普华Linux,有些软件可能会收取100元以下的费用,相信应该可以接受。
办公用套件
其次,暂时来说,如果您在进行软件转换之前想避免黑屏骚扰,首先不要安装代号为KB2222222和KB892130两项补丁,并关闭系统自动更新。具体方法:开始-运行(输入services.msc)—禁用Office Source Engine和Automatic Updates
如果20号以后出现每小时黑屏一次的情况,用下面的方法 (本人使用的为正版,所以没有验证过下面方法)
@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
把上面的复制到记事本里保存,把记事本的后缀TXT改成BAT,然后运行。
黑屏后,还可这样处理 :
开始-运行-输入REGEDIT回车,在左边栏中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\NotifyWgaLogon项 ,将整个WgaLogon项删除即可。以上为经过测试的最简便方法。
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
把上面的复制到记事本里保存,把记事本的后缀TXT改成BAT,然后运行。
黑屏后,还可这样处理 :
开始-运行-输入REGEDIT回车,在左边栏中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\NotifyWgaLogon项 ,将整个WgaLogon项删除即可。以上为经过测试的最简便方法。
最后,祝大家都能找到应对黑屏门的妥善解决之道。

Comments