Category Archives: Windows

双出口下路由设置..

2个出口,一个教育网,一个网通。
当同时使用是发现默认总是使用后起用的出口。。强制设置下网关
 
首先查看路由设置
route print
然后添加路由,校内地址从教育网的网关
route add -p 211.64.0.0 mask 255.255.0.0 222.206.203.254
然后删除教育网网关,这样默认除了上面加了规则的,都从网通走
route delete 0.0.0.0 mask 0.0.0.0 222.206.203.254
 
写的不详细,以后再说吧

解决svchost.exe cpu占用100%

最近发现有些机器,当开启自动更新之后,如果开始下载更新,经常会出现一个 进程 占用。一直没有什么好的解决方法。今天偶然发现微软发布了一个针对这个问题的补丁:)还非常新,5月10日发布。
具体请看:
下载地址:

xp登陆后自动注销

刚刚给笔记本装的,因为thinkpad默认启动项目太多,于是删除了些,结果重新启动后,不停的登陆,自动注销,,按F8进入安全模式也不行。最后一次正确启动配置也不行。用administrator帐户,依然是同样的情况
仔细想想,当时自己顺手把C:WINDOWSsystem32userinit.exe这个从启动项里面删除,问题就应该是在这里。上网找找,发现原来windows启动的时候,winlogon.exe需要调用,不然就会出现登陆后马上注销,
解决方法:用w2k3 pe(windows PE 2003 sp1)的启动盘启动系统。运行。然后加入注册表如下字段:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
"Userinit"="C:WINDOWSsystem32userinit.exe,"
然后重新启动,问题解决

Windows Server 2003 Service Pack 2(32-bit x86)

概述
Microsoft Windows Server 2003 Service Pack 2 () is a cumulative service pack that includes the latest updates and provides enhancements to security and stability. In addition, it adds new features and updates to existing Windows Server 2003 features and utilities. SP2 can be installed directly on the following operating systems:
Windows Server Editions (all 32-bit x86)
Windows Server 2003 R2 Editions
Windows Storage Server 2003 R2 Editions
Windows Small Business Server 2003 R2 (SBS 2003 customers – Please read Knowledge Base Article 932600 before installing SP2)
 
Before installing this service pack please read the Windows Server 2003 Service Pack 2 Release Notes
 

直接下载地址:
http://download.microsoft.com/download/5/9/7/5976b101-a6bd-41c8-b39f-bb8e39ff1444/WindowsServer2003-KB914961-SP2-x86-CHS.exe