From ed7e853f9f858ef2ab0f555e108f3d10d0b5cea1 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 1 Jan 2023 18:32:05 +0100 Subject: [PATCH] Create script to remove the Store ... #76 --- optional/uninstall-store.cmd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 optional/uninstall-store.cmd diff --git a/optional/uninstall-store.cmd b/optional/uninstall-store.cmd new file mode 100644 index 0000000..60dab3b --- /dev/null +++ b/optional/uninstall-store.cmd @@ -0,0 +1,10 @@ +@echo off +set TOOLS=c:\tools + +echo ####### %0 ####### + +echo removing the Microsoft Store ... +powershell -Command ./uninstall-store.ps1 + +echo ####### %0 ####### +