Leave Apply ITS Settings unchecked by default
This commit is contained in:
parent
dfecfa637d
commit
67fff6d1a5
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ BASE_MENUS = {
|
|||
MenuEntry('Software Bundle', 'auto_install_software_bundle'),
|
||||
),
|
||||
'Configure System': (
|
||||
MenuEntry('Apply ITS Settings', 'auto_apply_its_settings'),
|
||||
MenuEntry('Apply ITS Settings', 'auto_apply_its_settings', selected=False),
|
||||
MenuEntry('Open-Shell', 'auto_config_open_shell', selected=False),
|
||||
MenuEntry('Disable Fast Startup', 'auto_disable_fast_startup', selected=False),
|
||||
MenuEntry('Disable Telemetry', 'auto_shutup_10'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue