w10install/scripts/cleanup-tiles.cmd

10 lines
170 B
Batchfile
Raw Normal View History

2022-12-18 17:24:57 +01:00
@echo off
echo ####### %0 #######
2022-12-18 17:24:57 +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
echo ####### %0 #######