Update disable-services.ps1

pull/285/head
Brandon 3 years ago committed by GitHub
parent 2ee3da8c5a
commit a5fef466c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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