From b42f393a1ae64899045d968c14e484742af9d822 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 18 Aug 2018 15:28:33 -0700 Subject: [PATCH] Always configure browsers/classicshell/explorer --- .bin/Scripts/user_checklist.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.bin/Scripts/user_checklist.py b/.bin/Scripts/user_checklist.py index c106c9ef..e280567e 100644 --- a/.bin/Scripts/user_checklist.py +++ b/.bin/Scripts/user_checklist.py @@ -25,13 +25,16 @@ if __name__ == '__main__': 'NotInstalledError': 'Not installed', 'NoProfilesError': 'No profiles found', }} - answer_config_browsers = ask('Install adblock?') + #answer_config_browsers = ask('Install adblock?') + answer_config_browsers = True if answer_config_browsers: answer_reset_browsers = ask( 'Reset browsers to safe defaults first?') if global_vars['OS']['Version'] == '10': - answer_config_classicshell = ask('Configure ClassicShell?') - answer_config_explorer_user = ask('Configure Explorer?') + #answer_config_classicshell = ask('Configure ClassicShell?') + #answer_config_explorer_user = ask('Configure Explorer?') + answer_config_classicshell = True + answer_config_explorer_user = True # Cleanup print_info('Cleanup')