w10install/scripts/cleanup-tiles.cmd

10 lines
156 B
Batchfile
Raw Permalink 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 ...
2023-02-20 09:24:42 +01:00
powershell -command .\cleanup-tiles.ps1
2022-12-18 17:24:57 +01:00
echo ####### %0 #######