Преглед изворни кода

Update Windows10SysPrepDebloater.ps1

you had one extra bracket on line 48, preventing it from running.
seanlundin пре 7 година
родитељ
комит
1ebd897297
1 измењених фајлова са 1 додато и 2 уклоњено
  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 {