




已阅读5页,还剩58页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Win7服务优化小工具,使用方法:首先,新建一个txt文档,复制一下内容(注意:echo off 开始往下复制),保存文档,然后,更改.txt文档的扩展名为.bat或者.com,现在小工具就制作完成了,最后双击你自己制作的工具一步步操作吧.echo offcolor 0Atitle Windos Seven 服务优化批处理 速达社区专用 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 与Windows XP和Windows 2003才七十多个服务相比,Windos Vista已经增加到一百三十多个服务,而Windos Seven也继续继承了这一特点,这不可避免地加大了系统资源占用,拖慢了系统速度,因此,手工优化服务就显得更加重要。echo.echo 默认开启AERO,开启自动更新(检查更新但让我选择是否下载和安装)。echo.echo 其他的服务,可以具体的根据自己的需要来定制。echo.echo.echo 开始进行系统服务优化echo.echo.echo.pause:returnclsecho offcolor 0Atitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:servicesecho =-=-=-=-=请选择需要执行的操作=-=-=-=-=echo.echo.echo.echo 1.还原系统默认服务echo.echo 2.备份当前服务状态echo.echo 3.开始系统服务优化echo.echo.echo.echo.set /p yn=请输入选择项目的序号(1、2、3 . . . ):if %yn%=1 goto reductiveif %yn%=2 goto backupif %yn%=3 goto optimizeclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto services:reductiveclsecho offcolor 0Atitle Windos Seven 默认服务还原批处理 -当前时间:%time%sc config AeLookupSvc start= DEMAND sc config ALG start= DEMAND sc config AppIDSvc start= DEMAND sc config Appinfo start= DEMAND sc config AppMgmt start= DEMAND sc config AudioEndpointBuilder start= AUTO sc config Audiosrv start= AUTO sc config AxInstSV start= DEMAND sc config BDESVC start= DEMAND sc config BFE start= AUTO sc config BITS start= AUTO sc config Browser start= DEMAND sc config bthserv start= DEMAND sc config CertPropSvc start= DEMAND sc config clr_optimization_v2.0.50727_32 start= AUTO sc config COMSysApp start= DEMAND sc config CryptSvc start= AUTO sc config CscService start= AUTO sc config defragsvc start= DEMAND sc config Dhcp start= AUTO sc config Dnscache start= AUTO sc config dot3svc start= DEMAND sc config DPS start= AUTO sc config EapHost start= DEMAND sc config EFS start= DEMAND sc config ehRecvr start= DEMAND sc config ehSched start= DEMAND sc config eventlog start= AUTO sc config EventSystem start= AUTO sc config Fax start= DEMAND sc config fdPHost start= DEMAND sc config FDResPub start= AUTO sc config FontCache start= DEMAND sc config FontCache start= DEMAND sc config hidserv start= DEMAND sc config hkmsvc start= DEMAND sc config HomeGroupListener start= DEMAND sc config HomeGroupProvider start= DEMAND sc config idsvc start= DEMAND sc config IKEEXT start= DEMAND sc config IPBusEnum start= DEMAND sc config iphlpsvc start= AUTO sc config KeyIso start= DEMAND sc config KtmRm start= DEMAND sc config LanmanServer start= AUTO sc config LanmanWorkstation start= AUTO sc config lltdsvc start= DEMAND sc config lmhosts start= AUTO sc config MMCSS start= AUTO sc config MpsSvc start= AUTO sc config MSDTC start= DEMAND sc config MSiSCSI start= DEMAND sc config msiserver start= DEMAND sc config napagent start= DEMAND sc config Netlogon start= DEMAND sc config Netman start= DEMAND sc config netprofm start= DEMAND sc config NetTcpPortSharing start= DISABLED sc config NlaSvc start= AUTO sc config nsi start= AUTO sc config p2pimsvc start= DEMAND sc config p2psvc start= DEMAND sc config PcaSvc start= DEMAND sc config PeerDistSvc start= DEMAND sc config pla start= DEMAND sc config PNRPAutoReg start= DEMAND sc config PNRPsvc start= DEMAND sc config PolicyAgent start= DEMAND sc config ProfSvc start= AUTO sc config ProtectedStorage start= DEMAND sc config QWAVE start= DEMAND sc config RasAuto start= DEMAND sc config RasMan start= DEMAND sc config RemoteAccess start= DISABLED sc config RemoteRegistry start= DEMAND sc config RpcLocator start= DEMAND sc config SamSs start= AUTO sc config SCardSvr start= DEMAND sc config SCPolicySvc start= DEMAND sc config SDRSVC start= DEMAND sc config seclogon start= DEMAND sc config SENS start= AUTO sc config SensrSvc start= DEMAND sc config SessionEnv start= DEMAND sc config ShellHWDetection start= AUTO sc config SNMPTRAP start= DEMAND sc config Spooler start= AUTO sc config sppsvc start= AUTO sc config sppuinotify start= DEMAND sc config SSDPSRV start= DEMAND sc config SstpSvc start= DEMAND sc config StiSvc start= DEMAND sc config swprv start= DEMAND sc config SysMain start= AUTO sc config TabletInputService start= DEMAND sc config TapiSrv start= DEMAND sc config TBS start= DEMAND sc config TermService start= DEMAND sc config Themes start= AUTO sc config THREADORDER start= DEMAND sc config TrkWks start= AUTO sc config TrustedInstaller start= AUTO sc config UI0Detect start= DEMAND sc config UmRdpService start= DEMAND sc config upnphost start= DEMAND sc config UxSms start= AUTO sc config VaultSvc start= DEMAND sc config vds start= DEMAND sc config VSS start= DEMAND sc config W32Time start= DEMAND sc config wbengine start= DEMAND sc config WbioSrvc start= DEMAND sc config wcncsvc start= DEMAND sc config WcsPlugInService start= DEMAND sc config WdiServiceHost start= DEMAND sc config WdiSystemHost start= DEMAND sc config WebClient start= DEMAND sc config Wecsvc start= DEMAND sc config wercplsupport start= DEMAND sc config WerSvc start= DEMAND sc config WinDefend start= AUTO sc config WinHttpAutoProxySvc start= DEMAND sc config Winmgmt start= AUTO sc config WinRM start= DEMAND sc config Wlansvc start= DEMAND sc config wmiApSrv start= DEMAND sc config WMPNetworkSvc start= DEMAND sc config WPCSvc start= DEMAND sc config WPDBusEnum start= DEMAND sc config wscsvc start= AUTO sc config WSearch start= AUTO sc config wuauserv start= AUTO sc config wudfsvc start= DEMAND sc config WwanSvc start= DEMAND clsecho =echo Windows Seven 服务优化批处理 速达社区专用 echo =echo.echo.echo 服务恢复完成,重启即可生效echo.echo.echo 正在退出,请稍后ping -n 3 127.1 nulgoto return:backupclsecho offcolor 0Atitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化处理备份 速达社区专用 echo =rem get all service namesc query type= service state= all| findstr /r /C:SERVICE_NAME: C:tmpsrv.txtecho Save Service Start State In C:Windows Seven 服务备份.batrem save service start state into batch file remecho echo Restore The Service Start State Saved At %TIME% %DATE% C:Windows Seven 服务备份.bat echo pause C:Windows Seven 服务备份.batfor /f tokens=2 delims=: %j in (C:tmpsrv.txt) do ( sc qc %j |findstr START_TYPE C:tmpstype.txt & for /f tokens=4 delims=:_ %s in ( C:tmpstype.txt) do echo sc config %j start= %s C:Windows Seven 服务备份.bat)echo pause C:Windows Seven 服务备份.batdel C:tmpsrv.txtdel C:tmpstype.txtgoto return:optimizeclsecho offcolor 0Atitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:configecho 名称:Print Spoolerecho 你即将对打印服务进行处理,请确定你 “是”“否” 使用打印机。echo 补充:如果没有打印机,或者你不需要虚拟、本地和网络的打印机,那么可以关掉。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto config:autosc config spooler start= AUTOgoto end:dissc config spooler start= DISABLED:endecho =clsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:hidservecho 名称:Human Interface Device Accessecho 你即将对键盘功能键服务进行处理,请确定你 “是”“否” 使用键盘功能键。echo 补充:如果你不想你机器或笔记本键盘上面的那些特别的附加按键起作用、不用游戏手柄之类可以关掉这个服务。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto hidserv:autosc config hidserv start= DEMAND goto end:dissc config hidserv start= DISABLED:endecho =clsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:bthservecho 名称:Bluetooth Support Serviceecho 你即将对蓝牙服务支持进行处理,请确定你 “是”“否” 使用蓝牙服务。echo 补充:如果你机器上没有蓝牙设备或USB蓝牙适配器可以关掉这个服务。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto bthserv:autosc config bthserv start= DEMAND goto end:dissc config bthserv start= DISABLED:endecho =clsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:TabletInputServiceecho 名称:Tablet PC Input Serviceecho 你即将对Tablet PC 笔和墨迹功能进行处理,请确定你 “是”“否” 使用Tablet PC 笔和墨迹功能。echo 补充:非Table PC及不使用手写板就可以关掉它。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto TabletInputService:autosc config TabletInputService start= DEMAND goto end:dissc config TabletInputService start= DISABLED:endecho =clsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:KeyIsoecho 名称:CNG Key Isolation、Extensible Authentication Protocol、WLAN AutoConfigecho 你即将对无线网络进行处理,请确定你 “是”“否” 使用无线网络。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto KeyIso:autosc config KeyIso start= DEMAND sc config EapHost start= DEMAND sc config Wlansvc start= DEMAND goto end:dissc config KeyIso start= DISABLED sc config EapHost start= DEMANDsc config Wlansvc start= DISABLED:endecho =clsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:SDRSVCecho 名称:Windows Backup、Block Level Backup Engine Serviceecho 你即将对Windows 备份和还原进行处理,请确定你 “是”“否” 使用Windows 备份和还原功能。echo 补充:如果你不使用Windows 备份和还原,那么可以关掉。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto SDRSVC:autosc config SDRSVC start= DEMAND sc config wbengine start= DEMANDgoto end:dissc config SDRSVC start= DISABLEDsc config wbengine start= DISABLED:endecho =clsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.:LanmanWorkstationecho 名称:Server、TCP/IP NetBIOS Helper、Workstation、Internet Connection Sharing (ICS)、Computer Browserecho 你即将对局域网共享、网络链接共享功能进行处理,请确定你 “是”“否” 使用局域网共享、网络链接共享功能。echo 补充:如果你不使用局域网共享、网络链接共享功能 ,那么可以关掉。echo.set /p yn=请输入 Y (开启服务)或 N (禁用服务)if %yn%=y goto autoif %yn%=Y goto autoif %yn%=n goto disif %yn%=N goto disclsecho =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo 输入错误,请重新输入。 echo.goto LanmanWorkstation:autosc config LanmanWorkstation start= AUTO sc config LanmanServer start= AUTO sc config lmhosts start= AUTO sc config SharedAccess start= DISABLEDsc config Browser start= DEMAND goto end:dissc config LanmanWorkstation start= DEMANDsc config LanmanServer start= DISABLEDsc config lmhosts start= DISABLEDsc config SharedAccess start= DISABLEDsc config Browser start= DISABLED:endecho =clstitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo.echo.echo echo 名称:ActiveX Installer (AxInstSV)echo 微软:为从 Internet 安装 ActiveX 控件提供用户帐户控制验证,并基于组策略设置启用对 ActiveX 控件安装的管理。此服务根据要求启动,是否禁用 ActiveX 控件的安装取决于默认浏览器设置。echo 建议: 手动sc config AxInstSV start= DEMANDclstitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo.echo.echo echo 名称:Application Experienceecho 微软:在应用程序启动时为应用程序处理应用程序兼容性缓存请求.echo 补充: 这个服务是一些老的、不兼容的应用程序运行在Windows早期版本兼容模式下所必需的,如果没有这样的程序就不必启动它。echo 建议: 手动sc config AeLookupSvc start= DEMANDclstitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo.echo.echo echo 名称:Application Layer Gateway Serviceecho 微软:为 Internet 连接共享提供第三方协议插件的支持echo 建议: 手动sc config ALG start= DEMANDclstitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo.echo.echo echo 名称:Application Identityecho 微软:确定并验证应用程序的标识。禁用此服务将阻止强制执行 AppLocker。echo 建议: 手动sc config AppIDSvc start= DEMAND clstitle Windos Seven 服务优化批处理 -当前时间:%time%echo =echo Windos Seven 服务优化批处理 速达社区专用 echo =echo.echo.echo.e
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 活动舞蹈老师合同范本
- 住建部 房屋合同范本
- 酿酒作坊出售合同范本
- 运送车辆服务合同范本
- 家庭教育心得体会怎么写10篇
- 植物综合题目大全及答案
- 直面困境申论题目及答案
- 零售策略市场分析研究
- 婚庆活动方案
- 环境监测行业智能化转型路径与2025年数据质量控制要点报告
- 华晨宝马大东厂区天然气分布式能源站项目环评报告
- 青海2023届高校毕业生就业报告出炉:医学和法学就业率最高
- 汽车电控发动机构造与维修(第三版)
- GB/T 328.13-2007建筑防水卷材试验方法第13部分:高分子防水卷材尺寸稳定性
- 茶叶实践报告3篇
- 西门子低压电器快速选型手册
- 养羊与羊病防治技术课件
- 最新教科版五年级科学上册《第2课时 地球的结构》教学课件
- Q∕SY 05129-2017 输油气站消防设施及灭火器材配置管理规范
- 企业微信私域流量运营方案
- 中职学校《机械基础》第二学期全套电子教案(含教学进度计划)(配套教材:高教版中职统编)云天课件
评论
0/150
提交评论