停止不用的服务bat命令
:: demand
sc GetKeyName " .NET Runtime Optimization Service v2.0.50727_X86 "
sc config "" start = demand
::
:: sc GetKeyName " Adobe LM Service "
:: sc config "" start = demand
:: disabled
sc GetKeyName " Alerter "
sc config " Alerter " start = disabled
:: demand
sc GetKeyName " Application Layer Gateway Service "
sc config " ALG " start = disabled
:: demand
sc GetKeyName " Application Management "
sc config " AppMgmt " start = demand
:: demand
sc GetKeyName " ASP.NET State Service "
sc config " aspnet_state " start = demand
:: auto
sc GetKeyName " Automatic Updates "
sc config " wuauserv " start = auto
:: auto
sc GetKeyName " Background Intelligent Transfer Service "
sc config " BITS " start = auto
:: disabled
sc GetKeyName " ClipBook "
sc config " ClipSrv " start = disabled
:: demand
sc GetKeyName " COM+ Event System "
sc config " EventSystem " start = demand
:: demand
sc GetKeyName " COM+ System Application "
sc config " COMSysApp " start = demand
:: auto
sc GetKeyName " Computer Browser "
sc config " Browser " start = disabled
:: auto
sc GetKeyName " Cryptographic Services "
sc config " CryptSvc " start = demand
:: auto
sc GetKeyName " DHCP Client "

