Is there a way to disable the power down messege prompt menu in WM6.5.3 to act like WM6.1 where you don't get a list of options? Battery swap, turn off, sleep, ect...
WM6.5.3 power button prompt// Expert user has replied. |
WM6.5.3 power button prompt// Expert user has replied.Is there a way to disable the power down messege prompt menu in WM6.5.3 to act like WM6.1 where you don't get a list of options? Battery swap, turn off, sleep, ect... |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
3 Replies
John, This reg key should disable it. ;Disable the power key suspend screen [HKEY_LOCAL_MACHINE\Software\Motorola\BattSwap] "DefaultAction" = dword:0000cece "ShowUIOnPwrKey" = dword:00000000 ;End Disable the power key suspend screen Kelly
Is there any way to just have it, default to Swap Battery only?
this will do the trick at least on MPA 2.0 tested. ;Make Battery swap default action of power key[HKEY_LOCAL_MACHINE\Software\Motorola\BattSwap] "DefaultAction" = dword:0xBABA "AllowAutoBattSwap" = dword:00000001 "ShowUIOnPwrKey" = dword:00000000