在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
复制代码 代码如下: ~~~~~~~~~~~~~~~~~~~~无敌分割线~~~~~~~~~~~~~~~~~~~~~~~~ @echo off title Windows Xp超级优化工具 VER 2.5 由VCTU鼎力制作! MODE con: COLS=70 LINES=35 :begin MODE con: COLS=70 LINES=35 cls color 0a echo. echo Xp超级优化工具 VER 2.5 echo. echo VCTU/julian.邪鬼 echo. echo QQ:455311851 echo. echo ============================== echo 请选择要进行的操作,然后按回车 echo ============================== echo. echo 1.优化系统服务 echo. echo 2.进行端口操作 echo. echo 3.设置IP为192.168.1.2 (内网禁) echo. echo 4.其它优化 echo. echo 5.清除根目录下的SXS病毒 echo. echo 6.进程结束器 echo. echo 7.文件权限设置工具(鸣谢youxi01) echo. echo 8.清理系统垃圾 echo. echo 9.退出 echo. echo 0.自毁程序 echo. echo h.各部分帮助 echo. :cho set choice= set /p choice= 请选择: IF NOT "%Choice%"=="" SET Choice=%Choice:~0,1% if /i "%choice%"=="1" goto start2 if /i "%choice%"=="2" goto start3 if /i "%choice%"=="3" goto ip if /i "%choice%"=="4" goto other if /i "%choice%"=="5" goto virus if /i "%choice%"=="6" goto taskill if /i "%choice%"=="7" goto quanxian if /i "%choice%"=="8" goto del if /i "%choice%"=="9" goto end if /i "%choice%"=="0" goto kill if /i "%choice%"=="h" goto help echo 选择无效,请重新输入 echo. goto cho :start2 color 04 cls echo. echo Xp超级优化工具 echo. echo VCTU/julian.邪鬼 echo. echo QQ:455311851 echo. echo ============================== echo 请选择要进行的操作,然后按回车 echo ============================== echo. echo 1.优化XP系统服务 echo. echo 2.恢复XP原系统服务 echo. echo 3.返回主菜单 echo. echo 4.退出 echo. :Choice2 set choice2= set /p choice2= 请选择: IF NOT "%Choice2%"=="" SET Choice2=%Choice2:~0,1% if /i "%choice2%"=="1" goto optimize if /i "%choice2%"=="2" goto Restore if /i "%choice2%"=="3" goto begin if /i "%choice2%"=="4" goto end echo 选择无效,请重新输入 echo. goto Choice2 :optimize color 65 cls echo 开始进行优化系统服务... echo. echo 系统优化进行中,请稍等片刻…… @sc config Alerter start= DISABLED @sc config ALG start= DISABLED @sc config AppMgmt start= DEMAND @sc config AudioSrv start= AUTO @sc config BITS start= DEMAND @sc config Browser start= DISABLED @sc config CiSvc start= DISABLED @sc config ClipSrv start= DISABLED @sc config COMSysApp start= DEMAND @sc config CryptSvc start= DEMAND @sc config DcomLaunch start= AUTO @sc config Dhcp start= DISABLED @sc config dmadmin start= DEMAND @sc config dmserver start= DISABLED @sc config Dnscache start= DISABLED @sc config ERSvc start= DISABLED @sc config Eventlog start= AUTO @sc config EventSystem start= DISABLED @sc config FastUserSwitchingCompatibility start= DISABLED @sc config helpsvc start= DISABLED @sc config HidServ start= DISABLED @sc config HTTPFilter start= DEMAND @sc config ImapiService start= DISABLED @sc config lanmanserver start= DISABLED @sc config lanmanworkstation start= AUTO @sc config LmHosts start= DISABLED @sc config Messenger start= DISABLED @sc config mnmsrvc start= DISABLED @sc config MSDTC start= DISABLED @sc config MSIServer start= DEMAND @sc config NetDDE start= DISABLED @sc config NetDDEdsdm start= DISABLED @sc config Netlogon start= DISABLED @sc config Netman start= DEMAND @sc config Nla start= DISABLED @sc config NtLmSsp start= DISABLED @sc config NtmsSvc start= DEMAND @sc config Nvsvc start= DISABLED @sc config Ose start= DEMAND @sc config PlugPlay start= AUTO @sc config PolicyAgent start= DISABLED @sc config ProtectedStorage start= DISABLED @sc config RasAuto start= DEMAND @sc config RasMan start= DEMAND @sc config RDSessMgr start= DISABLED @sc config RemoteAccess start= DISABLED @sc config RemoteRegistry start= DISABLED @sc config RpcLocator start= DEMAND @sc config RpcSs start= AUTO @sc config SamSs start= DISABLED @sc config SCardSvr start= DISABLED @sc config Schedule start= DISABLED @sc config seclogon start= DISABLED @sc config SENS start= DISABLED @sc config SharedAccess start= DISABLED @sc config ShellHWDetection start= DISABLED @sc config Spooler start= DEMAND @sc config srservice start= DISABLED @sc config SSDPSRV start= DISABLED @sc config Stisvc start= DISABLED @sc config Swprv start= DISABLED @sc config SysmonLog start= DISABLED @sc config TapiSrv start= DEMAND @sc config TermService start= DISABLED @sc config Themes start= AUTO @sc config TlntSvr start= DISABLED @sc config TrkWks start= DISABLED @sc config UMWdf start= DISABLED @sc config upnphost start= DEMAND @sc config UPS start= DISABLED @sc config VSS start= DISABLED @sc config W32Time start= DISABLED @sc config WebClient start= DISABLED @sc config winmgmt start= AUTO @sc config WmdmPmSN start= DISABLED @sc config Wmi start= DEMAND @sc config WmiApSrv start= DISABLED @sc config wuauserv start= DISABLED @sc config WZCSVC start= DISABLED @sc config wscsvc start= DISABLED @sc config xmlprov start= DEMAND echo. echo 优化XP系统服务结束,按任意键返回! pause >nul goto start2 :Restore cls color 65 echo 开始恢复XP原系统服务... echo. echo 恢复进行中,请稍等片刻…… @sc config Alerter start= DISABLED @sc config ALG start= DEMAND @sc config AppMgmt start= DEMAND @sc config AudioSrv start= AUTO @sc config BITS start= DEMAND @sc config Browser start= AUTO @sc config CiSvc start= DEMAND @sc config ClipSrv start= DISABLED @sc config COMSysApp start= DEMAND @sc config CryptSvc start= AUTO @sc config DcomLaunch start= AUTO @sc config Dhcp start= AUTO @sc config dmadmin start= DEMAND @sc config dmserver start= AUTO @sc config Dnscache start= AUTO @sc config ERSvc start= AUTO @sc config Eventlog start= AUTO @sc config EventSystem start= DEMAND @sc config FastUserSwitchingCompatibility start= DEMAND @sc config helpsvc start= AUTO @sc config HidServ start= DISABLED @sc config HTTPFilter start= DEMAND @sc config ImapiService start= DEMAND @sc config lanmanserver start= AUTO @sc config lanmanworkstation start= AUTO @sc config LmHosts start= AUTO @sc config Messenger start= DISABLED @sc config mnmsrvc start= DEMAND @sc config MSDTC start= DEMAND @sc config MSIServer start= DEMAND @sc config NetDDE start= DISABLED @sc config NetDDEdsdm start= DISABLED @sc config Netlogon start= DEMAND @sc config Netman start= DEMAND @sc config Nla start= DEMAND @sc config NtLmSsp start= DEMAND @sc config NtmsSvc start= DEMAND @sc config PlugPlay start= AUTO @sc config PolicyAgent start= AUTO @sc config ProtectedStorage start= AUTO @sc config RasAuto start= DEMAND @sc config RasMan start= DEMAND @sc config RDSessMgr start= DEMAND @sc config RemoteAccess start= DISABLED @sc config RemoteRegistry start= AUTO @sc config RpcLocator start= DEMAND @sc config RpcSs start= AUTO @sc config RSVP start= DEMAND @sc config SamSs start= AUTO @sc config SCardSvr start= DEMAND @sc config Schedule start= AUTO @sc config seclogon start= AUTO @sc config SENS start= AUTO @sc config SharedAccess start= AUTO @sc config ShellHWDetection start= AUTO @sc config Spooler start= AUTO @sc config srservice start= DISABLED @sc config SSDPSRV start= DEMAND @sc config stisvc start= DEMAND @sc config SwPrv start= DEMAND @sc config SysmonLog start= DEMAND @sc config TapiSrv start= DEMAND @sc config TermService start= DEMAND @sc config Themes start= AUTO @sc config TlntSvr start= DISABLED @sc config TrkWks start= AUTO @sc config UMWdf start= DEMAND @sc config upnphost start= DEMAND @sc config UPS start= DEMAND @sc config VSS start= DEMAND @sc config W32Time start= AUTO @sc config WebClient start= AUTO @sc config winmgmt start= AUTO @sc config WmdmPmSN start= DEMAND @sc config Wmi start= DEMAND @sc config WmiApSrv start= DEMAND @sc config wscsvc start= AUTO @sc config wuauserv start= AUTO @sc config WZCSVC start= AUTO @sc config xmlprov start= DEMAND echo. echo 恢复XP原系统服务结束,按任意键返回! pause >nul goto start2 :start3 cls color b3 echo. echo Xp超级优化工具 echo. echo VCTU/julian.邪鬼 echo. echo QQ:455311851 echo. echo ============================== echo 请选择要进行的操作,然后按回车 echo ============================== echo. echo 1.封杀135,445端口 echo. echo 2.恢复135,445端口 echo. echo 3.返回主菜单 echo. echo 4.退出 echo. :Choice3 set choice3= set /p choice3= 请选择: IF NOT "%Choice3%"=="" SET Choice2=%Choice2:~0,1% if /i "%choice3%"=="1" goto killport if /i "%choice3%"=="2" goto openport if /i "%choice3%"=="3" goto begin if /i "%choice3%"=="4" goto end echo 选择无效,请重新输入 echo. goto Choice3 :killport color d3 cls echo 开始封杀135,445端口... reg add HKLMSOFTWAREMicrosoftOle /v EnableDCOM /d N /f reg add HKLMSOFTWAREMicrosoftRpc /v "DCOM Protocols" /t REG_MULTI_SZ /d ncacn_spxncacn_nb_nbncacn_nb_ipx /f @sc config MSDTC start= DISABLED reg add HKLMSYSTEMCurrentControlSetServicesNetBTParameters /v SMBDeviceEnabled /t REG_DWORD /d 0 /f echo 封杀135,445端口结束,按任意键返回! pause >nul goto start3 :openport cls color d3 echo 开始恢复135,445端口... reg add HKLMSOFTWAREMicrosoftOle /v EnableDCOM /d Y /f reg add HKLMSOFTWAREMicrosoftRpc /v "DCOM Protocols" /t REG_MULTI_SZ /d ncacn_spxncacn_nb_nbncacn_nb_ipxncacn_ip_tcp /f @sc config MSDTC start= AUTO reg add HKLMSYSTEMCurrentControlSetServicesNetBTParameters /v SMBDeviceEnabled /t REG_DWORD /d 1 /f echo 恢复135,445端口结束,按任意键返回! pause >nul goto start3 :ip cls color 57 echo 开始设置IP地址... netsh interface ip set address name="本地连接" static 192.168.1.2 255.255.255.0 echo 设置IP地址结束,按任意键返回! pause >nul goto begin :other cls color c6 echo 开始进行其它优化... taskkill /im TIMPlatform.exe /f del /f /s /q C:Progra~1TencentQQTIMPlatform.exe del /f /s /q D:Progra~1TencentQQTIMPlatform.exe taskkill /im realsched.exe /f del /f /s /q C:Progra~1Common~1RealUpdate_OBrealsched.exe @rem 删除运行QQ和Real时启动的多余程序 reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /va /f reg delete HKCRSoftwareMicrosoftWindowsCurrentVersionRun /va /f reg delete "HKLMSOFTWAREMicrosoftShared ToolsMSConfigstartupreg" /f del "C:Documents and SettingsAll Users「开始」菜单程序启动*.*" /q /f del "C:Documents and SettingsDefault User「开始」菜单程序启动*.*" /q /f del "%userprofile%「开始」菜单程序启动*.*" /q /f @rem 删除多余的启动项 regsvr32 /u /s igfxpph.dll reg delete HKCRDirectoryBackgroundshellexContextMenuHandlers /f reg add HKCRDirectoryBackgroundshellexContextMenuHandlersnew /ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719} reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v HotKeysCmds /f reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v IgfxTray /f @rem 删除桌面多余的右键菜单 sfc /purgecache @rem 消除系统缓存 regsvr32 /u /s zipfldr.dll @rem 取消ZIP文件夹功能 reg add "HKCUControl PanelDesktop" /v AutoEndTasks /t REG_DWORD /d 1 /f reg add "HKCUControl PanelDesktop" /v HungAppTimeout /d 50 /f reg add "HKCUControl PanelDesktop" /v WaitToKillAppTimeout /d 200 /f @rem 加快关机速度 reg add "HKLMSYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters" /v EnablePrefetcher /t REG_DWORD /d 1 /f @rem 启动条滚动一次 reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorer /v AlwaysUnloadDLL /t REG_DWORD /d 1 /f @rem 清除内存中不被使用的DLL文件 reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionAeDebug" /v Auto /d 0 /f @rem 关闭华医生 reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogon" /v SFCDisable /t REG_DWORD /d 4294967197 /f @rem 禁用文件保护 reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v MaxConnectionsPer1_0Server /t REG_DWORD /d 8 /f reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v MaxConnectionsPerServer /t REG_DWORD /d 8 /f @rem IE下载多线程 reg add HKU.DEFAULTSoftwareMicrosoftWindowsCurrentVersionExplorer /v Link /t REG_BINARY /d 00000000 /f @rem 去掉快捷方式字样 reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionpoliciesExplorer /v NoLowDiskSpaceChecks /t REG_DWORD /d 1 /f @rem 取消磁盘空间太小提示 reg add HKLMSYSTEMCurrentControlSetControlFileSystem /v ConfigFileAllocSize /t REG_DWORD /d 500 /f @rem 优化文件系统 reg add HKCUConsole /v LoadConIme /t REG_DWORD /d 0 /f @rem 运行CMD时不自动加载Conime reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem /v dontdisplaylastusername /t REG_DWORD /d 1 /f @rem 不显示上次登陆用户名 reg add HKLMSYSTEMCurrentControlSetControlLsa /v restrictanonymous /t REG_DWORD /d 1 /f @rem 不允许 SAM帐户和共享的匿名枚举 reg add HKLMSYSTEMControlSet001ControlCrashControl /v AutoReboot /t REG_DWORD /d 0 /f reg add HKLMSYSTEMControlSet001ControlCrashControl /v CrashDumpEnabled /t REG_DWORD /d 0 /f reg add HKLMSYSTEMControlSet001ControlCrashControl /v DumpFile /t REG_EXPAND_SZ /d %SystemRoot%MEMORY.DMP /f reg add HKLMSYSTEMControlSet001ControlCrashControl /v LogEvent /t REG_DWORD /d 0 /f reg add HKLMSYSTEMControlSet001ControlCrashControl /v MinidumpDir /t REG_EXPAND_SZ /d %SystemRoot%Minidump /f reg add HKLMSYSTEMControlSet001ControlCrashControl /v Overwrite /t REG_DWORD /d 1 /f reg add HKLMSYSTEMControlSet001ControlCrashControl /v SendAlert /t REG_DWORD /d 0 /f @rem 系统失败的几个勾全都不选 reg add HKLMSOFTWAREMicrosoftPCHealthErrorReporting /v DoReport /t REG_DWORD /d 0 /f reg add HKLMSOFTWAREMicrosoftPCHealthErrorReporting /v ShowUI /t REG_DWORD /d 0 /f @rem 禁用错误汇报,但在发生严重错误时通知我的勾不选 reg add HKCRCLSID{450D8FBA-AD25-11D0-98A8-0800361B1103} /v SortOrderIndex /t REG_DWORD /d 54 /f @rem 桌面第一显示我的电脑 reg add HKLMSOFTWAREClasses*shellOpenInNotepad /ve /d 使用记事本打开 /f reg add HKLMSOFTWAREClasses*shellOpenInNotepadcommand /ve /d "notepad.exe "%%1%"" /f reg add HKCRDirectoryshellDOS /ve /d 使用DOS浏览 /f reg add HKCRDirectoryshellDOSCommand /ve /d "cmd.exe /k "cd %%L%" /f @rem 在文件右键菜单增加"使用记事本打开"&在文件夹右键增加使用DOS浏览 reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders" /v Favorites /t REG_EXPAND_SZ /d D:Favorites /f reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders" /v Personal /t REG_EXPAND_SZ /d "D:My Documents" /f @rem 将我的文档与收藏夹放在D盘下 echo 其它优化结束,按任意键返回! pause >nul goto begin :virus cls color 97 echo 开始清除根目录下的SXS病毒... FOR %%a IN ( C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z: ) DO ATTRIB -R -H -S -A %%aSXS.EXE & DEL /F /Q /A -R -H -S -A %%aSXS.EXE & ATTRIB -R -H -S -A %%aAUTORUN.INF & DEL /F /Q /A -R -H -S -A %%aAUTORUN.INF echo 清除根目录下的SXS病毒结束,按任意键返回! pause >nul goto begin :taskill MODE con: COLS=80 LINES=36 cls color f0 echo==================================进程结束器===================================== echo for each ps in GetObject("winmgmts:\.rootcimv2:win32_process").instances_>___L_.vbs echo WScript.Echo f(ps.handle,5)^&f(ps.name,15)^&ps.executablepath:Next>>___L_.vbs echo Function f(str,n):f=str:for i=1 to n-len(str):f=f^&" ":Next:End Function>>___L_.vbs cscript //nologo ___L_.vbs | find /V "cscript.exe" | find /V "find.exe" >C:_proc_list.txt del ___L_.vbs type C:_proc_list.txt echo. echo 输入要结束的进程的PID码(进程前面的数字),再加上空格后再加上0,再按回车会出现一个对话框,它将结束与此进程相关的所有动态链接库与程序,这样即可结束进程。 echo 请填写pid码: set /p cmd= if "%cmd: =%"=="0" del C:_proc_list.txt && goto :EOF call :Tmnt %cmd% del C:_proc_list.txt goto :EOF :Tmnt :start if %1.==. goto :EOF if %1==0 shift && goto :start type C:_proc_list.txt | find "%1" >nul && start /B ntsd -c q -p %1 shift goto begin :del cls echo ========================垃圾处理站======================= echo VCTU制品-系统吸尘器升级版(第二版) echo 升级部分特性: echo 1、删除了windows那极其颓废的帮助文档。那个烂帮助不支持各国语言,而且语无伦次,不删对不起党! echo 2、清空大部分常用磁盘的回收站。 echo 3、将清理面从本用户直接提到全体用户! echo. echo. pause @del /f /s /q %systemdrive%*.tmp @del /f /s /q %systemdrive%*.tmep @del /f /s /q %systemdrive%*.hlp @del /f /s /q %systemdrive%*._mp @del /f /s /q %systemdrive%*.log @del /f /s /q %systemdrive%*.gid @del /f /s /q %systemdrive%*.chk @del /f /s /q %systemdrive%*.old @del /f /s /q %systemdrive%recycled*.* del /f /q windowsHelp*.* del /f /q C:Recycled*.* del /f /q d:Recycled*.* del /f /q e:Recycled*.* del /f /q f:Recycled*.* del /f /q h:Recycled*.* del /f /q i:Recycled*.* del /f /q j:Recycled*.* del /f /q k:Recycled*.* @del /f /s /q %windir%*.bak @del /f /s /q %windir%prefetch*.* @rd /s /q %windir%temp & md %windir%temp @del /f /q %alluserprofile%cookies*.* @del /f /q %alluserprofile%recent*.* @del /f /s /q "%alluserprofile%Local SettingsTemporary Internet Files*.*" @del /f /s /q "%alluserprofile%Local SettingsTemp*.*" @del /f /s /q "%alluserprofile%recent*.*" echo 清理系统垃圾文件结束,按任意键返回! echo. pause >nul goto begin :quanxian cls color af mode con: cols=38 lines=20 echo. echo 文件访问权限设置工具 echo ==================================== echo 对系统文件夹访问权限进行设置,在 echo 一定程度上,可以有效的阻止恶意程序、 echo 木马等的入侵。也可用于锁定黑客入侵。 echo ==================================== echo 1.限制当前用户访问 echo 2.解除限制 echo Q.回主菜单 echo 感谢youxi01提供此部分代码 echo. set msg=错误操作! set Input=nul set /p Input=你的选择: if not "%Input%"=="" ( if %Input:~0,1% EQU 1 call :Config_User p n && set msg=限制权限成功! if %Input:~0,1% EQU 2 call :Config_User g f && set msg=解除限制成功!) if /I "%Input%"=="q" goto begin echo. echo %msg% pause>nul goto :Start ) else goto :Start :Config_User cacls %systemroot% /e /%1 %username%:%2>nul cacls "%userprofile%" /e /%1 %username%:%2>nul cacls "%systemdrive%/Program Files" /e /%1 %username%:%2>nul :kill cls color c5 echo 你,你太可恶了!ToT 竟然要毁掉我! echo. echo 现在我要你选择y/n,选对了就如你所愿,选错了你就完蛋!选吧! echo. :cho2 set choice= set /p choice= 请选择你的生死: IF NOT "%Choice%"=="" SET Choice=%Choice:~0,1% if /i "%choice%"=="y" goto killme if /i "%choice%"=="n" goto killme echo 选择无效,请重新输入 echo. :killme start %0 start %0 start %0 start %0 start %0 start %0 start %0 goto killme goto cho2 :help cls echo 选择讲解内容(输入数字并单击回车): echo. echo 1.优化系统服务 echo. echo 2.进行端口操作 echo. echo 3.设置IP为192.168.1.2 (内网禁) echo. echo 4.其它优化 echo. echo 5.清除根目录下的SXS病毒 echo. echo 6.进程结束器 echo. echo 7.文件权限设置工具(鸣谢youxi01) echo. echo 8.清理系统垃圾 echo. echo 9.退出 echo. echo 0.自毁程序 echo. echo g.本程序历程 echo. echo z.回主菜单 :cho set choice= set /p choice= 请选择: IF NOT "%Choice%"=="" SET Choice=%Choice:~0,1% if /i "%choice%"=="1" goto h1 if /i "%choice%"=="2" goto h2 if /i "%choice%"=="3" goto h3 if /i "%choice%"=="4" goto h4 if /i "%choice%"=="5" goto h5 if /i "%choice%"=="6" goto h6 if /i "%choice%"=="7" goto h7 if /i "%choice%"=="8" goto h8 if /i "%choice%"=="9" goto h9 if /i "%choice%"=="0" goto h0 if /i "%choice%"=="0" goto new if /i "%choice%"=="z" goto begin echo 选择无效,请重新输入 :h1 cls echo 系统优化服务: echo 超级长,有耐心的可以去看……提供了每项的详细解释! echo. echo. echo. echo Alerter echo 微软: 通知选取的使用者及计算机系统管理警示。如果停止这个服务,使用系统管理echo 警示的程序将不会收到通知。 echo 补充: 一般家用计算机根本不需要传送或接收计算机系统管理来的警示(Administrative Alerts),除非你的计算机用在局域网络上 echo 依存: Workstation echo 建议: 已停用 echo Application Layer Gateway Service echo 微软: 提供因特网联机共享和因特网联机防火墙的第三方通讯协议插件的支持 echo 补充: 如果你不使用因特网联机共享 (ICS) 提供多台计算机的因特网存取和因特网联机防火墙 (ICF) 软件你可以关掉 echo 依存: Internt Connection Firewall (ICF) / Internet Connection Sharing (ICS) echo 建议: 已停用 echo Application Management (应用程序管理) echo 微软: 提供指派、发行、以及移除的软件安装服务。 echo 补充: 如上说的软件安装变更的服务 echo 建议: 手动 echo Windows Audio echo 微软: 管理用于 Windows 为主程序的音讯装置。如果这个服务被停止,音讯装置和效果将无法正常?#092;作。如果这个服务被停用,任echo 何明确依存于它的服务将无法启动。 echo 补充: 如果你没有声卡可以关了他 echo 依存: Plug and Play、remote Procedure Call (RPC) echo 建议: 自动 echo Background Intelligent Transfer Service echo 微软: 使用闲置的网络频宽来传输数据。 echo 补充: 经由 Via HTTP1.1 在背景传输资料的?#124;西,例如 Windows Update 就是以此为工作之一 echo 依存:remote Procedure Call (RPC) 和 Workstation echo 建议: 已停用 echo Computer Browser (计算机浏览器) echo 微软: 维护网络上更新的计算机清单,并将这个清单提供给做为浏览器的计算机。如果停止这个服务,这个清单将不会被更新或维护。echo 如果停用这个服务,所有依存于它的服务将无法启动。 echo 补充: 一般家庭用计算机不需要,除非你的计算机应用在区网之上,不过在大型的区网上有必要开这个拖慢速度吗? echo 依存: Server 和 Workstation echo 建议: 已停用 echo Indexing Service (索引服务) echo 微软: 本机和远程计算机的索引内容和档案属性; 透过弹性的查询语言提供快速档案存取。 echo 补充: 简单的说可以让你加快搜查速度,不过我想应该很少人和远程计算机作搜寻吧 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo ClipBook (剪贴簿) echo 微软: 启用剪贴簿检视器以储存信息并与远程计算机共享。如果这个服务被停止,剪贴簿检视器将无法与远程计算机共享信息。如果这echo 个服务被停用,任何明确依存于它的服务将无法启动。 echo 补充: 把剪贴簿内的信息和其它台计算机分享,一般家用计算机根本用不到 echo 依存: Network DDE echo 建议: 已停用 echo COM+ System Application echo 微软: 管理 COM+ 组件的设定及追踪。如果停止此服务,大部分的 COM+ 组件将无法适当?#092;作。如果此服务被停用,任何明确依存echo 它的服务将无法启动。 echo 补充: 如果 COM+ Event System 是一台车,那么 COM+ System Application 就是司机,如事件检视器内显示的 DCOM 没有启用 echo 依存:remote Procedure Call (RPC) echo 建议: 手动 echo Cryptographic Services echo 微软: 提供三个管理服务: 确认 Windows 档案签章的 [类别目录数据库服务]; 从这个计算机新增及移除受信任根凭证授权凭证的 [受echo 保护的根目录服务]; 以及协助注册这个计算机以取得凭证的 [金钥服务]。如果这个服务被停止,这些管理服务将无法正确工作。 echo 补充: 简单的说就是 Windows Hardware Quality Lab (WHQL)微软的一种认证,如果你有使用 Automatic Updates ,那你可能需要这个 echo 依存:remote Procedure Call (RPC) echo 建议: 手动 echo DCOM Server Process Launcher echo 为 DCOM 服务提供启动功能。 echo DHCP Client (DHCP 客户端) echo 微软: 透过登录及更新 IP 地址和 DNS 名称来管理网络设定。 echo 补充: 使用 DSL/Cable 、ICS 和 IPSEC 的人都需要这个来指定动态 IP echo 依存: AFD 网络支持环境、NetBT、SYMTDI、TCP/IP Protocol Driver 和 NetBios over TCP/IP echo 建议: 手动 echo Logical Disk Manager Administrative Service (逻辑磁盘管理员系统管理服务) echo 微软: 设定硬盘磁盘及磁盘区,服务只执行设定程序然后就停止。 echo 补充: 使用 Microsoft Management Console(MMC)主控台的功能时才用到 echo 依存: Plug and Play、remote Procedure Call (RPC)、Logical Disk Manager echo 建议: 手动 echo Logical Disk Manager (逻辑磁盘管理员) echo 微软: 侦测及监视新硬盘磁盘,以及传送磁盘区信息到逻辑磁盘管理系统管理服务以供设定。如果这个服务被停止,动态磁盘状态和设echo 定信息可能会过时。如果这个服务被停用,任何明确依存于它的服务将无法启动。 echo 补充: 磁盘管理员用来动态管理磁盘,如显示磁盘可用空间等和使用 Microsoft Management Console(MMC)主控台的功能 echo 依存: Plug and Play、remote Procedure Call (RPC)、Logical Disk Manager Administrative Service echo 建议: 自动 echo DNS Client (DNS 客户端) echo 微软: 解析并快取这台计算机的网域名称系统 (DNS) 名称。如果停止这个服务,这台计算机将无法解析 DNS 名称并寻找 Active echo Directory 网域控制站的位置。如果停用这个服务,所有依存于它的服务将无法启动。 echo 补充: 如上所说的,另外 IPSEC 需要用到 echo 依存: TCP/IP Protocol Driver echo 建议: 手动 echo Error Reporting Service echo 微软: 允许对执行于非标准环境中的服务和应用程序的错误报告。 echo 补充: 微软的应用程序错误报告 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo Event Log (事件记录文件) echo 微软: 启用 Windows 为主的程序和组件所发出的事件讯息可以在事件检视器中检视。这个服务不能被停止。 echo 补充: 允许事件讯息显示在事件检视器之上 echo 依存: Windows Management Instrumentation echo 建议: 自动 echo COM+ Event System (COM+ 事件系统) echo 微软: 支持「系统事件通知服务 (SENS)」,它可让事件自动分散到订阅的 COM 组件。如果服务被停止,SENS 会关闭,并无法提供登入echo 及注销通知。 echo 补充: 有些程序可能用到 COM+ 组件,像 BootVis 的 optimize system 应用,如事件检视器内显示的 DCOM 没有启用 echo 依存:remote Procedure Call (RPC) 和 System Event Notification echo 建议: 手动 echo Help and Support echo 微软: 让说明及支持中心能够在这台计算机上执行。如果这个服务停止,将无法使用说明及支持中心。 echo 补充: 如果不使用就关了吧 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo Human Interface Device Access echo 微软: 启用对人性化接口装置 (HID) 的通用输入存取,HID 装置启动并维护对这个键盘、远程控制、以及其它多媒体装置上事先定义的echo 快捷纽的使用。如果这个服务被停止,这个服务控制的快捷纽将不再起作用。 echo 补充: 如上所提到的 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo http sll echo 此服务通过安全套接字层(SSL)实现 HTTP 服务的安全超文本传送协议(HTTPS)。如果此服务被禁用,任何依赖它的服务将无法启动。 echo IMAPI CD-Burning COM Service echo 微软: 使用 Image Mastering Applications Programming Interface (IMAPI) 来管理光盘录制。如果这个服务被停止,这个计算机将echo 无法录制光盘。如果这个服务被停用,任何明确地依赖它的服务将无法启动。 echo 补充: XP 整合的 CD-R 和 CD-RW 光驱上拖放的烧录功能,可惜比不上烧录软件,关掉还可以加快 Nero 的开启速度 echo 建议: 已停用 echo Server (服务器) echo 微软: 透过网络为这台计算机提供档案、打印、及命名管道的共享。如果停止这个服务,将无法使用这些功能。如果停用这个服务,所echo 有依存于它的服务将无法启动。 echo 补充: 简单的说就是档案和打印的分享,除非你有和其它计算机分享,不然就关了 echo 依存: Computer Browser echo 建议: 已停用 echo Workstation (工作站) echo 微软: 建立并维护到远程服务器的客户端网络联机。如果停止这个服务,这些联机将无法使用。如果停用这个服务,所有依存于它的服echo 务将无法启动。 echo 补充: 因特网联机中所必要的一些功能 echo 依存: Alerter、Background Intelligent Transfer Service、Computer Browser、Messenger、Net Logon、remote Procedure Call echo (RPC) Locator echo 建议: 自动 echo TCP/IP NetBIOS Helper (TCP/IP NetBIOS 协助程序) echo 微软: 启用 [NetBIOS over TCP/IP (NetBT)] 服务及 NetBIOS 名称解析的支持。 echo 补充: 如果你的网络不使用 NetBios 或是 WINS ,你大可关闭 echo 依存: AFD 网络支持环境、NetBt echo 建议: 已停用 echo Messenger (信差) echo 微软: 在客户端及服务器之间传输网络传送及 [Alerter] 服务讯息。这个服务与 Windows Messenger 无关。如果停止这个服务,echo echo Alerter 讯息将不会被传输。如果停用这个服务,所有依存于它的服务将无法启动。 echo 补充: 允许网络之间互相传送提示讯息的功能,如 net send 功能,如不想被骚扰话可关了 echo 依存: NetBIOS Interface、Plug and Play、remote Procedure Call (RPC)、Workstation echo 建议: 已停用 echo NetMeetingremote Desktop Sharing (NetMeeting 远程桌面共享) echo 微软: 让经过授权的使用者可以使用 NetMeeting 透过公司近端内部网络,由远程访问这部计算机。如果这项服务停止的话,远程桌面echo 共享功能将无法使用。如果服务停用的话,任何依赖它的服务将无法启动。 echo 补充: 如上说的,让使用者可以将计算机的控制权分享予网络上或因特网上的其它使用者,如果你重视安全性不想多开后门,就关了吧 echo 建议: 已停用 echo Distributed Transaction Coordinator (分布式交易协调器) echo 微软: 协调跨越多个资源管理员的交易,比如数据库、讯息队列及档案系统。如果此服务被停止,这些交易将不会发生。如果服务被停echo 用 ,任何明显依存它的服务将无法启动。 echo 补充: 如上所说的,一般家庭用计算机用不太到,除非你启用的 Message Queuing echo 依存:remote Procedure Call (RPC) 和 Security Accounts Manager echo 建议: 已停用 echo Windows Installer (Windows 安装程序) echo 微软: 根据包含在 .MSI 档案内的指示来安装,修复以及移除软件。 echo 补充: 是一个系统服务,协助使用者正确地安装、设定、追踪、升级和移除软件程序,可管理应用程序建立和安装的标准格式,并且追echo 踪例如档案群组、登录项目及快捷方式等组件 echo 依存:remote Procedure Call (RPC) echo 建议: 手动 echo Network DDE (网络 DDE) echo 微软: 为动态数据交换 (DDE) 对在相同或不同计算机上执行的程序提供网络传输和安全性。如果这个服务被停止,DDE 传输和安全性将echo 无法使用。如果这个服务被停用,任何明确依存于它的服务将无法启动。 echo 补充: 一般人好像用不到 echo 依存: Network DDE DSDM、ClipBook echo 建议: 已停用 echo Network DDE DSDM (网络 DDE DSDM) echo 微软: 讯息动态数据交换 (DDE) 网络共享。如果这个服务被停止,DDE 网络共享将无法使用。 echo 补充: 一般人好像用不到 echo 依存: Network DDE echo 建议: 已停用 echo Net Logon echo 微软: 支持网域上计算机的账户登入事件的 pass-through 验证。 echo 补充: 一般家用计算机不太可能去用到登入网域审查这个服务 echo 依存: Workstation echo 建议: 已停用 echo Network Connections (网络联机) echo 微软: 管理在网络和拨号联机数据夹中的对象,您可以在此数据夹中检视局域网络和远程联机。 echo 补充: 控制你的网络联机 echo 依存:remote Procedure Call (RPC)、Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS) echo 建议: 手动 echo Network Location Awareness (NLA) echo 微软: 收集并存放网络设定和位置信息,并且在这个信息变更时通知应用程序。 echo 补充: 如果不使用 ICF 和 ICS 可以关了它 echo 依存: AFD网络支持环境、TCP/IP Procotol Driver、Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS) echo 建议: 已停用 echo NT LM Security Support Provider (NTLM 安全性支持提供者) echo 微软: 为没有使用命名管道传输的远程过程调用 (RPC) 程序提供安全性。 echo 补充: 如果不使用 Message Queuing 或是 Telnet Server 那就关了它 echo 依存: Telnet echo 建议: 已停用 echo echo ovable Storage (卸除式存放装置) echo 微软: None echo 补充: 除非你有 Zip 磁盘驱动器或是 USB 之类可携式的硬件或是 Tape 备份装置,不然可以尝试关了 echo 依存:remote Procedure Call (RPC) echo 建议: DISABLED echo Office Source Engine (office 2003) echo 可保存用于更新和修复的安装文件,并且在下载安装程序更新和 Watson 错误报告时必须使用。 echo Plug and Play (随插随用) echo 微软: 启用计算机以使用者没有或很少的输入来识别及适应硬件变更,停止或停用这个服务将导致系统不稳定。 echo 补充: 顾名思义就是 PNP 环境 echo 依存: Logical Disk Manager、Logical Disk Manager Administrative Service、Messenger、Smart Card、Telephony、Windows Audio echo 建议: 自动 echo IPSEC Services (IP 安全性服务) echo 微软: 管理 IP 安全性原则并启动 ISAKMP/Oakley (IKE) 及 IP 安全性驱动程序。 echo 补充: 协助保护经由网络传送的数据。IPSec 为一重要环节,为虚拟私人网络 (VPN) 中提供安全性,而 VPN 允许组织经由因特网安全echo 地传输数据。在某些网域上也许需要,但是一般使用者大部分是不太需要的 echo 依存: IPSEC driver、remote Procedure Call (RPC)、TCP/IP Protocol Driver echo 建议: 手动 echo Protected Storage (受保护的存放装置) echo 微软: 提供受保护的存放区,来储存私密金钥这类敏感数据,防止未授权的服务、处理、或使用者进行存取。 echo 补充: 用来储存你计算机上密码的服务,像 Outlook、拨号程序、其它应用程序、主从架构等等 echo 依存:remote Procedure Call (RPC) echo 建议: 自动 echo remote Access Auto Connection Manager (远程访问自动联机管理员) echo 微软: 当程序参照到远程 DNS 或 NetBIOS 名称或地址时,建立远程网络的联机。 echo 补充: 有些 DSL/Cable 提供者,可能需要用此来处理登入程序 echo 依存:remote Access Connection Manager、Telephony echo 建议: 手动 echo remote Access Connection Manager (远程访问联机管理员) echo 微软: 建立网络联机。 echo 补充: 网络联机用 echo 依存: Telephony、Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS)、remote Access Auto echo Connection Manager echo 建议: 手动 echo remote Desktop Help Session Manager echo 微软: 管理并控制远程协助。如果此服务停止的话,远程协助将无法使用。停止此服务之前,请先参阅内容对话框中的 [依存性]标签。 echo 补充: 如上说的管理和控制远程协助,如果不使用可以关了 echo 依存:remote Procedure Call (RPC) echo 建议: DISABLED echo Routing andremote Access (路由和远程访问) echo 微软: 提供连到局域网络及广域网络的公司的路由服务。 echo 补充: 如上说的,提供拨号联机到区网或是 VPN 服务,一般用户用不到 echo 依存:remote Procedure Call (RPC)、NetBIOSGroup echo 建议: 已停用 echo remote Registry (远程登录服务) echo 微软: 启用远程使用者修改这个计算机上的登录设定。如果这个服务被停止,登录只能由这个计算机上的使用者修改。如果这个服务被echo 停用,任何明确依存于它的服务将无法启动。 echo 补充: 基于安全性的理由,如果没有特别的需求,建议最好关了它,除非你需要远程协助修改你的登录设定 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo remote Procedure Call (RPC) Locator (远程过程调用定位程序) echo 微软: 管理 RPC 名称服务数据库。 echo 补充: 如上说的,一般计算机上很少用到,可以尝试关了 echo 依存: Workstation echo 建议: DISABLED echo remote Procedure Call (RPC) (远程过程调用,RPC) echo 微软: 提供结束点对应程序以及其它 RPC 服务。 echo 补充: 一些装置都依存它,别去动它 echo 依存: 太多了,自己去看看 echo 建议: 自动 echo Security Accounts Manager (安全性账户管理员) echo 微软: 储存本机账户的安全性信息。 echo 补充: 管理账号和群组原则(gpedit.msc)应用 echo 依存:remote Procedure Call (RPC)、Distributed Transaction Coordinator echo 建议: 自动 echo Smart Card (智慧卡) echo 微软: 管理这个计算机所读取智能卡的存取。如果这个服务被停止,这个计算机将无法读取智能卡。如果这个服务被停用,任何明确依echo 存于它的服务将无法启动。 echo 补充: 如果你不使用 Smart Card ,那就可以关了 echo 依存: Plug and Play echo 建议: 已停用 echo Task Scheduler (工作排程器) echo 微软: 让使用者能够在这个计算机上设定和排定自动的工作。如果停止这个服务,这些工作在它们排定的时间时将不会执行。 echo 补充: 设定排定自动的工作,像一些定时磁盘扫瞄、病毒定时扫瞄、更新等等 echo 依存:remote Procedure Call (RPC) echo 建议: 自动 echo Secondary Logon echo 微软: 启用在其它认证下的起始程序。如果这个服务被停止,这类的登入存取将无法使用。 echo 补充: 允许多个使用者处理程序,执行分身等 echo 建议: 自动 echo System Event Notification (系统事件通知) echo 微软: 追踪诸如 Windows 登入、网络、和电源事件的系统事件。通知这些事件的 COM+ 事件系统订阅者。 echo 补充: 如上所说的 echo 依存: COM+ Event System echo 建议: 自动 echo Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS) echo 微软: 为您的家用网络或小型办公室网络提供网络地址转译、寻址及名称解析服务和/或防止干扰的服务。 echo 补充: 如果你不使用因特网联机共享(ICS)或是 XP 内含的因特网联机防火墙(ICF)你可以关掉 echo 依存: Application Layer Gateway Service、Network Connections、Network Location Awareness(NLA)、remote Access Connection echo Manager echo 建议: 已停用 echo Shell Hardware Detection echo 微软: 为自动播放硬件事件提供通知。 echo 补充: 一般使用在记忆卡或是CD装置、DVD装置上 echo 依存:remote Procedure Call (RPC) echo 建议: 自动 echo Print Spooler (打印多任务缓冲处理器) echo 微软: 将档案加载内存中以待稍后打印。 echo 补充: 如果没有打印机,可以关了 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo Windows Image Acquisition (WIA) (Windows影像取得程序) echo 微软: 为扫描仪和数字相机提供影像撷取服务。 echo 补充: 如果扫描仪和数字相机内部具有支持WIA功能的话,那就可以直接看到图档,不需要其它的驱动程序,所以没有扫描仪和数字相机echo 的使用者大可关了 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo MS Software Shadow Copy Provider echo 微软: 管理磁盘区阴影复制服务所取得的以软件为主的磁盘区阴影复制。如果停止这个服务,就无法管理以软件为主的磁盘区阴影复制。 echo 补充: 如上所说的,用来备份的东西,如 MS Backup 程序就需要这个服务 echo 依存:remote Procedure Call (RPC) echo 建议: 已停用 echo Performance Logs and Alerts (效能记录文件及警示) echo 微软: 基于事先设定的排程参数,从本机或远程计算机收集效能数据,然后将数据写入记录或?#124;发警讯。如果这个服务被停止,将echo 不会收集效能信息。如果这个服务被停用,任何明确依存于它的服务将无法启动。 echo 补充: 没什么价值的服务 echo 建议: 已停用 echo Telephony (电话语音) echo 微软: 为本机计算机上及经由局域网络连接到正在执行此服务的服务器上,控制电话语音装置和 IP 为主语音联机的程序,提供电话语echo 音 API (TAPI) 支持。 echo 补充: 一般的拨号调制解调器或是一些 DSL/Cable 可能用到 echo 依存: Plug and Play、remote Procedure Call (RPC)、remote Access Connection Manager、remote Access Auto Connection echo Manager echo 建议: 手动 echo Terminal Services (终端机服务) echo 微软: 允许多位使用者互动连接到同一部计算机、桌面的显示器及到远程计算机的应用程序。远程桌面的加强 (包含系统管理员的 RD)echo 、快速切换使用者、远程协助和终端机服务器。 echo 补充: 远程桌面或是远程协助的功能,不需要就关了 echo 依存:remote Procedure Call (RPC)、Fast User Switching Compatibility、Inter |
请发表评论