Add Light Malware/Virus Cleanup preset

This commit is contained in:
2Shirt 2022-10-22 19:12:23 -07:00
parent a91f47b226
commit 084dbbaada
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -134,6 +134,55 @@ PRESETS = {
'Sync Clock',
),
},
'Light Malware/Virus Cleanup': {
'Backup Settings': (
'Enable RegBack',
'Enable System Restore',
'Set System Restore Size',
'Create System Restore',
'Backup Browsers',
'Backup Power Plans',
'Reset Power Plans',
'Set Custom Power Plan',
'Backup Registry',
),
'Windows Repairs': (
'Disable Windows Updates',
'Reset Windows Updates',
'Reboot',
'CHKDSK',
'DISM RestoreHealth',
'SFC Scan',
'Fix File Associations',
'Clear Proxy Settings',
'Disable Pending Renames',
'Registry Repairs',
'Reset UAC',
'Reset Windows Policies',
),
'Malware Cleanup': (
'Disable Defender Scans',
'BleachBit',
'HitmanPro',
'KVRT',
'Enable Defender Scans',
'Remove Custom Power Plan',
),
'Manual Steps': (
'Malwarebytes (Install)',
'Reboot',
'AdwCleaner',
'Malwarebytes (Run)',
'Malwarebytes (Uninstall)',
'UninstallView',
'Enable Windows Updates',
),
'Options': (
'Run RKill',
'Run TDSSKiller (once)',
'Sync Clock',
),
},
'Custom': {}, # Will remain empty at runtime
}