Browse Source

Merge pull request #246 from guillemcanal/patch-1

Remove unexistant services
pull/249/head
Alex Hirsch 4 years ago
committed by GitHub
parent
commit
77d04b1d07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/disable-services.ps1

2
scripts/disable-services.ps1

@ -6,8 +6,6 @@ $services = @(
"diagnosticshub.standardcollector.service" # Microsoft (R) Diagnostics Hub Standard Collector Service
"DiagTrack" # Diagnostics Tracking Service
"dmwappushservice" # WAP Push Message Routing Service (see known issues)
"HomeGroupListener" # HomeGroup Listener
"HomeGroupProvider" # HomeGroup Provider
"lfsvc" # Geolocation Service
"MapsBroker" # Downloaded Maps Manager
"NetTcpPortSharing" # Net.Tcp Port Sharing Service

Loading…
Cancel
Save