Set the Regional Format to English (United States) after that, HeidiSQL starts in English #91

This commit is contained in:
Michael H.G. Schmidt 2023-02-04 21:36:51 +01:00
parent c796ce2a39
commit cdc7f9ce82

View File

@ -473,6 +473,11 @@ rem re-create "Pictures" in case it was deleted ...
echo Creating "Pictures" folder for snipping tool ...
mkdir "%USERPROFILE%"\Pictures 2>nul
rem HeidiSQL should be in english - always!
echo Setting language of HeidiSQL to english ...
reg add "HKCU\SOFTWARE\HeidiSQL" ^
/v "Language" /d "en" /t REG_SZ /f 1>nul
rem workstation service should run always ...
echo.
echo Starting the workstation service ...