Create script to remove the Store ... #76
This commit is contained in:
parent
bfe18fd9d1
commit
ed7e853f9f
10
optional/uninstall-store.cmd
Normal file
10
optional/uninstall-store.cmd
Normal 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 #######
|
||||||
|
|
Loading…
Reference in New Issue
Block a user