[windows] disable StorSvc for runners (#8388)

This commit is contained in:
ilia-shipitsin
2023-09-28 11:33:59 +02:00
committed by GitHub
parent 74242a4687
commit 620e2c26b2

View File

@@ -91,13 +91,14 @@ $regUserServicesToDisables | ForEach-Object {
# Disabled services
$servicesToDisable = @(
"wuauserv"
"DiagTrack"
"dmwappushservice"
"PcaSvc"
"SysMain"
"gupdate"
"gupdatem"
'wuauserv'
'DiagTrack'
'dmwappushservice'
'PcaSvc'
'SysMain'
'gupdate'
'gupdatem'
'StorSvc'
)
$servicesToDisable | ForEach-Object {