Existe-t-il un moyen de prevent Windows from periodically deciding that my périphérique is a tablet, when it is en fait a laptop?
Existe-t-il un moyen de prevent Windows from periodically deciding that my périphérique is a tablet, when it is en fait a laptop?
On Windows 11, the setting "Optimize taskbar for touch interactions when this périphérique is used as a tablet" causes la barre des tâches to become massive and take up one fifth du écran. Periodically, it keeps re-enabling itself, even though my périphérique n'est pas a tablet, and I jamais use the touch écran functionality. Existe-t-il un moyen de make it stop re-enabling itself?
Re: Existe-t-il un moyen de prevent Windows from periodically deciding that my périphérique is a tablet, when it is en fait a laptop?
-
Use [*regedit.exe*](https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-gpiobuttons-convertibleslatemode) to naviguez vers `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control`
Faites un clic droit `Control` and créer clé `\PriorityControl`.
Faites un clic droit `\PriorityControl` and add "Nouveau > DWORD (32-bit) Value", and set name as `ConvertibleSlateMode`.
Double-cliquez that valeur and réglez-le sur `1`.
## Or
-
Using [*gpedit.msc*](https://learn.microsoft.com/en-us/answers/questions/4005305/my-laptop-is-stuck-in-tablet-mode-in-windows-11) (which can be [installed in Home Windows versions](https://www.majorgeeks.com/content/page/enable_group_policy_editor_in_windows_10_home_edition.html)),
Naviguez vers `Computer Configuration\Administrative Templates\Windows Components\Tablet PC\Touch Input`
Find (or add) "Turn off tablet mode" and réglez-le sur "Enabled".
The GPO edit devrait être less likely to revert to Tablet Mode than using the Registry.
Use [*regedit.exe*](https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-gpiobuttons-convertibleslatemode) to naviguez vers `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control`
Faites un clic droit `Control` and créer clé `\PriorityControl`.
Faites un clic droit `\PriorityControl` and add "Nouveau > DWORD (32-bit) Value", and set name as `ConvertibleSlateMode`.
Double-cliquez that valeur and réglez-le sur `1`.
## Or
-
Using [*gpedit.msc*](https://learn.microsoft.com/en-us/answers/questions/4005305/my-laptop-is-stuck-in-tablet-mode-in-windows-11) (which can be [installed in Home Windows versions](https://www.majorgeeks.com/content/page/enable_group_policy_editor_in_windows_10_home_edition.html)),
Naviguez vers `Computer Configuration\Administrative Templates\Windows Components\Tablet PC\Touch Input`
Find (or add) "Turn off tablet mode" and réglez-le sur "Enabled".
The GPO edit devrait être less likely to revert to Tablet Mode than using the Registry.