bugfix: access rights in start menu for normal users fixed
This commit is contained in:
parent
bf483549cb
commit
1fbb1e5eba
@ -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 ===========
|
||||
|
Loading…
Reference in New Issue
Block a user