Prechádzať zdrojové kódy

Update Windows10SysPrepDebloater.ps1

you had one extra bracket on line 48, preventing it from running.
seanlundin 6 rokov pred
rodič
commit
1ebd897297
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      Windows10SysPrepDebloater.ps1

+ 1 - 2
Windows10SysPrepDebloater.ps1

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