Add Light Malware/Virus Cleanup preset
This commit is contained in:
parent
a91f47b226
commit
084dbbaada
1 changed files with 49 additions and 0 deletions
|
|
@ -134,6 +134,55 @@ PRESETS = {
|
||||||
'Sync Clock',
|
'Sync Clock',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
'Light Malware/Virus Cleanup': {
|
||||||
|
'Backup Settings': (
|
||||||
|
'Enable RegBack',
|
||||||
|
'Enable System Restore',
|
||||||
|
'Set System Restore Size',
|
||||||
|
'Create System Restore',
|
||||||
|
'Backup Browsers',
|
||||||
|
'Backup Power Plans',
|
||||||
|
'Reset Power Plans',
|
||||||
|
'Set Custom Power Plan',
|
||||||
|
'Backup Registry',
|
||||||
|
),
|
||||||
|
'Windows Repairs': (
|
||||||
|
'Disable Windows Updates',
|
||||||
|
'Reset Windows Updates',
|
||||||
|
'Reboot',
|
||||||
|
'CHKDSK',
|
||||||
|
'DISM RestoreHealth',
|
||||||
|
'SFC Scan',
|
||||||
|
'Fix File Associations',
|
||||||
|
'Clear Proxy Settings',
|
||||||
|
'Disable Pending Renames',
|
||||||
|
'Registry Repairs',
|
||||||
|
'Reset UAC',
|
||||||
|
'Reset Windows Policies',
|
||||||
|
),
|
||||||
|
'Malware Cleanup': (
|
||||||
|
'Disable Defender Scans',
|
||||||
|
'BleachBit',
|
||||||
|
'HitmanPro',
|
||||||
|
'KVRT',
|
||||||
|
'Enable Defender Scans',
|
||||||
|
'Remove Custom Power Plan',
|
||||||
|
),
|
||||||
|
'Manual Steps': (
|
||||||
|
'Malwarebytes (Install)',
|
||||||
|
'Reboot',
|
||||||
|
'AdwCleaner',
|
||||||
|
'Malwarebytes (Run)',
|
||||||
|
'Malwarebytes (Uninstall)',
|
||||||
|
'UninstallView',
|
||||||
|
'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