优化大师全新一代!   魔方3系!
当前位置:首页 >> Vista应用 >> Vista优化

【Vista之家原创】Windows Vista本地服务恢复


2007年9月28日 编辑:Vista之家 - deepblue 人气: 评论:9

此文Vista之家www.vista123.com)Vista禁军教头原创,如要转载请注明出处作者,否则为侵权行为。

1.更改服务配置之前,请关闭所有正在运行的应用程序,以增强稳定性。
2.这些设置是针对个人用户,且没有特殊需要的用户设计的。
3.如果你的电脑的一些特别的设备需要某一服务,请进入服务自行设置。
4.支持XP\Vista,如有错误请记录后及时反馈.谢谢..

可对系统进行如下配置:

1  安全配置(推荐);
2  网络共享配置(局域网用户);
3  游戏配置;
4  发烧型配置;
5  恢复WINDOWS默认配置;

点击本地下载:本地服务优化 

Vista之家www.vista123.com)截图“图一”如下:

Vista之家www.vista123.com)截图“图二”如下:

源代码如下:

@echo off
:start
cls
color F0
title 服务优化
echo.
echo                         服务优化-Vista之家-禁军教头首发
echo          ---------------------------------------------------------
echo.
echo            ○ 更改服务配置之前,请关闭所有正在运行的应用程序,
echo               以增强稳定性。
echo            ○ 这些设置是针对个人用户,且没有特殊需要的用户设计
echo               的。如果你的电脑的一些特别的设备需要某一服务,请
echo               进入服务自行设置。
echo            ○ 支持XP\Vista,如有错误请记录后及时反馈.谢谢..
echo            ○欢迎各位光临Vista之家:www.vista123.com
echo              Vista之家论坛:bbs.ithome.com
echo            ○版权所有:Vista之家-vista禁军教头
echo              联系方式:QQ100112700  oycx27@gmail.com       
echo.
echo              1  安全配置(推荐);
echo              2  网络共享配置(局域网用户);
echo              3  游戏配置;
echo              4  发烧型配置;
echo              5  恢复WINDOWS默认配置;
echo              Q  退出
echo.
echo          ---------------------------------------------------------
echo                                            Vista之家-vista禁军教头
echo.
set /p choice=                    请作出选择:
if /i "%choice%"=="1" goto safe
if /i "%choice%"=="2" goto work
if /i "%choice%"=="3" goto game
if /i "%choice%"=="4" goto hot
if /i "%choice%"=="5" goto restore
if /i "%choice%"=="Q" goto end
goto start

