@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 #######