Windows 10 tablet mode Registry setting: Remember what I last used

fac7orx picture fac7orx · Sep 16, 2015 · Viewed 7.6k times · Source

I already have the registry key to disable tablet mode, but if I restart it puts it back into tablet mode unless I change "sign in" to "Remember what I last used". Here is a picture of what I am talking about.

http://i1379.photobucket.com/albums/ah134/fac7orx2/tablet%20mode%20last%20used22_zpsinqpghnl.png

I need to do this for an installer, so I want to change the registry key for "sign in" to "Remember what I last used". Thanks.

Answer

bgraham picture bgraham · Jan 26, 2016

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

The two important keys for you are TabletMode and SignInMode (you may have to create them).

TabletMode:

0 = Off
1 = On

SignInMode:

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