w10install/scripts/cleanup-tiles.cmd
Michael H.G. Schmidt 1a89bb1ebc hardcoding removsal
2023-02-20 09:24:42 +01:00

10 lines
156 B
Batchfile

@echo off
echo ####### %0 #######
echo Cleaning up tiles in the START menu ...
powershell -command .\cleanup-tiles.ps1
echo ####### %0 #######