Update Windows10SysPrepDebloater.ps1

you had one extra bracket on line 48, preventing it from running.
pull/48/head
seanlundin 6 years ago committed by GitHub
parent 1a15c497f1
commit 1ebd897297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save