w10install/scripts/cleanup-tiles.cmd
Michael H.G. Schmidt 12d13e8c60 .
2022-12-27 19:54:32 +01:00

11 lines
190 B
Batchfile

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