:safe
cls
echo.
echo.
echo        正在配置安全型配置......
sc config Alerter start= disabled>nul
sc config ALG start= demand>nul
sc config AppMgmt start= demand>nul
sc config wuauserv start= disabled>nul
sc config BITS start= disabled>nul
sc config ClipSrv start= disabled>nul
sc config EventSystem start= demand>nul
sc config COMSysApp start= demand>nul
sc config Browser start= disabled>nul
sc config CryptSvc start= auto>nul
sc config DcomLaunch start= auto>nul
sc config Dhcp start= auto>nul
sc config TrkWks start= demand>nul
sc config MSDTC start= demand>nul
sc config Dnscache start= auto>nul
sc config ERSvc start= disabled>nul
sc config Eventlog start= auto>nul
sc config FastUserSwitchingCompatibility start= demand>nul
sc config FAX start= disabled>nul
sc config helpsvc start= disabled>nul
sc config HidServ start= disabled>nul
sc config HTTPFilter start= demand>nul
sc config ImapiService start= demand>nul
sc config CiSvc start= disabled>nul
sc config SharedAccess start= auto>nul
sc config PolicyAgent start= demand>nul
sc config dmserver start= auto>nul
sc config dmadmin start= demand>nul
sc config Messenger start= disabled>nul
sc config SwPrv start= demand>nul
sc config Netlogon start= disabled>nul
sc config mnmsrvc start= disabled>nul
sc config Netman start= demand>nul
sc config NetDDE start= disabled>nul
sc config NetDEEdsdm start= disabled>nul
sc config Nla start= demand>nul
sc config NtLmSsp start= demand>nul
sc config SysmonLog start= disabled>nul
sc config PlugPlay start= auto>nul
sc config WmdmPmSN start= disabled>nul
sc config Spooler start= demand>nul
sc config ProtectedStorage start= auto>nul
sc config RSVP start= disabled>nul
sc config RasAuto start= demand>nul
sc config RasMan start= demand>nul
sc config RDSessMgr start= disabled>nul
sc config RpcSs start= auto>nul
sc config RpcLocator start= demand>nul
sc config RemoteRegistry start=disabled>nul
sc config NtmsSvc start= demand>nul
sc config RemoteAccess start= disabled>nul
sc config seclogon start= demand>nul
sc config SamSs start= auto>nul
sc config lanmanserver start= disabled>nul
sc config ShellHWDetection start= auto>nul
sc config SCardSvr start= disabled>nul
sc config SCardDrv start= disabled>nul
sc config SSDPSRV start= disabled>nul
sc config stisvc start= demand>nul
sc config SENS start= auto>nul
sc config srservice start= disabled>nul
sc config Schedule start= disabled>nul
sc config LmHosts start= disabled>nul
sc config TapiSrv start= demand>nul
sc config TlntSvr start= disabled>nul
sc config TermService start= demand>nul
sc config Themes start= auto>nul
sc config UPS start= disabled>nul
sc config upnphost start= demand>nul
sc config uploadmgr start= disabled>nul
sc config VSS start= demand>nul
sc config WebClient start= disabled>nul
sc config AudioSrv start= auto>nul
sc config stisvc start= demand>nul
sc config MSIServer start= demand>nul
sc config winmgmt start=auto>nul
sc config Wmi start= demand>nul
sc config W32Time start=disabled>nul
sc config WZCSVC start= disabled>nul
sc config WudfSvc start= demand>nul
sc config WmiApSrv start= disabled>nul
sc config wscsvc start= disabled>nul
sc config lanmanworkstation start= auto>nul
sc config VMAuthdService start= demand>nul
sc config VMnetDHCP start= demand>nul
sc config "VMware NAT Service" start= demand>nul
sc config "ATI Smart" start= auto>nul
sc config "Ati HotKey Poller" start= disabled>nul
sc config InteractiveLogon start= disabled>nul
sc config "Machine Debug Manager" start= disabled>nul
sc config "Norton Ghost" start= demand>nul
sc config "Norton Unerase Protection" start= disabled>nul
sc config "NVIDIA Driver Helper Service" start= disabled>nul
sc config "WMDM PMSP Service" start= disabled>nul
echo.
echo         服务优化完成,建议重启电脑让这些设置生效!
echo            ○欢迎各位光临Vista之家:www.vista123.com
echo              Vista之家论坛:bbs.ithome.com
echo            ○版权所有:Vista之家-vista禁军教头
echo.
echo         任意键返回......
pause>nul
goto start

