소스 검색

Added missing } to end of CheckService function

Richard Newton 6 년 전
부모
커밋
5dd272e184
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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