Skip to content

Instantly share code, notes, and snippets.

@QXSoftware
Created May 25, 2016 05:31
Show Gist options
  • Save QXSoftware/2604a4a005b6ac99f08f254d7d594670 to your computer and use it in GitHub Desktop.
Save QXSoftware/2604a4a005b6ac99f08f254d7d594670 to your computer and use it in GitHub Desktop.
快速结束无用进程,有些 VS 的进程会拖慢其运行速度
@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