Update Windows10SysPrepDebloater.ps1

pull/82/head
Richard Newton 6 years ago committed by GitHub
parent a6e1354fdb
commit 1bd013a052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -218,7 +218,6 @@ If (Get-Service -Name dmwappushservice | Where-Object {$_.StartType -eq "Disable
If(Get-Service -Name dmwappushservice | Where-Object {$_.Status -eq "Stopped"}) {
Start-Service -Name dmwappushservice}
}
}
Function CheckInstallService {
Param([switch]$Debloat)

Loading…
Cancel
Save