我还有更简单的,只要点一下鼠标就做到你上面的内容了!!!!
看着:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control]
"CurrentUser"="USERNAME"
"WaitToKillServiceTimeout"="500"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control]
"CurrentUser"="USERNAME"
"WaitToKillServiceTimeout"="500"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"CurrentUser"="USERNAME"
"WaitToKillServiceTimeout"="500"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
@="桌面"
"MenuShowDelay"="0"
[HKEY_CLASSES_ROOT\CLSID\{00021400-0000-0000-C000-000000000046}]
@="桌面"
"MenuShowDelay"="0"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg]
"Description"="Registry Server"
"RemoteRegAccess"=dword:00000001
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2000"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="2000"
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2000"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="2000"
[HKEY_USERS\S-1-5-18\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2000"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="2000"
[HKEY_USERS\S-1-5-19\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2000"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="2000"
[HKEY_USERS\S-1-5-20\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2000"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="2000"
[HKEY_USERS\S-1-5-21-861567501-507921405-1801674531-1003\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2000"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="2000"
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-
[HKEY_CLASSES_ROOT \piffile]
"IsShortcut"=-
将上面的新建文本复制进去,保存后将.txt改为.reg
双击!OK!系统改好了,后面的两个是改桌面快捷方式箭头的,你注销或重启下试试,快捷方式没有箭头了!
本人经常重装系统,所以辛苦做了简单化的优化系统,什么超级兔子,优化大师都不用了!
还有批处理改服务项的,
@echo off
REM 关闭“为 Internet 连接共享和 Windows 防火墙提供第三方协议插件的支持”
sc config alg start= disabled
REM 关闭“Windows自动更新功能”
sc config wuauserv start= disabled
REM 关闭“剪贴簿查看器”
sc config clipsrv start= disabled
REM 关闭“Messenger”
sc config Messenger start= disabled
REM 关闭“通过NetMeeting远程访问此计算机”
sc config mnmsrvc start= disabled
REM 关闭“打印后台处理程序”
sc config Spooler start= disabled
REM 关闭“远程修改注册表”
sc config RemoteRegistry start= disabled
REM 关闭“监视系统安全设置和配置”
sc config wscsvc start= disabled
REM 关闭“系统还原”
sc config srservice start= disabled
REM 关闭“计划任务”
sc config Schedule start= disabled
REM 关闭“TCP/IP NetBIOS Helper”
sc config lmhosts start= disabled
REM 关闭“Telnet服务”
sc config tlntsvr start= disabled
REM 关闭“防火墙服务”
sc config sharedaccess start= disabled
REM 关闭“Computer Browser”
sc config Browser start= disabled
REM 关闭“错误报警”
sc config Alerter start= disabled
REM 关闭“错误报告”
sc config ERSvc start= disabled
REM 关闭“本地和远程计算机上文件的索引内容和属性”
sc config cisvc start= disabled
REM 关闭“管理卷影复制服务拍摄的软件卷影复制”
sc config SwPrv start= disabled
REM 关闭“支持网络上计算机 pass-through 帐户登录身份验证事件”
sc config NetLogon start= disabled
REM 关闭“为使用传输协议而不是命名管道的远程过程调用(RPC)程序提供安全机制”
sc config NtLmSsp start= disabled
REM 关闭“收集本地或远程计算机基于预先配置的日程参数的性能数据,然后将此数据写入日志或触发警报”
sc config SysmonLog start= disabled
REM 关闭“通过联机计算机重新获取任何音乐播放序号”
sc config WmdmPmSN start= disabled
REM 关闭“管理连接到计算机的不间断电源(UPS)”
sc config UPS start= disabled
sc config ImapiService start= disabled
sc config RDSessMgr start= disabled
sc config SCardSvr start= disabled
sc config TermService start= disabled
sc config lanmanworkstation start= disabled
sc config FastUserSwitchingCompatibility start= disabled
(后面没有说明的当然是我自己添加的了)
上面的把.txt改为.bat还有一两项没关,至少一项是无线上网的,我就是无线上网的,所以没关重装系统有这两个可以说不用愁了
美化就用shell32.dll
explorer.exe
这两个都是美化过的,装完后替换就行了,一点都不占内存托慢系统
关闭IDE还得另来,我在这的地方发过了就不发了
[
本帖最后由 bodowo 于 2009-9-16 21:26 编辑 ]