w10install/scripts/cleanup-tiles.cmd
2022-12-27 11:31:44 +01:00

10 lines
170 B
Batchfile

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