偶没有帮你搜到附件,不过下面这个一样
打开文本文档,粘贴以下内容,另存为.bat
@color E
@echo.
@echo.
@echo.
@echo. 即将初始化VISTA系统服务……
@echo.
@echo.
@pause.
sc config BITS start= delayed-auto
sc config KtmRm start= delayed-auto
sc config wscsvc start= delayed-auto
sc config wuauserv start= delayed-auto
sc config ehstart start= delayed-auto
sc config AeLookupSvc start= auto
sc config BFE start= auto
sc config EventSystem start= auto
sc config CryptSvc start= auto
sc config DcomLaunch start= auto
sc config UxSms start= auto
sc config Dhcp start= auto
sc config DPS start= auto
sc config TrkWks start= auto
sc config Dnscache start= auto
sc config FDResPub start= auto
sc config gpsvc start= auto
sc config IKEEXT start= auto
sc config iphlpsvc start= auto
sc config PolicyAgent start= auto
sc config MMCSS start= auto
sc config netprofm start= auto
sc config NlaSvc start= auto
sc config nsi start= auto
sc config CscService start= auto
sc config PlugPlay start= auto
sc config WPDBusEnum start= auto
sc config Spooler start= auto
sc config PcaSvc start= auto
sc config EMDMgmt start= auto
sc config RpcSs start= auto
sc config seclogon start= auto
sc config SamSs start= auto
sc config LanmanServer start= auto
sc config ShellHWDetection start= auto
sc config slsvc start= auto
sc config SysMain start= auto
sc config SENS start= auto
sc config TabletInputService start= auto
sc config Schedule start= auto
sc config lmhosts start= auto
sc config TermService start= auto
sc config Themes start= auto
sc config upnphost start= auto
sc config ProfSvc start= auto
sc config WebClient start= auto
sc config Audiosrv start= auto
sc config AudioEndpointBuilder start= auto
sc config WinDefend start= auto
sc config WerSvc start= auto
sc config Eventlog start= auto
sc config MpsSvc start= auto
sc config Winmgmt start= auto
sc config WSearch start= auto
sc config W32Time start= auto
sc config LanmanWorkstation start= auto
sc config Browser start= auto
sc config Appinfo start= demand
sc config WdiSystemHost start= demand
sc config Netman start= demand
sc config pla start= demand
sc config ProtectedStorage start= demand
sc config RasMan start= demand
sc config SLUINotify start= demand
sc config SSDPSRV start= demand
sc config TapiSrv start= demand
sc config ALG start= demand
sc config AppMgmt start= demand
sc config wbengine start= demand
sc config CertPropSvc start= demand
sc config KeyIso start= demand
sc config COMSysApp start= demand
sc config DFSR start= demand
sc config WdiServiceHost start= demand
sc config MSDTC start= demand
sc config EapHost start= demand
sc config Fax start= demand
sc config fdPHost start= demand
sc config hkmsvc start= demand
sc config hidserv start= demand
sc config UI0Detect start= demand
sc config lltdsvc start= demand
sc config clr_optimization_v2.0.50727_32 start= demand
sc config MSiSCSI start= demand
sc config swprv start= demand
sc config Netlogon start= demand
sc config napagent start= demand
sc config WPCSvc start= demand
sc config PNRPsvc start= demand
sc config p2psvc start= demand
sc config p2pimsvc start= demand
sc config IPBusEnum start= demand
sc config PNRPAutoReg start= demand
sc config wercplsupport start= demand
sc config QWAVE start= demand
sc config RasAuto start= demand
sc config RpcLocator start= demand
sc config RemoteRegistry start= demand
sc config SCardSvr start= demand
sc config SCPolicySvc start= demand
sc config SNMPTRAP start= demand
sc config SessionEnv start= demand
sc config UmRdpService start= demand
sc config THREADORDER start= demand
sc config TBS start= demand
sc config vds start= demand
sc config VSS start= demand
sc config SDRSVC start= demand
sc config idsvc start= demand
sc config WcsPlugInService start= demand
sc config wcncsvc start= demand
sc config wudfsvc start= demand
sc config Wecsvc start= demand
sc config stisvc start= demand
sc config msiserver start= demand
sc config ehRecvr start= demand
sc config ehSched start= demand
sc config WMPNetworkSvc start= demand
sc config TrustedInstaller start= demand
sc config FontCache3.0.0.0 start= demand
sc config WinRM start= demand
sc config WinHttpAutoProxySvc start= demand
sc config dot3svc start= demand
sc config Wlansvc start= demand
sc config wmiApSrv start= demand
sc config SharedAccess start= disabled
sc config NetTcpPortSharing start= disabled
sc config RemoteAccess start= disabled
sc config Mcx2Svc start= disabled
@echo.
@echo.
@echo. 初始化完毕,重新启动计算机后生效。谢谢使用!
@pause. |