[windows] disable StorSvc for runners (#8388)
This commit is contained in:
@@ -91,13 +91,14 @@ $regUserServicesToDisables | ForEach-Object {
|
|||||||
|
|
||||||
# Disabled services
|
# Disabled services
|
||||||
$servicesToDisable = @(
|
$servicesToDisable = @(
|
||||||
"wuauserv"
|
'wuauserv'
|
||||||
"DiagTrack"
|
'DiagTrack'
|
||||||
"dmwappushservice"
|
'dmwappushservice'
|
||||||
"PcaSvc"
|
'PcaSvc'
|
||||||
"SysMain"
|
'SysMain'
|
||||||
"gupdate"
|
'gupdate'
|
||||||
"gupdatem"
|
'gupdatem'
|
||||||
|
'StorSvc'
|
||||||
)
|
)
|
||||||
|
|
||||||
$servicesToDisable | ForEach-Object {
|
$servicesToDisable | ForEach-Object {
|
||||||
|
|||||||
Reference in New Issue
Block a user