a regisrty key for "Let me set a different input method for each app window"

Anahaym 486 Reputation points
2021-01-06T09:14:23.747+00:00

Hello everyone,

We have implemented a GPO to lock screen with slides:

53958-image.png

Somehow it affected language settings and "Let me set a different input method for each app window" is always unmarked.

53945-image.png

What is the registry key for "Let me set a different input method for each app window"? I would like to overwrite this key with another GPO.

Thank you!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,842 questions
{count} votes

Accepted answer
  1. Castorix31 86,316 Reputation points
    2021-01-06T09:37:51.867+00:00

    > What is the registry key for "Let me set a different input method for each app window"?

    The key is :
    HKEY_CURRENT_USER\Control Panel\Desktop
    Value : UserPreferencesMask
    (old doc : UserPreferencesMask)

    (Windows uses the API SystemParametersInfo with SPI_SETTHREADLOCALINPUTSETTINGS flag


1 additional answer

Sort by: Most helpful
  1. Anahaym 486 Reputation points
    2021-01-06T11:11:00.533+00:00

    thank you very much!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.