bugfixing
This commit is contained in:
parent
6052f2effa
commit
203ae9f580
@ -149,9 +149,6 @@ echo.
|
||||
call install-desktoplinks.cmd
|
||||
echo.
|
||||
|
||||
call install-logonscript.cmd
|
||||
echo.
|
||||
|
||||
call install-dbbrowser.cmd
|
||||
echo.
|
||||
|
||||
@ -164,6 +161,10 @@ echo.
|
||||
call install-xnview.cmd
|
||||
echo.
|
||||
|
||||
rem should be done as late as possible ...
|
||||
call install-logonscript.cmd
|
||||
echo.
|
||||
|
||||
rem add full access rights to all users on public icons!
|
||||
icacls %PUBLIC%\Desktop\*.lnk /grant Users:F
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user