Add Data Transfer preset to Auto Repairs
This commit is contained in:
parent
b91030fde4
commit
5670591035
1 changed files with 30 additions and 0 deletions
|
|
@ -104,6 +104,36 @@ PRESETS = {
|
||||||
'Sync Clock',
|
'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
|
'Custom': {}, # Will remain empty at runtime
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue