From 14086bba3df0c672fd6c78ef677bb45970ea6e5c Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 25 Mar 2024 21:50:22 -0700 Subject: [PATCH] Add Minimal Repairs preset Addresses issue #52 --- scripts/auto_repairs.py | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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', ), },