echo off wmic process where name="MWOClient.exe" CALL setpriority 128 wmic process where name="MWORepairTool.exe" CALL setpriority 128 echo Shutting down unneeded processes wmic Path win32_process Where "CommandLine Like '%-jar selenium-server.jar%'" Call Terminate wmic path win32_process Where name="SearchIndexer.exe" delete wmic path win32_process Where name="SearchProtocolHost.exe" delete wmic path win32_process Where name="SearchFilterHost.exe" delete wmic path win32_process Where name="MSOSYNC.EXE%" delete wmic path win32_process Where name="GROOVE.EXE%" delete wmic path win32_process Where name="OneDrive.exe%" delete wmic path win32_process Where name="CNMNSST.exe%" delete wmic path win32_process Where name="CSISYNCCLIENT.EXE%" delete wmic path win32_process Where name="PrintIsolationHost.exe" delete wmic path win32_process Where name="rundll32.exe" delete wmic path win32_process Where name="taskeng.exe" delete pause