2022-12-18 17:24:57 +01:00
|
|
|
@echo off
|
2022-12-27 19:54:32 +01:00
|
|
|
set TOOLS=c:\tools
|
2022-12-18 17:24:57 +01:00
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo ####### %0 #######
|
2022-12-18 17:24:57 +01:00
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo Cleaning up tiles in the START menu ...
|
2022-12-18 17:24:57 +01:00
|
|
|
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
|
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo ####### %0 #######
|
|
|
|
|