Windows系统优化bat命令

@echo ---------------------------
@echo      正在优化系统服务
@echo ---------------------------
@sc config wuauserv start= demand
@sc config Browser start= disabled
@sc config Dnscache start= disabled
@sc config Spooler start= demand
@sc config LanmanServer start= disabled
@sc config Schedule start= disabled
@sc config SharedAccess start= demand
@sc config WZCSVC start= demand
@echo ---------------------------
@echo      系统服务优化完成
@echo ---------------------------
@pause
@exit

你可能感兴趣的:(综合技术)