From 084dbbaada6d9a0e95c722ab070c6327b1f07f3b Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 22 Oct 2022 19:12:23 -0700 Subject: [PATCH] Add Light Malware/Virus Cleanup preset --- scripts/auto_repairs.py | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/scripts/auto_repairs.py b/scripts/auto_repairs.py index f37ccd56..36e9360e 100644 --- a/scripts/auto_repairs.py +++ b/scripts/auto_repairs.py @@ -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 }