User Tools

Site Tools


windows:notes:services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:notes:services [2025/10/02 20:30] Sean Rhonewindows:notes:services [2026/04/14 20:25] (current) Sean Rhone
Line 1: Line 1:
 +====== General ======
 +
 +  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Disable Services (General).bat"
 +
 +<code>
 +@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</code>
 +
 +  "%UserProfile%\Downloads\Disable Services (General).bat"
 +
 ====== Spinesnap ====== ====== Spinesnap ======
  
-  * [[windows:10|Windows 10 (21H2)]]+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Disable Services (Spinesnap).bat"
  
-  "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled"+<code> 
 +@echo off
  
-  "sc.exe" stop "RstMwService" "sc.exe" config "RstMwService" "start=disabled"+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</code> 
 + 
 +  "%UserProfile%\Downloads\Disable Services (Spinesnap).bat"
  
 ====== Alira ====== ====== Alira ======
  
-  [[windows;11_ltsc_server|Windows 11 (24H2)]]+**** 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "AMD External Events Utility" & "%SystemRoot%\System32\sc.exe" config "AMD External Events Utility" "start=disabled" 
 + 
 +====== Individual ====== 
 + 
 +===== General ===== 
 + 
 +  * AllJoyn Router Service 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "AJRouter" & "%SystemRoot%\System32\sc.exe" config "AJRouter" "start=disabled" 
 + 
 +  * Diagnostic Policy Service 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "DPS" & "%SystemRoot%\System32\sc.exe" config "DPS" "start=disabled" 
 + 
 +  * Connected User Experiences and Telemetry 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "DiagTrack" & "%SystemRoot%\System32\sc.exe" config "DiagTrack" "start=disabled" 
 + 
 +  * Program Compatibility Assistant Service 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "PcaSvc" & "%SystemRoot%\System32\sc.exe" config "PcaSvc" "start=disabled" 
 + 
 +  * SysMain 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "SysMain" & "%SystemRoot%\System32\sc.exe" config "SysMain" "start=disabled" 
 + 
 +  * Telephony 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "TapiSrv" & "%SystemRoot%\System32\sc.exe" config "TapiSrv" "start=disabled" 
 + 
 +===== Spinesnap ===== 
 + 
 +  * AlpsAlpine HID Monitor Service 
 + 
 +  "%SystemRoot%\System32\sc.exe" stop "ApHidMonitorService" & "%SystemRoot%\System32\sc.exe" config "ApHidMonitorService" "start=disabled" 
 + 
 +  * Intel(RStorage Middleware Service
  
-  "sc.exe" stop "AMD External Events Utility" & "sc.exe" config "AMD External Events Utility" "start=disabled"+  "%SystemRoot%\System32\sc.exe" stop "RstMwService" & "%SystemRoot%\System32\sc.exe" config "RstMwService" "start=disabled"
  
-====== TODO ======+  * Intel(R) Dynamic Tuning service
  
-  "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"+  "%SystemRoot%\System32\sc.exe" stop "esifsvc" & "%SystemRoot%\System32\sc.exe" config "esifsvc" "start=disabled"
  
-  "sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled"+  * Intel(R) HD Graphics Control Panel Service
  
-  "sc.exe" stop "DiagTrack" & "sc.exe" config "DiagTrack" "start=disabled"+  "%SystemRoot%\System32\sc.exe" stop "igfxCUIService2.0.0.0" & "%SystemRoot%\System32\sc.exe" config "igfxCUIService2.0.0.0" "start=disabled"
  
-  "sc.exe" stop "WdiSystemHost" & "sc.exe" config "WdiSystemHost" "start=disabled"+  * Intel(R) Graphics Command Center Service
  
-  "sc.exe" stop "PcaSvc" & "sc.exe" config "PcaSvc" "start=disabled"+  "%SystemRoot%\System32\sc.exe" stop "igccservice" & "%SystemRoot%\System32\sc.exe" config "igccservice" "start=disabled"
  
/var/www/wiki/data/attic/windows/notes/services.1759451418.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki