You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/scaffold/setup.ps1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ if ($LaunchpadConfig.Windows.DisableUpdateCheck) { RunScript ./scripts/windows/d
103
103
if ($LaunchpadConfig.Windows.DisableUpdateService) { RunScript ./scripts/windows/disable_update_service.ps1 "Disable update service?" }
104
104
if ($LaunchpadConfig.Windows.DisableAppInstalls) { RunScript ./scripts/windows/disable_app_installs.ps1 "Disable automatic Windows app installs?" }
105
105
if ($LaunchpadConfig.Windows.DisableAppRestore) { RunScript ./scripts/windows/disable_app_restore.ps1 "Disable app restoration on boot up?" }
106
+
if ($LaunchpadConfig.Windows.DisableWinSetupPrompt) { RunScript ./scripts/windows/disable_win_setup_prompts.ps1 "Disable Windows setup prompt?" }
106
107
if ($LaunchpadConfig.Windows.EnableScriptExecution) { RunScript ./scripts/windows/enable_script_execution.ps1 "Enable execution of PS1 scripts?" }
107
108
if ($LaunchpadConfig.Windows.ResetTextScale) { RunScript ./scripts/windows/reset_text_scale.ps1 "Reset text scale to 100%?" }
108
109
if ($LaunchpadConfig.Windows.SetTimzone) { RunScript ./scripts/windows/set_timezone.ps1 ("Set current timezone to "+$LaunchpadConfig.Computer.Timezone+"?") }
0 commit comments