瀏覽代碼

Fixed CheckInstallService Function

Richard Newton 6 年之前
父節點
當前提交
0762b0a8d0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Windows10SysPrepDebloater.ps1

+ 2 - 0
Windows10SysPrepDebloater.ps1

@@ -216,6 +216,8 @@ Function CheckInstallService {
   If (Get-Service -Name InstallService | Where-Object ($_.Status -eq "Stopped"}) {
       Start-Service -Name InstallService
       Set-Service -Name InstallService -StartupType Automatic
+      }
+ }
 
 Write-Output "Initiating Sysprep"
 Begin-SysPrep