diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index da31d3e2..d1cfd1d8 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -15,11 +15,12 @@ LAUNCHERS = { 'L_ITEM': 'auto_repairs.py', 'L_ELEV': 'True', }, - '2) Windows Updates': { + '2) Store & Windows Updates': { 'L_TYPE': 'Executable', 'L_PATH': r'%SystemRoot%\System32', 'L_ITEM': 'control.exe', 'L_ARGS': 'update', + 'Extra Code': ['explorer ms-windows-store:updates'], }, '3) Snappy Driver Installer Origin': { 'L_TYPE': 'PyScript',