Browse Source

Added missing } to end of CheckService function

Richard Newton 6 years ago
parent
commit
5dd272e184
1 changed files with 1 additions and 0 deletions
  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