bugfix: access rights in start menu for normal users fixed

This commit is contained in:
Michael H.G. Schmidt 2023-02-14 12:14:13 +01:00
parent bf483549cb
commit 1fbb1e5eba

View File

@ -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 ===========