w10install/scripts/uninstall-apps.cmd

11 lines
155 B
Batchfile
Raw Permalink Normal View History

2021-09-06 13:17:53 +02:00
@echo off
echo ####### %0 #######
echo starting powershell script ...
powershell -command .\uninstall-apps.ps1
echo.
echo ####### %0 #######