Always configure browsers/classicshell/explorer
This commit is contained in:
parent
ed3323fffb
commit
b42f393a1a
1 changed files with 6 additions and 3 deletions
|
|
@ -25,13 +25,16 @@ if __name__ == '__main__':
|
||||||
'NotInstalledError': 'Not installed',
|
'NotInstalledError': 'Not installed',
|
||||||
'NoProfilesError': 'No profiles found',
|
'NoProfilesError': 'No profiles found',
|
||||||
}}
|
}}
|
||||||
answer_config_browsers = ask('Install adblock?')
|
#answer_config_browsers = ask('Install adblock?')
|
||||||
|
answer_config_browsers = True
|
||||||
if answer_config_browsers:
|
if answer_config_browsers:
|
||||||
answer_reset_browsers = ask(
|
answer_reset_browsers = ask(
|
||||||
'Reset browsers to safe defaults first?')
|
'Reset browsers to safe defaults first?')
|
||||||
if global_vars['OS']['Version'] == '10':
|
if global_vars['OS']['Version'] == '10':
|
||||||
answer_config_classicshell = ask('Configure ClassicShell?')
|
#answer_config_classicshell = ask('Configure ClassicShell?')
|
||||||
answer_config_explorer_user = ask('Configure Explorer?')
|
#answer_config_explorer_user = ask('Configure Explorer?')
|
||||||
|
answer_config_classicshell = True
|
||||||
|
answer_config_explorer_user = True
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
print_info('Cleanup')
|
print_info('Cleanup')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue