From 5dd272e1843173a590189fb5d60d053fd93c5b0a Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Sun, 14 Oct 2018 01:06:05 -0700 Subject: [PATCH] Added missing } to end of CheckService function --- Windows10SysPrepDebloater.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Windows10SysPrepDebloater.ps1 b/Windows10SysPrepDebloater.ps1 index 4988dfb..ce1bf7b 100644 --- a/Windows10SysPrepDebloater.ps1 +++ b/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