diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index 11ec876b..74322096 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -104,10 +104,10 @@ LAUNCHERS = { 'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"', ], }, - 'Display Cleanup': { + 'Device Cleanup': { 'L_TYPE': 'Executable', - 'L_PATH': 'DisplayCleanup', - 'L_ITEM': 'DisplayCleanup.exe', + 'L_PATH': 'DeviceCleanup', + 'L_ITEM': 'DeviceCleanup.exe', 'L_ELEV': 'True', }, 'Display Driver Uninstaller': {