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',