View Single Post
  #6 (permalink)  
Old 12-22-2008, 09:21 PM
auto_exec's Avatar
auto_exec
PPCGeeks Regular
Offline
Location: Chicago
 
Join Date: Jul 2007
Posts: 97
Reputation: 90
auto_exec is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Unlocking Options with Exchange Password

Quote:
Originally Posted by mwfielder View Post
Just tried the trial of Throttlelock. It does not remove the need of the numeric password for exchange sync'ing.....
Hey... dunno if this helps, but here's what I do... I wrote up a simple MortScript that does the following (attaching to this post):

Code:
RegWriteDWord("HKLM","Security\Policies\Policies","00001023",1)
After you run that the first time, you can go into Start -> Settings -> Lock and make sure your settings are as follows:


1) "Prompt if unused for" checked
2) set to 24 hours
3) Simple PIN (with my PIN of choice entered)


Then, since the Exchange server policy gets reapplied daily (once a day as far as I can tell), when I see the lock prompt happen the first time (usually late at night or early AM for me), I unlock with my PIN and run the mortscript once manually. This basically resets the policy to prompt me every 24 hours instead of every 5 minutes... which means I never see that PIN prompt for the rest of the day (except on startup).. and for me, unlocking and running the mortscript once a day isn't the end of the world.

I've considered writing the MortScript to monitor for the reg change (say every 5 minutes or something) and auto-apply the fix, but I wasn't sure how that might affect battery life (and my Touch Pro doesn't need any more excuses to have it's battery drained )...
Attached Files
File Type: zip outlook security.zip (203 Bytes, 5 views) Click for barcode!

Last edited by auto_exec; 12-22-2008 at 09:23 PM. Reason: added attachment
Reply With Quote