parent
41dba79e56
commit
b97e51fe65
1 changed files with 12 additions and 10 deletions
|
|
@ -53,15 +53,15 @@ BASE_MENUS = {
|
||||||
MenuEntry('Reset Windows Policies', 'auto_reset_windows_policies'),
|
MenuEntry('Reset Windows Policies', 'auto_reset_windows_policies'),
|
||||||
),
|
),
|
||||||
'Malware Cleanup': (
|
'Malware Cleanup': (
|
||||||
MenuEntry('Disable Defender Scans', 'auto_disable_defender'),
|
MenuEntry('Disable Defender Scans', 'auto_disable_defender', selected=False),
|
||||||
MenuEntry('BleachBit', 'auto_bleachbit'),
|
MenuEntry('BleachBit', 'auto_bleachbit'),
|
||||||
MenuEntry('HitmanPro', 'auto_hitmanpro'),
|
MenuEntry('HitmanPro', 'auto_hitmanpro'),
|
||||||
MenuEntry('KVRT', 'auto_kvrt'),
|
MenuEntry('KVRT', 'auto_kvrt'),
|
||||||
MenuEntry('EmsisoftCmd', 'auto_emsisoft_cmd_run'),
|
MenuEntry('EmsisoftCmd', 'auto_emsisoft_cmd_run', selected=False),
|
||||||
MenuEntry(REBOOT_STR, 'auto_reboot'),
|
MenuEntry(REBOOT_STR, 'auto_reboot', selected=False),
|
||||||
MenuEntry('EmsisoftCmd (Uninstall)', 'auto_emsisoft_cmd_uninstall'),
|
MenuEntry('EmsisoftCmd (Uninstall)', 'auto_emsisoft_cmd_uninstall', selected=False),
|
||||||
MenuEntry('Enable Defender Scans', 'auto_enable_defender'),
|
MenuEntry('Enable Defender Scans', 'auto_enable_defender', selected=False),
|
||||||
MenuEntry('Windows Defender', 'auto_microsoft_defender'),
|
MenuEntry('Windows Defender', 'auto_microsoft_defender', selected=False),
|
||||||
MenuEntry('Remove Custom Power Plan', 'auto_remove_power_plan'),
|
MenuEntry('Remove Custom Power Plan', 'auto_remove_power_plan'),
|
||||||
),
|
),
|
||||||
'Manual Steps': (
|
'Manual Steps': (
|
||||||
|
|
@ -119,12 +119,10 @@ PRESETS = {
|
||||||
'Enable Windows Updates',
|
'Enable Windows Updates',
|
||||||
),
|
),
|
||||||
'Options': (
|
'Options': (
|
||||||
'Run RKill',
|
|
||||||
'Run TDSSKiller (once)',
|
|
||||||
'Sync Clock',
|
'Sync Clock',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
'Light Malware/Virus Cleanup': {
|
'Full Malware/Virus Cleanup': {
|
||||||
'Backup Settings': (
|
'Backup Settings': (
|
||||||
'Enable RegBack',
|
'Enable RegBack',
|
||||||
'Enable System Restore',
|
'Enable System Restore',
|
||||||
|
|
@ -155,7 +153,11 @@ PRESETS = {
|
||||||
'BleachBit',
|
'BleachBit',
|
||||||
'HitmanPro',
|
'HitmanPro',
|
||||||
'KVRT',
|
'KVRT',
|
||||||
|
'EmsisoftCmd',
|
||||||
|
REBOOT_STR,
|
||||||
|
'EmsisoftCmd (Uninstall)',
|
||||||
'Enable Defender Scans',
|
'Enable Defender Scans',
|
||||||
|
'Windows Defender',
|
||||||
'Remove Custom Power Plan',
|
'Remove Custom Power Plan',
|
||||||
),
|
),
|
||||||
'Manual Steps': (
|
'Manual Steps': (
|
||||||
|
|
@ -164,7 +166,7 @@ PRESETS = {
|
||||||
'AdwCleaner',
|
'AdwCleaner',
|
||||||
'Malwarebytes (Run)',
|
'Malwarebytes (Run)',
|
||||||
'Malwarebytes (Uninstall)',
|
'Malwarebytes (Uninstall)',
|
||||||
'UninstallView',
|
'Bulk Crap Uninstaller',
|
||||||
'Enable Windows Updates',
|
'Enable Windows Updates',
|
||||||
),
|
),
|
||||||
'Options': (
|
'Options': (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue