w10install/scripts/cleanup-tiles.cmd

11 lines
190 B
Batchfile
Raw Normal View History

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