Add Minimal Repairs preset

Addresses issue #52
This commit is contained in:
2Shirt 2024-03-25 21:50:22 -07:00
parent 26843e4b4b
commit 14086bba3d
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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',
),
},