:work
cls
echo.
echo      正在配置网络共享型配置......vista禁军教头
sc config Alerter start= disabled>nul
sc config ALG start= auto>nul
sc config AppMgmt start= demand>nul
sc config wuauserv start= disabled>nul
sc config BITS start= disabled>nul
sc config ClipSrv start= disabled>nul
sc config EventSystem start= demand>nul
sc config COMSysApp start= demand>nul
sc config Browser start= auto>nul
sc config CryptSvc start= auto>nul
sc config DcomLaunch start= auto>nul
sc config Dhcp start= disabled>nul
sc config TrkWks start= demand>nul
sc config MSDTC start= demand>nul
sc config Dnscache start= auto>nul
sc config ERSvc start= disabled>nul
sc config Eventlog start= auto>nul
sc config FastUserSwitchingCompatibility start= demand>nul
sc config FAX start= disabled>nul
sc config helpsvc start= disabled>nul
sc config HidServ start= disabled>nul
sc config HTTPFilter start= demand>nul
sc config ImapiService start= demand>nul
sc config CiSvc start= disabled>nul
sc config SharedAccess start= auto>nul
sc config PolicyAgent start= disabled>nul
sc config dmserver start= auto>nul
sc config dmadmin start= demand>nul
sc config Messenger start= disabled>nul
sc config SwPrv start= demand>nul
sc config Netlogon start= disabled>nul
sc config mnmsrvc start= disabled>nul
sc config Netman start= auto>nul
sc config NetDDE start= disabled>nul
sc config NetDEEdsdm start= disabled>nul
sc config Nla start= auto>nul
sc config NtLmSsp start= demand>nul
sc config SysmonLog start= disabled>nul
sc config PlugPlay start= auto>nul
sc config WmdmPmSN start= disabled>nul
sc config Spooler start= demand>nul
sc config ProtectedStorage start= auto>nul
sc config RSVP start= disabled>nul
sc config RasAuto start= auto>nul
sc config RasMan start= auto>nul
sc config RDSessMgr start= disabled>nul
sc config RpcSs start= auto>nul
sc config RpcLocator start= demand>nul
sc config RemoteRegistry start=disabled>nul
sc config NtmsSvc start= demand>nul
sc config RemoteAccess start= disabled>nul
sc config seclogon start= disabled>nul
sc config SamSs start= auto>nul
sc config lanmanserver start= auto>nul
sc config ShessHWDetection start= auto>nul
sc config SCardSvr start= disabled>nul
sc config SCardDrv start= disabled>nul
sc config SSDPSRV start= disabled>nul
sc config stisvc start= demand>nul
sc config SENS start= auto>nul
sc config srservice start= disabled>nul
sc config Schedule start= disabled>nul
sc config LmHosts start= disabled>nul
sc config TapiSrv start= auto>nul
sc config TlntSvr start= disabled>nul
sc config TermService start= demand>nul
sc config Themes start= auto>nul
sc config UPS start= disabled>nul
sc config upnphost start= demand>nul
sc config uploadmgr start= disabled>nul
sc config VSS start= demand>nul
sc config WebClient start= disabled>nul
sc config AudioSrv start= auto>nul
sc config stisvc start= demand>nul
sc config MSIServer start= demand>nul
sc config winmgmt start=auto>nul
sc config Wmi start= demand>nul
sc config W32Time start=disabled>nul
sc config WZCSVC start= disabled>nul
sc config WudfSvc start= demand>nul
sc config WmiApSrv start= disabled>nul
sc config wscsvc start= disabled>nul
sc config lanmanworkstation start= auto>nul
sc config VMAuthdService start= demand>nul
sc config VMnetDHCP start= demand>nul
sc config "VMware NAT Service" start= demand>nul
sc config "ATI Smart" start= auto>nul
sc config "Ati HotKey Poller" start= disabled>nul
sc config InteractiveLogon start= disabled>nul
sc config "Machine Debug Manager" start= disabled>nul
sc config "Norton Ghost" start= demand>nul
sc config "Norton Unerase Protection" start= disabled>nul
sc config "NVIDIA Driver Helper Service" start= disabled>nul
sc config "WMDM PMSP Service" start= disabled>nul
echo.
echo         服务优化完成,建议重启电脑让这些设置生效!
echo            ○欢迎各位光临Vista之家:www.vista123.com
echo              Vista之家论坛:bbs.ithome.com
echo            ○版权所有:Vista之家-vista禁军教头
echo.
echo         任意键返回......
pause>nul
goto start

