Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
windows:notes:services [2025/10/02 20:30] – Sean Rhone | windows:notes:services [2025/10/02 20:40] (current) – Sean Rhone |
---|
| ====== General ====== |
| |
| "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" |
| |
====== Spinesnap ====== | ====== Spinesnap ====== |
| |
* [[windows:10|Windows 10 (21H2)]] | |
| |
"sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled" | "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled" |
| |
"sc.exe" stop "RstMwService" & "sc.exe" config "RstMwService" "start=disabled" | "sc.exe" stop "RstMwService" & "sc.exe" config "RstMwService" "start=disabled" |
| |
| "sc.exe" stop "esifsvc" & "sc.exe" config "esifsvc" "start=disabled" |
| |
====== 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" | |
| |
"sc.exe" stop "WdiSystemHost" & "sc.exe" config "WdiSystemHost" "start=disabled" | |
| |
"sc.exe" stop "PcaSvc" & "sc.exe" config "PcaSvc" "start=disabled" | |
| |