Browse Source

Merge pull request #48 from seanlundin/patch-1

Update Windows10SysPrepDebloater.ps1
Richard Newton 6 năm trước cách đây
mục cha
commit
cc41034c47
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Windows10SysPrepDebloater.ps1

+ 1 - 2
Windows10SysPrepDebloater.ps1

@@ -44,8 +44,7 @@ Function Begin-SysPrep {
         Stop-Service InstallService
         Write-Verbose -Message ('Setting InstallService Startup to Disabled')
         & sc config InstallService start=disabled
-    }
-}
+ }
 
 
 Function Start-Debloat {