Add missing launchers

This commit is contained in:
2Shirt 2023-10-21 18:54:04 -07:00
parent 8ab56ae9d8
commit e39a2acf26
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -69,6 +69,12 @@ LAUNCHERS = {
'L_PATH': 'BlueScreenView',
'L_ITEM': 'BlueScreenView.exe',
},
'BCUninstaller': {
'L_TYPE': 'Executable',
'L_PATH': 'BCUninstaller',
'L_ITEM': 'BCUninstaller.exe',
'L_ELEV': 'True',
},
'ConEmu (as ADMIN)': {
'L_TYPE': 'Executable',
'L_PATH': 'ConEmu',
@ -98,6 +104,16 @@ LAUNCHERS = {
'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"',
],
},
'DisplayCleanup': {
'L_TYPE': 'Executable',
'L_PATH': 'DisplayCleanup',
'L_ITEM': 'DisplayCleanup.exe',
},
'DDU': {
'L_TYPE': 'Executable',
'L_PATH': 'DDU',
'L_ITEM': 'Display Driver Uninstaller.exe',
},
'ERUNT': {
'L_TYPE': 'Executable',
'L_PATH': 'erunt',
@ -249,12 +265,6 @@ LAUNCHERS = {
'L_PATH': 'PuTTY',
'L_ITEM': 'PUTTY.EXE',
},
'UninstallView': {
'L_TYPE': 'Executable',
'L_PATH': 'UninstallView',
'L_ITEM': 'UninstallView.exe',
'L_ELEV': 'True',
},
'WizTree': {
'L_TYPE': 'Executable',
'L_PATH': 'WizTree',