diff --git a/scripts/auto_repairs.py b/scripts/auto_repairs.py index 47e32a2c..5ce9703a 100644 --- a/scripts/auto_repairs.py +++ b/scripts/auto_repairs.py @@ -104,6 +104,36 @@ PRESETS = { 'Sync Clock', ), }, + 'Data Transfer (to a clean Windows install)': { + 'Backup Settings': ( + 'Enable RegBack', + 'Enable System Restore', + 'Set System Restore Size', + 'Reset Power Plans', + 'Set Custom Power Plan', + ), + 'Malware Cleanup': ( + 'Disable Defender Scans', + 'BleachBit', + 'HitmanPro', + 'KVRT', + 'Reboot', + 'Enable Defender Scans', + 'Remove Custom Power Plan', + ), + 'Manual Steps': ( + 'AdwCleaner', + 'Malwarebytes (Install)', + 'Malwarebytes (Run)', + 'Malwarebytes (Uninstall)', + 'Enable Windows Updates', + ), + 'Options': ( + 'Run RKill', + 'Run TDSSKiller (once)', + 'Sync Clock', + ), + }, 'Custom': {}, # Will remain empty at runtime }