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:37] Sean Rhonewindows:notes:services [2026/02/27 18:10] (current) Sean Rhone
Line 1: Line 1:
 +====== General ======
 +
 +  * AllJoyn Router Service
 +
 +  "sc.exe" stop "AJRouter" & "sc.exe" config "AJRouter" "start=disabled"
 +
 +  * Diagnostic Policy Service
 +
 +  "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"
 +
 +  * Connected User Experiences and Telemetry
 +
 +  "sc.exe" stop "DiagTrack" & "sc.exe" config "DiagTrack" "start=disabled"
 +
 +  * Program Compatibility Assistant Service
 +
 +  "sc.exe" stop "PcaSvc" & "sc.exe" config "PcaSvc" "start=disabled"
 +
 +  * SysMain
 +
 +  "sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled"
 +
 ====== Spinesnap ====== ====== Spinesnap ======
  
-  * [[windows:10|Windows 10 (21H2)]]+  * AlpsAlpine HID Monitor Service
  
   "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled"   "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled"
 +
 +  * Intel(R) Storage Middleware Service
  
   "sc.exe" stop "RstMwService" & "sc.exe" config "RstMwService" "start=disabled"   "sc.exe" stop "RstMwService" & "sc.exe" config "RstMwService" "start=disabled"
 +
 +  * Intel(R) Dynamic Tuning service
  
   "sc.exe" stop "esifsvc" & "sc.exe" config "esifsvc" "start=disabled"   "sc.exe" stop "esifsvc" & "sc.exe" config "esifsvc" "start=disabled"
Line 11: Line 37:
 ====== Alira ====== ====== Alira ======
  
-  [[windows;11_ltsc_server|Windows 11 (24H2)]]+****
  
   "sc.exe" stop "AMD External Events Utility" & "sc.exe" config "AMD External Events Utility" "start=disabled"   "sc.exe" stop "AMD External Events Utility" & "sc.exe" config "AMD External Events Utility" "start=disabled"
- 
-====== TODO ====== 
- 
-  "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled" 
- 
-  "sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled" 
- 
-  "sc.exe" stop "DiagTrack" & "sc.exe" config "DiagTrack" "start=disabled" 
  
/usr/local/www/wiki/data/attic/windows/notes/services.1759451821.txt.gz · Last modified: by Sean Rhone