Explorar o código

Update Windows10SysPrepDebloater.ps1

you had one extra bracket on line 48, preventing it from running.
seanlundin %!s(int64=6) %!d(string=hai) anos
pai
achega
1ebd897297
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 {