GETAC Tablet Display Issue: Difference between revisions

From TraCS Florida Wiki
No edit summary
No edit summary
Line 1: Line 1:
The following display issues have been identified on GETAC tablets using Windows 11:  
The following display issues have been identified on GETAC tablets using Windows 11:  


:TraCS log in screen docks to the upper left corner and cannot be moved.<br>Dialog are maximized to Full Screen and the options are not visible or clickable.
:TraCS log in screen docks to the upper left corner and cannot be moved. <br>Dialog boxes are maximized to Full Screen and the option buttons are not visible or clickable.


This is due to the machine being in tablet optimization mode.  
This is due to the device being in tablet optimization mode.  


To disable tablet optimization mode, do one of the following:  
To disable tablet optimization mode, do one of the following:  
Line 9: Line 9:
In Windows, navigate to Settings, System, Multitasking, look for Tablet Mode settings and toggle it off.  
In Windows, navigate to Settings, System, Multitasking, look for Tablet Mode settings and toggle it off.  


If you do not have the Tablet Mode setting in Multitasking, Run the command below in an elevated command prompt window then reboot the device.
If you do not have the Tablet Mode setting under Multitasking, run the command below in an elevated command prompt window then reboot the device.


reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v ConvertibilityEnabled /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v ConvertibilityEnabled /t REG_DWORD /d 0 /f

Revision as of 15:16, 7 August 2026

The following display issues have been identified on GETAC tablets using Windows 11:

TraCS log in screen docks to the upper left corner and cannot be moved.
Dialog boxes are maximized to Full Screen and the option buttons are not visible or clickable.

This is due to the device being in tablet optimization mode.

To disable tablet optimization mode, do one of the following:

In Windows, navigate to Settings, System, Multitasking, look for Tablet Mode settings and toggle it off.

If you do not have the Tablet Mode setting under Multitasking, run the command below in an elevated command prompt window then reboot the device.

reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v ConvertibilityEnabled /t REG_DWORD /d 0 /f