Quickly after the introduction of the AKU 2 release of Windows Mobile 5, I noticed a really annoying problem. In previous versions, whenever you left your device on with external power (With power properties set not to turn off the device), the password time out period was disabled. Thus, you could have the device nicely docked in your car, drive along happily, and rest assured that the device wouldn't start prompting your for your password as you operated a 2 ton piece of metal propelled down the highway. Or you could have your device act as an alarm clock and not have to key in your PIN number just to turn the dang thing off in the morning. Life was good.
All that changed with the AKU 2 release. Now that administrators could control the password policies on your device, more control was added to this time-out thing. The most annoying of which was the way it handled always-on power. Now if the device was powered on, but received no input within a set amount of time, BANG - password screen. Effectively annoying GPS users around the world, and promoting lax security habits (for example, I simply stopped using a PIN number - not a good idea!). Now I can see perfectly reasonable arguments why this is a good thing - devices left in a cradle at the office come to mind. Your desktop computer locks automatically after a period of non use, why not your Pocket PC as well. But for some of us that didn't find ourselves in that situation, the new 'feature" was more annoyance than anything.
I'd been mulling over the issue for months, searching bulletin boards for solutions, and finally gave up somewhere in May of this year. But today a ray of hope dawned and what I was searching for was finally found - how to turn back the clock and make things the way they SHOULD be!
XDA-Developers forum member Mutant posted back in June a registry tweak that, at the time, no one really commented on over on that board. The tweak was to change the following registry key:
Code:
HKEY_LOCAL_MACHINE\Comm\Security\LASSD\AE\{50C13377-C66D-400C-889E-C316FC4AB374}- The value called AEFrequencyType will be 1. Change it to 2.
Being the diligent editor I am, I changed it and amazingly, my screen didn't time-out back to the password screen while on external power. Turning the device off and back on again after the time-out produced the desired effects (it prompted me for a password), but the tyranny of always prompting for a password was gone!
One caveat that I discovered is the following: If you open the "Lock" applet in Control Panel to adjust anything (i.e. set a new password, change the time-out), the device will change that 2 back to a 1, making it necessary to change it back one again. This can be annoying, but not nearly as annoying as having to key the password in while driving. It should also be noted that if you have an administrator that has set password policies on your device, you're out of luck - the next time they update your 2 will be overwritten by a 1.
So now my life is a bit easier than it was, anyone else been plagued by this or was I suffering in isolation?