From e39a2acf26f8eb465bc2983e509aaa9211472d96 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 21 Oct 2023 18:54:04 -0700 Subject: [PATCH] Add missing launchers --- scripts/wk/cfg/launchers.py | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index d1cfd1d8..06605f06 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -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',