Jelajahi Sumber

Added missing } to end of CheckService function

Richard Newton 6 tahun lalu
induk
melakukan
5dd272e184
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Windows10SysPrepDebloater.ps1

+ 1 - 0
Windows10SysPrepDebloater.ps1

@@ -207,6 +207,7 @@ Function CheckService {
   
   If (Get-Service -Name dmwappushservice | Where-Object {$_.Status -eq "Stopped"}) {
         Start-Service -Name dmwappushservice }
+}
 
 Write-Output "Initiating Sysprep"
 Begin-SysPrep