w10install/optional/uninstall-store.cmd

11 lines
171 B
Batchfile
Raw Normal View History

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