:game
cls
echo.
echo      正在配置游戏级配置......
sc config Alerter start= disabled>nul
sc config ALG start= disabled>nul
sc config AppMgmt start= demand>nul
sc config wuauserv start= disabled>nul
sc config BITS start= disabled>nul
sc config ClipSrv start=disabled>nul
sc config EventSystem start= disabled>nul
sc config COMSysApp start= disabled>nul
sc config Browser start= disabled>nul
sc config CryptSvc start= disabled>nul
sc config DcomLaunch start= auto>nul
sc config Dhcp start= auto>nul
sc config TrkWks start= disabled>nul
sc config MSDTC start= disabled>nul
sc config Dnscache start= disabled>nul
sc config ERSvc start= disabled>nul
sc config Eventlog start= auto>nul
sc config FastUserSwitchingCompatibility start= disabled>nul
sc config FAX start= disabled>nul
sc config helpsvc start= disabled>nul
sc config HidServ start= disabled>nul
sc config HTTPFilter start= demand>nul
sc config ImapiService start= disabled>nul
sc config CiSvc start= disabled>nul
sc config SharedAccess start= disabled>nul
sc config PolicyAgent start= disabled>nul
sc config dmserver start= auto>nul
sc config dmadmin start= disabled>nul
sc config Messenger start= disabled>nul
sc config SwPrv start= disabled>nul
sc config Netlogon start= disabled>nul
sc config mnmsrvc start= disabled>nul
sc config Netman start= demand>nul
sc config NetDDE start= disabled>nul
sc config NetDEEdsdm start= disabled>nul
sc config Nla start= disabled>nul
sc config NtLmSsp start= demand>nul
sc config SysmonLog start= disabled>nul
sc config PlugPlay start= auto>nul
sc config WmdmPmSN start= disabled>nul
sc config Spooler start= disabled>nul
sc config ProtectedStorage start= disabled>nul
sc config RSVP start= disabled>nul
sc config RasAuto start= demand>nul
sc config RasMan start= demand>nul
sc config RDSessMgr start= disabled>nul
sc config RpcSs start= auto>nul
sc config RpcLocator start= demand>nul
sc config RemoteRegistry start=disabled>nul
sc config NtmsSvc start= disabled>nul
sc config RemoteAccess start= disabled>nul
sc config seclogon start= disabled>nul
sc config SamSs start= disaabled>nul
sc config lanmanserver start= disabled>nul
sc config ShessHWDetection start= disabled>nul
sc config SCardSvr start= disabled>nul
sc config SCardDrv start= disabled>nul
sc config SSDPSRV start= disabled>nul
sc config stisvc start= demand>nul
sc config SENS start= disabled>nul
sc config srservice start= disabled>nul
sc config Schedule start= disabled>nul
sc config LmHosts start= disabled>nul
sc config TapiSrv start= disabled>nul
sc config TlntSvr start= disabled>nul
sc config TermService start= disabled>nul
sc config Themes start= disabled>nul
sc config UPS start= disabled>nul
sc config upnphost start= demand>nul
sc config uploadmgr start= disabled>nul
sc config VSS start= disabled>nul
sc config WebClient start= disabled>nul
sc config AudioSrv start= auto>nul
sc config stisvc start= disabled>nul
sc config MSIServer start= demand>nul
sc config winmgmt start=auto>nul
sc config Wmi start= demand>nul
sc config W32Time start=disabled>nul
sc config WZCSVC start= disabled>nul
sc config WudfSvc start= demand>nul
sc config WmiApSrv start= disabled>nul
sc config wscsvc start= disabled>nul
sc config lanmanworkstation start= auto>nul
sc config VMAuthdService start= demand>nul
sc config VMnetDHCP start= demand>nul
sc config "VMware NAT Service" start= demand>nul
sc config "ATI Smart" start= auto>nul
sc config "Ati HotKey Poller" start= disabled>nul
sc config InteractiveLogon start= disabled>nul
sc config "Machine Debug Manager" start= disabled>nul
sc config "Norton Ghost" start= demand>nul
sc config "Norton Unerase Protection" start= disabled>nul
sc config "NVIDIA Driver Helper Service" start= disabled>nul
sc config "WMDM PMSP Service" start= disabled>nul
echo.
echo         服务优化完成,建议重启电脑让这些设置生效!
echo            ○欢迎各位光临Vista之家:www.vista123.com
echo              Vista之家论坛:bbs.ithome.com
echo            ○版权所有:Vista之家-vista禁军教头
echo.
echo         任意键返回......
pause>nul
goto start

:hot
cls
echo.
echo      正在配置发烧级配置......
sc config Alerter start= disabled>nul
sc config ALG start= disabled>nul
sc config AppMgmt start= demand>nul
sc config wuauserv start= disabled>nul
sc config BITS start= disabled>nul
sc config ClipSrv start=disabled>nul
sc config EventSystem start= disabled>nul
sc config COMSysApp start= disabled>nul
sc config Browser start= disabled>nul
sc config CryptSvc start= disabled>nul
sc config DcomLaunch start= auto>nul
sc config Dhcp start= disabled>nul
sc config TrkWks start= disabled>nul
sc config MSDTC start= disabled>nul
sc config Dnscache start= disabled>nul
sc config ERSvc start= disabled>nul
sc config Eventlog start= auto>nul
sc config FastUserSwitchingCompatibility start= disabled>nul
sc config FAX start= disabled>nul
sc config helpsvc start= disabled>nul
sc config HidServ start= disabled>nul
sc config HTTPFilter start= demand>nul
sc config ImapiService start= disabled>nul
sc config CiSvc start= disabled>nul
sc config SharedAccess start= disabled>nul
sc config PolicyAgent start= disabled>nul
sc config dmserver start= auto>nul
sc config dmadmin start= disabled>nul
sc config Messenger start= disabled>nul
sc config SwPrv start= disabled>nul
sc config Netlogon start= disabled>nul
sc config mnmsrvc start= disabled>nul
sc config Netman start= disabled>nul
sc config NetDDE start= disabled>nul
sc config NetDEEdsdm start= disabled>nul
sc config Nla start= disabled>nul
sc config NtLmSsp start= disabled>nul
sc config SysmonLog start= disabled>nul
sc config PlugPlay start= auto>nul
sc config WmdmPmSN start= disabled>nul
sc config Spooler start= disabled>nul
sc config ProtectedStorage start= disabled>nul
sc config RSVP start= disabled>nul
sc config RasAuto start= disabled>nul
sc config RasMan start= disabled>nul
sc config RDSessMgr start= disabled>nul
sc config RpcSs start= auto>nul
sc config RpcLocator start= disabled>nul
sc config RemoteRegistry start=disabled>nul
sc config NtmsSvc start= disabled>nul
sc config RemoteAccess start= disabled>nul
sc config seclogon start= disabled>nul
sc config SamSs start= disaabled>nul
sc config lanmanserver start= disabled>nul
sc config ShessHWDetection start= disabled>nul
sc config SCardSvr start= disabled>nul
sc config SCardDrv start= disabled>nul
sc config SSDPSRV start= disabled>nul
sc config stisvc start= disabled>nul
sc config SENS start= disabled>nul
sc config srservice start= disabled>nul
sc config Schedule start= disabled>nul
sc config LmHosts start= disabled>nul
sc config TapiSrv start= disabled>nul
sc config TlntSvr start= disabled>nul
sc config TermService start= disabled>nul
sc config Themes start= disabled>nul
sc config UPS start= disabled>nul
sc config upnphost start= demand>nul
sc config uploadmgr start= disabled>nul
sc config VSS start= disabled>nul
sc config WebClient start= disabled>nul
sc config AudioSrv start= auto>nul
sc config stisvc start= disabled>nul
sc config MSIServer start= demand>nul
sc config winmgmt start=auto>nul
sc config Wmi start= disabled>nul
sc config W32Time start=disabled>nul
sc config WZCSVC start= disabled>nul
sc config WudfSvc start= demand>nul
sc config WmiApSrv start= disabled>nul
sc config wscsvc start= disabled>nul
sc config lanmanworkstation start= auto>nul
sc config VMAuthdService start= demand>nul
sc config VMnetDHCP start= demand>nul
sc config "VMware NAT Service" start= demand>nul
sc config "ATI Smart" start= auto>nul
sc config "Ati HotKey Poller" start= disabled>nul
sc config InteractiveLogon start= disabled>nul
sc config "Machine Debug Manager" start= disabled>nul
sc config "Norton Ghost" start= demand>nul
sc config "Norton Unerase Protection" start= disabled>nul
sc config "NVIDIA Driver Helper Service" start= disabled>nul
sc config "WMDM PMSP Service" start= disabled>nul
echo.
echo         服务优化完成,建议重启电脑让这些设置生效!
echo            ○欢迎各位光临Vista之家:www.vista123.com
echo              Vista之家论坛:bbs.ithome.com
echo            ○版权所有:Vista之家-vista禁军教头
echo.
echo         任意键返回......
pause>nul
goto start

