From cdc7f9ce8288b922ca034c6e00026058c15bbbd5 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 4 Feb 2023 21:36:51 +0100 Subject: [PATCH] Set the Regional Format to English (United States) after that, HeidiSQL starts in English #91 --- tools/logon.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/logon.cmd b/tools/logon.cmd index ce607a3..a3af93e 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -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 ...