10 lines
156 B
Batchfile
10 lines
156 B
Batchfile
@echo off
|
|
|
|
echo ####### %0 #######
|
|
|
|
echo Cleaning up tiles in the START menu ...
|
|
powershell -command .\cleanup-tiles.ps1
|
|
|
|
echo ####### %0 #######
|
|
|