The Spectrum Of The Sky

Posted on 十月 23, 2008

How various the colors of the sky can be, you can see on this picture I created from nine of my favorite shots since 2008. Enjoy!

盗版windows黑屏

Posted on 十月 22, 2008

20号开始微软会针对中国的盗版windows自动更新得到一个验证警告,当你自动安装这个更新后,假若你使用的是盗版,那么会让你的电脑桌面每小时黑屏一次,警告你用的是盗版windows,正版软件则没有这个问题,不但只有windows连office软件也开始有这样得验证警告,对此讲一下俺的解决之道。

&.在 “我的电脑-属性-自动更新-关闭自动更新”;
&.开始-运行(输入services.msc)—禁用Office Source Engine和Automatic Updates
&. 如果已出现每小时黑屏一次的情况,可用下面的方法:
把下面的内容复制到记事本里保存,把记事本文件的后缀TXT改成BAT,然后运行.

@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

标签:, ,
Filed Underbook | Leave a Comment

Pages: Prev 1 2 3 4 5

© Copyright Yc’sˋblog • Using Detour theme created by Brian Gardner .