Update Windows10SysPrepDebloater.ps1

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

@ -217,6 +217,7 @@ 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 {

Loading…
Cancel
Save