bugfixing

This commit is contained in:
Michael H.G. Schmidt 2021-03-02 14:21:58 +01:00
parent 6052f2effa
commit 203ae9f580
3 changed files with 6 additions and 5 deletions

View File

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

View File

@ -25,6 +25,6 @@ rem remove autostart for em-Client ...
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
/v "eM Client" /f
taskkill /F /IM SystemSettings.exe2>nul
taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 #######

View File

@ -10,7 +10,7 @@ echo activating AEROLITE theme ...
powershell -command "Start-Process %THEMES%\aerolite.theme"
@echo off
taskkill /F /IM SystemSettings.exe2>nul
taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 #######