Explorar el Código

Merge pull request #48 from seanlundin/patch-1

Update Windows10SysPrepDebloater.ps1
Richard Newton hace 6 años
padre
commit
cc41034c47
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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 {