From 1fbb1e5eba4148cb788ccadc5ad7fea1f6dc8bde Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 14 Feb 2023 12:14:13 +0100 Subject: [PATCH] bugfix: access rights in start menu for normal users fixed --- tools/logon.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/logon.cmd b/tools/logon.cmd index 5c8c0e6..1efa1b3 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -382,6 +382,11 @@ if %ERRORLEVEL% == 0 ( move /Y %STARTMENU_PUBLIC%\"Immersive Control Panel.lnk" ^ %STARTMENU_PUBLIC%\"System Tools" 2>nul + rem setting permissions for normal users ... + icacls %STARTMENU_PUBLIC%\"System Tools"\* /grant Users:R 1>nul 2>nul + icacls %STARTMENU_PUBLIC%\"Administrative Tools"\* /grant Users:R 1>nul 2>nul + icacls %STARTMENU_PUBLIC%\Accessories\* /grant Users:R 1>nul 2>nul + ) else ( rem ===========