2022-12-18 17:24:57 +01:00
|
|
|
@echo off
|
|
|
|
|
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 ...
|
2023-02-20 09:24:42 +01:00
|
|
|
powershell -command .\cleanup-tiles.ps1
|
2022-12-18 17:24:57 +01:00
|
|
|
|
2022-12-27 11:31:44 +01:00
|
|
|
echo ####### %0 #######
|
|
|
|
|