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')