Selaa lähdekoodia

Update Windows10SysPrepDebloater.ps1

Richard Newton 6 vuotta sitten
vanhempi
sitoutus
2b07de3eba
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {