Quellcode durchsuchen

Added missing } to end of CheckService function

Richard Newton vor 6 Jahren
Ursprung
Commit
5dd272e184
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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