Răsfoiți Sursa

Update Windows10SysPrepDebloater.ps1

Richard Newton 6 ani în urmă
părinte
comite
2b07de3eba
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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 {