注册通行证 用户名 密码
  • 文章投稿
  • 博客
  • 论坛
  • 设为首页
  • 加入收藏
jztop.com网络技术
  • 首页
  • | iT新闻
  • | 操作系统
  • | 组网建网
  • | 网络安全
  • | 程序开发
  • | 办公一族
  • | 工具软件
  • | 网页制作
  • | 多媒体制作
  • | 网吧技术
  • | 服务器
  • | 专题教程
Vista | 软件评测 | 系统备份 | 优化 | 进程 | 聊天 | 病毒 | Linux | 黑客 | 防火墙 | 数据库 | Web开发 | Java | Word | 游戏 | 32位开发 | 移动开发
当前位置:首页 > 操作系统 > Windows vista专栏 > Vista应用 > 内容正文

【Vista学院原创】Windows Vista本地服务恢复

发布时间:2007-10-12 08:58:54 来源:Vista之家 - deepblue 网友评论 0 条

此文Vista学院(www.jztop.com/os/vista)Vista禁军教头原创,如要转载请注明出处作者,否则为侵权行为。

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

可对系统进行如下配置:

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

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

Vista学院(www.jztop.com/os/vista)截图“图一”如下:

Vista学院(www.jztop.com/os/vista)截图“图二”如下:

源代码如下:

@echo off
:start
cls
color F0
title 服务优化
echo.
echo                         服务优化-Vista学院-禁军教头首发
echo          ---------------------------------------------------------
echo.
echo            ○ 更改服务配置之前,请关闭所有正在运行的应用程序,
echo               以增强稳定性。
echo            ○ 这些设置是针对个人用户,且没有特殊需要的用户设计
echo               的。如果你的电脑的一些特别的设备需要某一服务,请
echo               进入服务自行设置。
echo            ○ 支持XP/Vista,如有错误请记录后及时反馈.谢谢..
echo            ○欢迎各位光临Vista学院:www.jztop.com/os/vista
echo              Vista学院论坛:bbs.vista123.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.jztop.com/os/vista
echo              Vista学院论坛:bbs.vista123.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.jztop.com/os/vista
echo              Vista学院论坛:bbs.vista123.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.jztop.com/os/vista
echo              Vista学院论坛:bbs.vista123.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.jztop.com/os/vista
echo              Vista学院论坛:bbs.vista123.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.jztop.com/os/vista
echo              Vista学院论坛:bbs.vista123.com
echo            ○版权所有:Vista学院-vista禁军教头
echo.
echo         任意键返回......
pause>nul
goto start

:end
exit

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

Vista学院(www.jztop.com/os/vista)·Vista爱好者之家,Windows Vista乐园 www.jztop.com/os/vista

关于  的新闻
    无相关信息
【评论】【收藏本文】【打印】【关闭】
上一篇文章:【Vista学院原创】修复Windows Vista无声音方案
下一篇文章:【Vista学院原创】让Windows Vista确保写入的数据安全
讨论区
查看
已有 0 位对此新闻感兴趣的网友发表了看法
匿名发表
注册通行证 登陆
图文阅读推荐
微软官方入门教程14:会用Vista下的IE7网上畅游么?
微软官方入门教程14:会用Vista下的IE7网上畅游么?
微软官方入门教程15:Vista系统,一切安全为先
微软官方入门教程15:Vista系统,一切安全为先
微软官方入门教程16:Vista系统的超多重防护机制
微软官方入门教程16:Vista系统的超多重防护机制
微软官方入门教程17:Vista备份、Vista还原轻松实现
微软官方入门教程17:Vista备份、Vista还原轻松实现
全站资源
  • 微软官方入门教程19:轻松掌握Vista系统的快
  • 微软2008大冲击,预借Vista SP1力促Vista市
  • 在收件箱中获得 Windows Vista 的最新更新
  • 微软官方Vista入门教程全集19篇(Vista学院
  • Windows Vista 的成功将势不可挡
  • 快快抛弃Vista,拥抱XP SP3!你觉得呢?
  • 浅谈Vista系统关闭虚拟内存与使用内存盘加速
  • 嘿嘿,按下键盘上面的三个键,马上让你的Vi
  • Windows Vista的盗版率只有Windows XP的一半
  • 3DMark和PCMark Vantage新版将只支持Vista系
阅读排行
  • 25则Windows Vista RC1技巧大放送
  • 你能容忍吗?Windows Vista二十宗罪
  • Windows Vista中强大的数码相片处理功能
  • 技术的极大冲击 透过Vista看电脑硬件未来
  • 喜新厌旧 给Windows XP换上Vista新衣
  • Vista Aero Glass:它真的那么好?
  • 超越Vista:Longhorn β 2试用报告
  • 功能大幅度提高 Win Vista主要特性揭密
  • 穷人的Windows Vista系统伪升级方案
  • Windows Vista操作系统八大特性抢鲜体验
最新技术文档
  • 微软官方入门教程14:会用Vista下的IE7网上
  • 微软官方入门教程15:Vista系统,一切安全为
  • 微软官方入门教程16:Vista系统的超多重防护
  • 微软官方入门教程17:Vista备份、Vista还原
  • 微软官方入门教程18:Vista家长控制让您孩子
  • 微软官方入门教程19:轻松掌握Vista系统的快
  • 在收件箱中获得 Windows Vista 的最新更新
  • 微软官方Vista入门教程全集19篇(Vista学院
  • 浅谈Vista系统关闭虚拟内存与使用内存盘加速
  • 嘿嘿,按下键盘上面的三个键,马上让你的Vi
专题教程
  • 大话G游 专题:手机病毒揭密
  • ARP攻击防范与解决方案 路由故障处理手册
  • Picasa中文版_Picasa教程 专题:清除流氓软件
  • Firefox专题 seo搜索引擎优化专区
  • 重装Windows必知的事情 装机之必备软件大行动
病毒专杀栏
  • 杀毒软件反被病毒杀 连"救命"都不能喊
  • 金山ARP防火墙
  • 还原卡神话破灭“机器狗”病毒来势汹汹
  • cctv经济半小时:你的手机现在安全吗?
  • 新挂马方式开始流行 ARP挂马称雄局域网
  • 木马和病毒清除的通用解法
  • IP地址不再冲突 查找ARP攻击者元凶
  • 教你几招识别和防御Web网页木马
  • 分析:封杀BT只是暂时的止痛药
  • QQ爆危险漏洞,“QQ游戏邀请大盗”邀请你玩病
关于我们 | 诚聘英才 | 联系我们 | 版权声明 | 网站大事 | 网站地图 | 意见建议
CopyRight 2005-2007 Jztop.Com 版权所有 未经许可 请勿转载