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 ####### +