防盗号之系统篇

作者:专业潜水人  来源:本站论坛  浏览:  跑商专区
购买点卡 责任编辑:无水的鱼 日期:2006-05-24
   

懒的打字  给个批处理文件吧   把后面的代码  保存在一个文本  把后缀改成BAT就可以了  双击执行 OK。。。

@echo off
echo *************************************************************
echo           XP 系统自动优化批处理
echo *************************************************************
echo                 
echo *************************************************************
echo 按任意键开始对系统进行优化........
pause >nul
echo 开始对系统服务优化!
sc config Messenger start= disabled
sc config wuauserv start= disabled
sc config Browser start= demand
sc config wscsvc start= disabled
sc config MDM start= disabled
sc config lanmanserver start= demand
sc config Spooler start= demand
sc config RemoteRegistry start= demand
sc config Schedule start= demand
sc config LmHosts start= demand
sc config TermService start= disabled
sc config Themes start= disabled
sc config WZCSVC start= disabled
sc config SLService start= disabled
sc config Wmi start= disabled
sc config "Adobe LM Service" start= disabled
sc config "VMware NAT Service" start= disabled
sc config ERSvc start= disabled
sc config "Ati HotKey Poller" start= disabled
sc config VMAuthdService start= disabled
sc config VMnetDHCP start= disabled
sc config HTTPFilter start= disabled
sc config SENS start= disabled
sc config ehSched start= disabled
sc config ehRecvr start= disabled
sc config PolicyAgent start= disabled
sc config Alerter start= disabled
sc config Dnscache start= disabled
sc config SSDPSRV start= disabled
sc config W32Time start= disabled
sc config ShareAccess start= disabled
sc config Alerter start= demand
echo 开始对注册表优化!
reg DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D} /f
reg DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF} /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v AutoEndTasks /t REG_SZ /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control" /v WaitToKillServiceTimeout /t REG_SZ /d 1000 /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v WaitToKillAppTimeout /t REG_SZ /d 1000 /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v HungAppTimeout /t REG_SZ /d 200 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnablePrefetcher /t REG_DWORD /d 5 /f
regsvr32 /u /s zipfldr.dll
regsvr32 /u /s igfxpph.dll
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug" /v Auto /t REG_SZ /d 0 /f
reg DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f
reg DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /va /f
reg DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /va /f
echo 全部完成按任意键结束!
echo *************************************************************
pause>nul

对于系统服务的优化那里  你可以自己选择~~~

这个优化后  系统界面是经典2000界面的~~~电脑速度有一个质的提高~~~


 

本资讯及文章仅代表作者观点,不代表厂商及叶子猪本身观点。 交易积分“免费”兑换点卡!
共 5 页  [1] [2] [3] [4] [5] 下一页 末页

只搜索标题 搜索整篇文章