Explorar o código

Added missing } to end of CheckService function

Richard Newton %!s(int64=6) %!d(string=hai) anos
pai
achega
5dd272e184
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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