Created
May 25, 2016 05:31
-
-
Save QXSoftware/2604a4a005b6ac99f08f254d7d594670 to your computer and use it in GitHub Desktop.
快速结束无用进程,有些 VS 的进程会拖慢其运行速度
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
taskkill -f ^ | |
-im TE.ProcessHost.Managed.exe ^ | |
-im Microsoft.Alm.Shared.Remoting.RemoteContainer.dll ^ | |
-im Microsoft.VsHub.Server.HttpHostx64.exe ^ | |
-im WordBook.exe ^ | |
-im wandoujia_helper.exe ^ | |
-im VBCSCompiler.exe ^ | |
-im Merge.exe ^ | |
-im Compare.exe ^ | |
-im Microsoft.VsHub.Server.HttpHost.exe ^ | |
-im VsHub.exe ^ | |
-im vstest.discoveryengine.x86.exe ^ | |
-im tadb.exe ^ | |
-im adb.exe ^ | |
-im StandardCollector.Service.exe ^ | |
-im TE.ProcessHost.Managed.Clr20.exe | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment