farag2
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
Win 10.ps1
|
@ -4,7 +4,8 @@ $services = @( |
|
|
"DiagTrack", |
|
|
"DiagTrack", |
|
|
"DusmSvc", |
|
|
"DusmSvc", |
|
|
"lfsvc", |
|
|
"lfsvc", |
|
|
"NcbService") |
|
|
"NcbService", |
|
|
|
|
|
"SSDPSRV") |
|
|
Foreach ($service in $services) |
|
|
Foreach ($service in $services) |
|
|
{ |
|
|
{ |
|
|
Get-Service $service | Stop-Service -ErrorAction SilentlyContinue |
|
|
Get-Service $service | Stop-Service -ErrorAction SilentlyContinue |
|
|