1 Star 0 Fork 0

gx199112/WindowsBatchFiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Services Disabler.bat 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
Aetopia 提交于 2021-07-17 17:11 . Add files via upload
@echo off
title Services Disabler
echo This will disable useless Windows Services which can help to reduce memory usage.
echo Press Ctrl+C to exit or
pause
PowerShell -Command "Set-Service AppVClient -StartupType Disabled"
PowerShell -Command "Set-Service tzautoupdate -StartupType Disabled"
PowerShell -Command "Set-Service lfsvc -StartupType Disabled"
PowerShell -Command "Set-Service MapsBroker -StartupType Disabled"
PowerShell -Command "Set-Service PimIndexMaintenanceSvc -StartupType Disabled"
PowerShell -Command "Set-Service PhoneSvc -StartupType Disabled"
PowerShell -Command "Set-Service icssvc -StartupType Disabled"
PowerShell -Command "Set-Service TapiSrv -StartupType Disabled"
PowerShell -Command "Set-Service QWAVE -StartupType Disabled"
PowerShell -Command "Set-Service RemoteAccess -StartupType Disabled"
PowerShell -Command "Set-Service SCardSvr -StartupType Disabled"
PowerShell -Command "Set-Service ScDeviceEnum -StartupType Disabled"
PowerShell -Command "Set-Service SSDPSRV -StartupType Disabled"
PowerShell -Command "Set-Service upnphost -StartupType Disabled"
PowerShell -Command "Set-Service HvHost -StartupType Disabled"
PowerShell -Command "Set-Service vmickvpexchange -StartupType Disabled"
PowerShell -Command "Set-Service vmicguestinterface -StartupType Disabled"
PowerShell -Command "Set-Service vmicshutdown -StartupType Disabled"
PowerShell -Command "Set-Service vmicheartbeat -StartupType Disabled"
PowerShell -Command "Set-Service vmicvmsession -StartupType Disabled"
PowerShell -Command "Set-Service vmicrdv -StartupType Disabled"
PowerShell -Command "Set-Service vmictimesync -StartupType Disabled"
PowerShell -Command "Set-Service vmicvss -StartupType Disabled"
PowerShell -Command "Set-Service FontCache -StartupType Disabled"
PowerShell -Command "Set-Service wisvc -StartupType Disabled"
PowerShell -Command "Set-Service WSearch -StartupType Disabled"
PowerShell -Command "Set-Service XblGameSave -StartupType Disabled"
PowerShell -Command "Set-Service XboxNetApiSvc -StartupType Disabled"
PowerShell -Command "Set-Service DiagTrack -StartupType Disabled"
PowerShell -Command "Set-Service DPS -StartupType Disabled"
PowerShell -Command "Set-Service WdiServiceHost -StartupType Disabled"
PowerShell -Command "Set-Service WdiSystemHost -StartupType Disabled"
PowerShell -Command "Set-Service WerSvc -StartupType Disabled"
PowerShell -Command "Set-Service diagsvc -StartupType Disabled"
PowerShell -Command "Set-Service OneSyncSvc -StartupType Disabled"
PowerShell -Command "Set-Service CDPUserSvc -StartupType Disabled"
echo Services Disabled!
echo Exit:
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/gxswjtu/WindowsBatchFiles.git
git@gitee.com:gxswjtu/WindowsBatchFiles.git
gxswjtu
WindowsBatchFiles
WindowsBatchFiles
main

搜索帮助