I need to use one rather poorly-coded application which requires me to use en-US regional settings, or more specifically, the date format needs to be in en-US format when executing that application. I don't want to use en-US date format when I regularly use my PC. I'd like to start this application using just a double-click, without changing the regional settings manually when using it.
I have created a special user as a member of "Administrators" group (this program requires elevation) and set its regional settings to en-US, with the idea to use runas to launch this application using the different user credentials, hoping that if I launched the app this way, it would pick up the given user regional setting.
I have also tried doing this using PsExec from SysInternals Suite.
However, the application still uses my regional settings. My OS is Windows 10 64-bit. Does anyone have an idea?
EDIT: The accepted answer of the linked (possible duplicate) question is the same as what I've already tried (and marked with bold now for clarity).
EDIT2: The application I am trying to launch is 32-bit, but requires elevation.