Forum Discussion
Demesh
Mar 01, 2023Copper Contributor
Regional settings issue for client
Hi! We are currently having an issue where the remote app has different regional settings as the Session host it is connected to. We have a session host which is hosting Excel as remote applic...
Varun_Ghildiyal
Mar 07, 2023Iron Contributor
One possible solution to enforce the session host to use the regional settings set on the session host is to modify the registry settings on the remote desktop session host. Here are the steps you can follow:
- On the remote desktop session host, open the Registry Editor by typing "regedit" in the Run command box or the Start menu search box.
- Navigate to the following registry key:HKEY_USERS.DEFAULT\Control Panel\International
- Check the values of the following registry entries:sDecimal sThousand sShortDate sLongDateMake sure that these values are set to the appropriate Dutch settings. If not, change them to the correct values.
- If the values of the registry entries are correct, but the problem persists, you can try creating a new registry key called "UserOverrideKey" under the "International" key. Set the value of this key to "1". This will force the session host to use the regional settings of the user who is connecting to it.To create the "UserOverrideKey" key, follow these steps:
- Right-click on the "International" key and select "New" > "DWORD (32-bit) Value".
- Name the new value "UserOverrideKey".
- Double-click on the "UserOverrideKey" value and set its value data to "1".
- Close the Registry Editor and restart the remote desktop session host.
It worked in my lab setup , would suggest you to make the changes in lab setup first, test it , then deploy it