Share via


Windows 10 Tablet Mode Registry options

Question

Wednesday, February 3, 2016 9:47 AM | 1 vote

I found these registry keys to change the first two tablet mode settings:

Tablet mode settings are found in the registry under [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell]

Key: TabletMode
0 = Off
1 = On

Key: SignInMode:
0 = "Automatically switch to Tablet Mode"
1 = "Go to the desktop"
2 = "Remember what I used last"

But I can't find any key for the "When this device automatically switches tablet mode on or off'

Does anyone know what setting I need to control this?

All replies (6)

Tuesday, February 16, 2016 2:40 AM âś…Answered

Hi TrentQu,

My apology for misunderstanding.

Do you mean the registry key to control this one?

Add this:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell]
"ConvertibleSlateModePromptPreference"=dword:
"0"="Don't ask me"
"1" ="Always ask me before switching"
"2" ="Don`t ask me and always switch"

Best regards

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].


Wednesday, February 3, 2016 2:38 PM | 1 vote

There is detailed on registry things regarding Continuum feature in MSDN.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms724875(v=vs.85).aspx

Unfortunately at this moment the page is not opening.

See also:

http://stackoverflow.com/questions/31153664/how-can-i-detect-when-window-10-enters-tablet-mode-in-a-windows-forms-applicatio

S.Sengupta, Windows Experience MVP


Thursday, February 4, 2016 6:17 AM

Hi TrentQu,

Would you please share us more details of the main issue?
" "When this device automatically switches tablet mode on or off'"
Do you mean the tablet mode configuration will be changed automatically?
As far as I know, that registry key(HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\TabletMode) is the only one to control the behavior of tablet mode. We should sign out to make it take effect.

If that option was changed automatically, we could try to audit the that registry key to capture the culprit.

Best regards

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].


Wednesday, February 10, 2016 10:15 AM

The second drop down:


Monday, February 15, 2016 6:07 AM

Hi TrentQu,

Have you referred to my suggestions to have a troubleshoot?

In addition, we could perform a clean boot to troubleshoot whether it is caused by a third party service.

How to perform a clean boot in Windows

https://support.microsoft.com/en-us/kb/929135

Best regards

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].


Monday, February 15, 2016 6:55 AM

I'm not sure what you mean? This is standard on all the Surface Books we just got and brand new installs. I am wanting to control this setting via Group Policy or a registry key, can you tell me what key control that second dropdown menu in the screenshot I provided previously.