So, I have set my keyboard language setting as "per app" (not global as Win 10 default) and I use some apps only with English layout, but when I run them, they always start with Russian keyboard layout. Is it possible to run an app with English layout preset (say, cmd)? Ideally, I'd like to change my .lnk files in some fashion like
C:\some path\anApp.exe
C:\Windows\System32\cmd.exe --keyboard-language en-us
C:\some path\anotherApp.exe --keyboard-language ru
so that they launch the app in that way; but cmd or AutoHotKey scripts are also acceptable.