Table of Contents

General

"%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Disable Services (General).bat"
@echo off

CD "%Temp%"

"%SystemRoot%\System32\sc.exe" stop "AJRouter"
"%SystemRoot%\System32\sc.exe" config "AJRouter" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "DPS"
"%SystemRoot%\System32\sc.exe" config "DPS" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "DiagTrack"
"%SystemRoot%\System32\sc.exe" config "DiagTrack" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "PcaSvc"
"%SystemRoot%\System32\sc.exe" config "PcaSvc" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "SysMain"
"%SystemRoot%\System32\sc.exe" config "SysMain" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "TapiSrv"
"%SystemRoot%\System32\sc.exe" config "TapiSrv" "start=disabled"

:: End
"%UserProfile%\Downloads\Disable Services (General).bat"

Spinesnap

"%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Disable Services (Spinesnap).bat"
@echo off

CD "%Temp%"

"%SystemRoot%\System32\sc.exe" stop "ApHidMonitorService"
"%SystemRoot%\System32\sc.exe" config "ApHidMonitorService" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "RstMwService"
"%SystemRoot%\System32\sc.exe" config "RstMwService" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "esifsvc"
"%SystemRoot%\System32\sc.exe" config "esifsvc" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "igfxCUIService2.0.0.0"
"%SystemRoot%\System32\sc.exe" config "igfxCUIService2.0.0.0" "start=disabled"

"%SystemRoot%\System32\sc.exe" stop "igccservice"
"%SystemRoot%\System32\sc.exe" config "igccservice" "start=disabled"

:: End
"%UserProfile%\Downloads\Disable Services (Spinesnap).bat"

Alira

"%SystemRoot%\System32\sc.exe" stop "AMD External Events Utility" & "%SystemRoot%\System32\sc.exe" config "AMD External Events Utility" "start=disabled"

Individual

General

"%SystemRoot%\System32\sc.exe" stop "AJRouter" & "%SystemRoot%\System32\sc.exe" config "AJRouter" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "DPS" & "%SystemRoot%\System32\sc.exe" config "DPS" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "DiagTrack" & "%SystemRoot%\System32\sc.exe" config "DiagTrack" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "PcaSvc" & "%SystemRoot%\System32\sc.exe" config "PcaSvc" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "SysMain" & "%SystemRoot%\System32\sc.exe" config "SysMain" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "TapiSrv" & "%SystemRoot%\System32\sc.exe" config "TapiSrv" "start=disabled"

Spinesnap

"%SystemRoot%\System32\sc.exe" stop "ApHidMonitorService" & "%SystemRoot%\System32\sc.exe" config "ApHidMonitorService" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "RstMwService" & "%SystemRoot%\System32\sc.exe" config "RstMwService" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "esifsvc" & "%SystemRoot%\System32\sc.exe" config "esifsvc" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "igfxCUIService2.0.0.0" & "%SystemRoot%\System32\sc.exe" config "igfxCUIService2.0.0.0" "start=disabled"
"%SystemRoot%\System32\sc.exe" stop "igccservice" & "%SystemRoot%\System32\sc.exe" config "igccservice" "start=disabled"