Browse Source

Update Windows10SysPrepDebloater.ps1

Richard Newton 6 years ago
parent
commit
2b07de3eba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Windows10SysPrepDebloater.ps1

+ 1 - 0
Windows10SysPrepDebloater.ps1

@@ -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 {