Discuss Pocket PC software here.
Mar 25th, 2008, 4:54 pm
Hi

Just a false noob question

My company blocked the lock functionality - I have to enter my 8 characters paswoord each 15 minutes and blocked acces to lock parameters

I installed a simple reg editor and find I have to change registry HKLM\Security\Policies\Policies\00001023 to 1 to have acces to those parameters

Now I would like to write a cab to lock or unlock acces to the lock parameters

I tryed this but it doesn't work

What is wrong ??

THX

<Unlock_lock>
<characteristic type="Registry">
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="00001023" value="1" datatype="integer" />
</characteristic>
</characteristic>
</Unlock_lock>
----------------------------------------------------------
<Lock_lock>
<characteristic type="Registry">
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="00001023" value="0" datatype="integer" />
</characteristic>
</characteristic>
</Lock_lock>
Mar 25th, 2008, 4:54 pm