To optimize PC for Working, I have made batch file call dsvc.cmd to stop and disable unnecessary service.
Below are the content of dsvc.cmd:
sc config AxInstSV start= demand
sc config SensrSvc start= demand
sc config AdobeARMservice start= disabled
sc config AdvancedSystemCareService8 start= disabled
sc config AeLookupSvc start= disabled
sc config AppIDSvc start= auto
sc config Appinfo start= auto
sc config ALG start= auto
sc config AppMgmt start= auto
sc config aspnet_state start= auto
sc config BITS start= auto
sc config BFE start= auto
sc config BDESVC start= demand
sc config wbengine start= demand
sc config bthserv start= auto
sc config PeerDistSvc start= demand
sc config CertPropSvc start= auto
sc config KeyIso start= auto
sc config EventSystem start= auto
sc config COMSysApp start= auto
sc config Browser start= demand
sc config VaultSvc 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= disabled
sc config WdiServiceHost start= auto
sc config WdiSystemHost start= auto
sc config defragsvc start= auto
sc config TrkWks start= disabled
sc config MSDTC start= auto
sc config Dnscache start= disabled
sc config EFS start= auto
sc config EapHost start= auto
sc config Fax start= disabled
sc config fdPHost start= auto
sc config FDResPub start= auto
sc config gusvc start= disabled
sc config gpsvc start= auto
sc config hkmsvc start= auto
sc config HomeGroupListener start= auto
sc config HomeGroupProvider start= auto
sc config hidserv start= auto
sc config IKEEXT start= auto
sc config ImDskSvc start= auto
sc config "Intel(R) Capability Licensing Service Interface" start= auto
sc config "Intel(R) Capability Licensing Service TCP IP Interface" start= auto
sc config cphs start= demand
sc config jhi_service start= auto
sc config LMS start= auto
sc config UI0Detect start= auto
sc config SharedAccess start= demand
sc config IEEtwCollectorService start= disabled
sc config iphlpsvc start= auto
sc config PolicyAgent start= auto
sc config Cwbrxd start= disabled
sc config AVP15.0.0 start= auto
sc config KtmRm start= auto
sc config lltdsvc start= demand
sc config LiveUpdateSvc start= disabled
sc config Mcx2Svc start= auto
sc config clr_optimization_v2.0.50727_32 start= demand
sc config clr_optimization_v4.0.30319_32 start= demand
sc config MSiSCSI start= auto
sc config ClickToRunSvc start= auto
sc config swprv start= auto
sc config MozillaMaintenance start= demand
sc config MMCSS start= demand
sc config NetMsmqActivator start= demand
sc config NetPipeActivator start= demand
sc config NetTcpActivator start= demand
sc config NetTcpPortSharing start= demand
sc config Netlogon start= disabled
sc config napagent start= auto
sc config Netman start= auto
sc config netprofm start= auto
sc config NlaSvc start= auto
sc config nsi start= auto
sc config ose start= auto
sc config osppsvc start= auto
sc config CscService start= auto
sc config WPCSvc start= auto
sc config PNRPsvc start= auto
sc config p2psvc start= auto
sc config p2pimsvc start= auto
sc config pla start= auto
sc config PlugPlay start= auto
sc config IPBusEnum start= auto
sc config PNRPAutoReg start= auto
sc config WPDBusEnum start= auto
sc config Power start= auto
sc config Spooler start= auto
sc config wercplsupport start= auto
sc config PcaSvc start= disabled
sc config ProtectedStorage start= auto
sc config QWAVE start= auto
sc config RasAuto start= auto
sc config RasMan start= auto
sc config SessionEnv start= disabled
sc config TermService start= auto
sc config UmRdpService start= disabled
sc config RpcSs start= auto
sc config RpcLocator start= auto
sc config RemoteRegistry start= auto
sc config RemoteAccess start= disabled
sc config RpcEptMapper start= auto
sc config seclogon start= disabled
sc config SstpSvc start= auto
sc config SamSs start= auto
sc config wscsvc start= auto
sc config LanmanServer start= auto
sc config "Service KMSELDI" start= demand
sc config ShellHWDetection start= auto
sc config SCardSvr start= auto
sc config SCPolicySvc start= demand
sc config SNMPTRAP start= auto
sc config sppsvc start= demand
sc config sppuinotify start= demand
sc config SSDPSRV start= auto
sc config StorSvc start= auto
sc config SysMain start= auto
sc config SENS start= auto
sc config TabletInputService start= disabled
sc config Schedule start= auto
sc config lmhosts start= auto
sc config TapiSrv start= auto
sc config Themes start= disabled
sc config THREADORDER start= auto
sc config TBS start= demand
sc config upnphost start= auto
sc config ProfSvc start= auto
sc config vds start= auto
sc config VSS start= auto
sc config wampapache start= demand
sc config wampmysqld start= demand
sc config WebClient start= auto
sc config Audiosrv start= auto
sc config AudioEndpointBuilder start= auto
sc config SDRSVC start= disabled
sc config WbioSrvc start= demand
sc config idsvc start= auto
sc config WcsPlugInService start= auto
sc config wcncsvc start= auto
sc config WinDefend start= disabled
sc config wudfsvc start= auto
sc config WerSvc start= auto
sc config Wecsvc start= auto
sc config eventlog start= auto
sc config MpsSvc start= auto
sc config FontCache start= disabled
sc config StiSvc start= demand
sc config msiserver start= demand
sc config Winmgmt start= auto
sc config ehRecvr start= disabled
sc config ehSched start= disabled
sc config WMPNetworkSvc start= disabled
sc config TrustedInstaller start= demand
sc config FontCache3.0.0.0 start= auto
sc config WinRM start= auto
sc config WSearch start= auto
sc config W32Time start= demand
sc config wuauserv start= disabled
sc config WinHttpAutoProxySvc start= auto
sc config dot3svc start= auto
sc config Wlansvc start= auto
sc config wmiApSrv start= auto
sc config LanmanWorkstation start= auto
sc config WwanSvc start= auto
Copas batch script above and run.
Enjoy.
Below are the content of dsvc.cmd:
sc config AxInstSV start= demand
sc config SensrSvc start= demand
sc config AdobeARMservice start= disabled
sc config AdvancedSystemCareService8 start= disabled
sc config AeLookupSvc start= disabled
sc config AppIDSvc start= auto
sc config Appinfo start= auto
sc config ALG start= auto
sc config AppMgmt start= auto
sc config aspnet_state start= auto
sc config BITS start= auto
sc config BFE start= auto
sc config BDESVC start= demand
sc config wbengine start= demand
sc config bthserv start= auto
sc config PeerDistSvc start= demand
sc config CertPropSvc start= auto
sc config KeyIso start= auto
sc config EventSystem start= auto
sc config COMSysApp start= auto
sc config Browser start= demand
sc config VaultSvc 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= disabled
sc config WdiServiceHost start= auto
sc config WdiSystemHost start= auto
sc config defragsvc start= auto
sc config TrkWks start= disabled
sc config MSDTC start= auto
sc config Dnscache start= disabled
sc config EFS start= auto
sc config EapHost start= auto
sc config Fax start= disabled
sc config fdPHost start= auto
sc config FDResPub start= auto
sc config gusvc start= disabled
sc config gpsvc start= auto
sc config hkmsvc start= auto
sc config HomeGroupListener start= auto
sc config HomeGroupProvider start= auto
sc config hidserv start= auto
sc config IKEEXT start= auto
sc config ImDskSvc start= auto
sc config "Intel(R) Capability Licensing Service Interface" start= auto
sc config "Intel(R) Capability Licensing Service TCP IP Interface" start= auto
sc config cphs start= demand
sc config jhi_service start= auto
sc config LMS start= auto
sc config UI0Detect start= auto
sc config SharedAccess start= demand
sc config IEEtwCollectorService start= disabled
sc config iphlpsvc start= auto
sc config PolicyAgent start= auto
sc config Cwbrxd start= disabled
sc config AVP15.0.0 start= auto
sc config KtmRm start= auto
sc config lltdsvc start= demand
sc config LiveUpdateSvc start= disabled
sc config Mcx2Svc start= auto
sc config clr_optimization_v2.0.50727_32 start= demand
sc config clr_optimization_v4.0.30319_32 start= demand
sc config MSiSCSI start= auto
sc config ClickToRunSvc start= auto
sc config swprv start= auto
sc config MozillaMaintenance start= demand
sc config MMCSS start= demand
sc config NetMsmqActivator start= demand
sc config NetPipeActivator start= demand
sc config NetTcpActivator start= demand
sc config NetTcpPortSharing start= demand
sc config Netlogon start= disabled
sc config napagent start= auto
sc config Netman start= auto
sc config netprofm start= auto
sc config NlaSvc start= auto
sc config nsi start= auto
sc config ose start= auto
sc config osppsvc start= auto
sc config CscService start= auto
sc config WPCSvc start= auto
sc config PNRPsvc start= auto
sc config p2psvc start= auto
sc config p2pimsvc start= auto
sc config pla start= auto
sc config PlugPlay start= auto
sc config IPBusEnum start= auto
sc config PNRPAutoReg start= auto
sc config WPDBusEnum start= auto
sc config Power start= auto
sc config Spooler start= auto
sc config wercplsupport start= auto
sc config PcaSvc start= disabled
sc config ProtectedStorage start= auto
sc config QWAVE start= auto
sc config RasAuto start= auto
sc config RasMan start= auto
sc config SessionEnv start= disabled
sc config TermService start= auto
sc config UmRdpService start= disabled
sc config RpcSs start= auto
sc config RpcLocator start= auto
sc config RemoteRegistry start= auto
sc config RemoteAccess start= disabled
sc config RpcEptMapper start= auto
sc config seclogon start= disabled
sc config SstpSvc start= auto
sc config SamSs start= auto
sc config wscsvc start= auto
sc config LanmanServer start= auto
sc config "Service KMSELDI" start= demand
sc config ShellHWDetection start= auto
sc config SCardSvr start= auto
sc config SCPolicySvc start= demand
sc config SNMPTRAP start= auto
sc config sppsvc start= demand
sc config sppuinotify start= demand
sc config SSDPSRV start= auto
sc config StorSvc start= auto
sc config SysMain start= auto
sc config SENS start= auto
sc config TabletInputService start= disabled
sc config Schedule start= auto
sc config lmhosts start= auto
sc config TapiSrv start= auto
sc config Themes start= disabled
sc config THREADORDER start= auto
sc config TBS start= demand
sc config upnphost start= auto
sc config ProfSvc start= auto
sc config vds start= auto
sc config VSS start= auto
sc config wampapache start= demand
sc config wampmysqld start= demand
sc config WebClient start= auto
sc config Audiosrv start= auto
sc config AudioEndpointBuilder start= auto
sc config SDRSVC start= disabled
sc config WbioSrvc start= demand
sc config idsvc start= auto
sc config WcsPlugInService start= auto
sc config wcncsvc start= auto
sc config WinDefend start= disabled
sc config wudfsvc start= auto
sc config WerSvc start= auto
sc config Wecsvc start= auto
sc config eventlog start= auto
sc config MpsSvc start= auto
sc config FontCache start= disabled
sc config StiSvc start= demand
sc config msiserver start= demand
sc config Winmgmt start= auto
sc config ehRecvr start= disabled
sc config ehSched start= disabled
sc config WMPNetworkSvc start= disabled
sc config TrustedInstaller start= demand
sc config FontCache3.0.0.0 start= auto
sc config WinRM start= auto
sc config WSearch start= auto
sc config W32Time start= demand
sc config wuauserv start= disabled
sc config WinHttpAutoProxySvc start= auto
sc config dot3svc start= auto
sc config Wlansvc start= auto
sc config wmiApSrv start= auto
sc config LanmanWorkstation start= auto
sc config WwanSvc start= auto
Copas batch script above and run.
Enjoy.
Tidak ada komentar:
Posting Komentar