Add DeviceCleanup and DDU launchers

This commit is contained in:
2Shirt 2023-02-07 16:15:57 -08:00
parent 7d51112571
commit cf068826f3
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -98,6 +98,18 @@ LAUNCHERS = {
'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"',
],
},
'Device Cleanup': {
'L_TYPE': 'Executable',
'L_PATH': 'DeviceCleanup',
'L_ITEM': 'DeviceCleanup.exe',
'L_ELEV': 'True',
},
'Display Driver Uninstaller': {
'L_TYPE': 'Executable',
'L_PATH': 'DisplayDriverUninstaller',
'L_ITEM': 'Display Driver Uninstaller.exe',
'L_ELEV': 'True',
},
'ERUNT': {
'L_TYPE': 'Executable',
'L_PATH': 'erunt',