Browse Source

Update disable-services.ps1

pull/285/head
Brandon 3 years ago
committed by GitHub
parent
commit
a5fef466c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      scripts/disable-services.ps1

6
scripts/disable-services.ps1

@ -82,8 +82,6 @@ $services = @(
"vmicrdv"
"vmictimesync"
# Services which cannot be disabled
#"WdNisSvc"
)
@ -173,7 +171,3 @@ Get-Service vmicheartbeat | Where {$_.status –eq 'running'} | Stop-Service
Get-Service vmicvmsession | Where {$_.status eq 'running'} | Stop-Service
Get-Service vmicrdv | Where {$_.status eq 'running'} | Stop-Service
Get-Service vmictimesync | Where {$_.status eq 'running'} | Stop-Service

Loading…
Cancel
Save