Create script to remove the Store ... #76

This commit is contained in:
Michael H.G. Schmidt 2023-01-01 18:32:05 +01:00
parent bfe18fd9d1
commit ed7e853f9f

View File

@ -0,0 +1,10 @@
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo removing the Microsoft Store ...
powershell -Command ./uninstall-store.ps1
echo ####### %0 #######