This commit is contained in:
Michael H.G. Schmidt 2022-12-18 17:24:57 +01:00
parent 3621589964
commit c189873792
2 changed files with 14 additions and 2 deletions

12
scripts/cleanup-tiles.cmd Normal file
View File

@ -0,0 +1,12 @@
@echo off
set TOOLS=c:\tools
net session >nul 2>&1
if NOT %ERRORLEVEL% == 0 (
echo ERROR: User has NO ADMINISTRATOR rights!
exit /b
)
echo cleaning START menu tiles ...
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1

View File

@ -224,8 +224,8 @@ reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
echo disabling unwanted NETWORK features ...
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
echo cleaning START menu tiles ...
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
rem try to cleanup the tiles in the start menu (only for admins)
call %TOOLS%\scripts\cleanup-tiles.cmd
rem create a statusfile (this codeblock must be executed only once per user) ...
echo 1 >%USERCONFIG_DONE%