From dfcc717048487ea7520e04bf4e0f2ee719e85c0b Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 24 Jun 2023 19:35:12 -0700 Subject: [PATCH] Open both Microsoft Store and Windows updates Addresses issue #216 --- scripts/wk/cfg/launchers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',