diff --git a/scripts/auto_repairs.py b/scripts/auto_repairs.py index 48af9f74..6a28e49b 100644 --- a/scripts/auto_repairs.py +++ b/scripts/auto_repairs.py @@ -171,7 +171,30 @@ PRESETS = { ), 'Options': ( 'Run RKill', - 'Run TDSSKiller (once)', + 'Sync Clock', + ), + }, + 'Minimal Repairs': { + 'Backup Settings': ( + 'Enable RegBack', + 'Enable System Restore', + 'Set System Restore Size', + 'Create System Restore', + 'Backup Browsers', + 'Backup Power Plans', + 'Backup Registry', + ), + 'Windows Repairs': ( + 'CHKDSK', + 'DISM RestoreHealth', + 'SFC Scan', + 'Fix File Associations', + 'Clear Proxy Settings', + 'Disable Pending Renames', + 'Registry Repairs', + ), + 'Options': ( + 'Run RKill', 'Sync Clock', ), },