From cf068826f3f16c778b81baf9a0f5f88dc9d63a07 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 7 Feb 2023 16:15:57 -0800 Subject: [PATCH] Add DeviceCleanup and DDU launchers --- scripts/wk/cfg/launchers.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index 147b06b0..a559def1 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -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',