:restore
cls
echo.
echo.
echo             正在恢复 Vista U版 默认服务……
sc config Alerter start= disabled>nul
sc config ALG start= demand>nul
sc config AppMgmt start= demand>nul
sc config AudioSrv start= auto>nul
sc config BITS start= demand>nul
sc config Browser start= auto>nul
sc config CiSvc start= demand>nul
sc config ClipSrv start= demand>nul
sc config COMSysApp start= demand>nul
sc config CryptSvc start= auto>nul
sc config DcomLaunch start= auto>nul
sc config Dhcp start= auto>nul
sc config dmadmin start= demand>nul
sc config dmserver start= auto>nul
sc config Dnscache start= auto>nul
sc config ERSvc start= auto>nul
sc config Eventlog start= auto>nul
sc config EventSystem start= demand>nul
sc config FastUserSwitchingCompatibility start= demand>nul
sc config helpsvc start= auto>nul
sc config HidServ start= disabled>nul
sc config HTTPFilter start= demand>nul
sc config ImapiService start= demand>nul
sc config lanmanserver start= auto>nul
sc config lanmanworkstation start= auto>nul
sc config LmHosts start= auto>nul
sc config Messenger start= disabled>nul
sc config mnmsrvc start= demand>nul
sc config MSDTC start= demand>nul
sc config MSIServer start= demand>nul
sc config NetDDE start= disabled>nul
sc config NetDDEdsdm start= disabled>nul
sc config Netlogon start= demand>nul
sc config Netman start= demand>nul
sc config Nla start= demand>nul
sc config NtLmSsp start= demand>nul
sc config NtmsSvc start= demand>nul
sc config PlugPlay start= auto>nul
sc config PolicyAgent start= auto>nul
sc config ProtectedStorage start= auto>nul
sc config RasAuto start= demand>nul
sc config RasMan start= demand>nul
sc config RDSessMgr start= demand>nul
sc config RemoteAccess start= disabled>nul
sc config RemoteRegistry start= auto>nul
sc config RpcLocator start= demand>nul
sc config RpcSs start= auto>nul
sc config RSVP start= demand>nul
sc config SamSs start= auto>nul
sc config SCardSvr start= demand>nul
sc config Schedule start= auto>nul
sc config seclogon start= auto>nul
sc config SENS start= auto>nul
sc config SharedAccess start= auto>nul
sc config ShellHWDetection start= auto>nul
sc config Spooler start= auto>nul
sc config srservice start= disabled>nul
sc config SSDPSRV start= demand>nul
sc config stisvc start= demand>nul
sc config SwPrv start= demand>nul
sc config SysmonLog start= demand>nul
sc config TapiSrv start= demand>nul
sc config TermService start= demand>nul
sc config Themes start= auto>nul
sc config TlntSvr start= disabled>nul
sc config TrkWks start= auto>nul
sc config UMWdf start= demand>nul
sc config upnphost start= demand>nul
sc config UPS start= demand>nul
sc config VSS start= demand>nul
sc config W32Time start= auto>nul
sc config WebClient start= auto>nul
sc config winmgmt start= auto>nul
sc config WmdmPmSN start= demand>nul
sc config Wmi start= demand>nul
sc config WmiApSrv start= demand>nul
sc config wscsvc start= auto>nul
sc config wuauserv start= auto>nul
sc config WZCSVC start= auto>nul
sc config xmlprov start= demand>nul
echo.
echo.
echo         服务优化完成,建议重启电脑让这些设置生效!
echo            ○欢迎各位光临Vista之家:www.vista123.com
echo              Vista之家论坛:bbs.ithome.com
echo            ○版权所有:Vista之家-vista禁军教头
echo.
echo         任意键返回......
pause>nul
goto start

