11 lines
171 B
Batchfile
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 #######
|
||
|
|