mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 05:22:06 +08:00
[windows] disable StorSvc for runners (#8388)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user