w10install/optional/uninstall-store.cmd
2023-01-01 18:32:05 +01:00

11 lines
171 B
Batchfile

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