Browse Source

Update Win 10.ps1

pull/3/head
farag2 6 years ago
committed by GitHub
parent
commit
e15796ec36
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Win 10.ps1

7
Win 10.ps1

@ -2,14 +2,9 @@
$services = @(
"CDPSvc",
"DiagTrack",
"diagnosticshub.standardcollector.service",
"dmwappushservice",
"DusmSvc",
"lfsvc",
"MapsBroker",
"NcbService",
"SSDPSRV",
"wcncsvc")
"NcbService")
Foreach ($service in $services)
{
Get-Service $service | Stop-Service -ErrorAction SilentlyContinue

Loading…
Cancel
Save