:end
exit

实用记事本写下,保存为****.bat文件格式为所有文件格式。

Vista之家www.vista123.com)·Vista爱好者之家,Windows Vista乐园 www.vista123.com

      
Vista之家网友 (116.217.52.*) 于 2009-1-3 15:57:05 发表下列评论:   [删除]
没用 既然优化了就不准备恢复
Vista之家网友 (60.213.91.*) 于 2008-12-6 3:32:02 发表下列评论:   [删除]
怎么下载?
Vista之家网友 (125.77.47.*) 于 2008-8-12 13:38:08 发表下列评论:   [删除]
好复杂
Vista之家网友 (210.34.175.*) 于 2008-3-25 15:05:00 发表下列评论:   [删除]
好复杂啊!先看下!
禁军 (116.52.12.*) 于 2007-9-28 23:44:25 发表下列评论:   [删除]
2。0beta1已经发布
请暂时到论坛下载-[资源板块]
禁军 (116.52.12.*) 于 2007-9-28 19:56:42 发表下列评论:   [删除]
暂时别整合 好多还不完善 我还在修改
Vista之家网友 (219.150.233.*) 于 2007-9-28 18:38:37 发表下列评论:   [删除]
deepbule 把它合成到优化大师里呗!
Vista之家网友 (218.76.65.*) 于 2007-9-28 17:45:41 发表下列评论:   [删除]
这个有什么用处呢,说下
Vista之家网友 (60.63.41.*) 于 2007-9-28 17:39:35 发表下列评论:   [删除]
怕,不敢用!
发表评论(最新评论将在5分钟内出现
昵称:
内容:
(按Control+Enter直接提交)   点击一下,Vista问题有问必答
Vista之家相关文章
    Vista优化大师
    闪游 - 最快最强最安全的网络浏览器
    windows7 优化大师
    酷点,酷点桌面

    Windows 下用什么杀毒软件最好最安全?
    Windows 系统上网更加可靠
    把您的Windows系统打造成一个铜墙铁壁之完全攻略

    新手玩转Windows系统速成大法
    从入门到精通,Windows听我指挥
    做Windows 高手并不难,怎么学?

    最便宜的装Win7的名牌电脑多少钱?
    预装Win7的品牌机大PK
    联想、戴尔、索尼等笔记本大促销

    如何免费升级到 Windows 7?
    戴尔推出免费教程教你升级Win7
    安装升级Windows 7,其实就这么简单!

    索尼 Win7 笔记本电脑1999元特价热销
    七天免费试用?免费升级内存硬盘?
    更有超多礼物发送中,不抢白不抢

    Win7系统出现问题怎么办?
    电脑有故障,“医生”来帮忙
    我有电脑医生,修复电脑简单轻松!

    热门文章
    软媒旗下软件闪游,最好用的浏览器 | 魔方优化大师 | 魔方小助手 | 酷点桌面,好美 | Win7优化大师 | Win8优化大师 | Vista优化大师 | Vista一键还原 | 魔法IE
    软媒旗下网站6655网址之家 | 9955网址大全 | IT之家 | Win8之家 | Win7之家 | Vista之家 | 乐购网 | IT之家社区(Win8/Win7论坛)