Setting\Personal\Buttons\ Lock tab

  • Thread starter Thread starter Dominic A
  • Start date Start date
D

Dominic A

When device is off:

Lock all..
Do not lock..
Lock button..


Any one know where these setting are stored ? or how to update ?

Thanks

Dom
 
Sorry, to add:

VS 2005 Vb.net CF2SP1

Thanks

Dom
When device is off:

Lock all..
Do not lock..
Lock button..


Any one know where these setting are stored ? or how to update ?

Thanks

Dom
 
You can almost bet that they're in the registry. Use the standard trick,
export the registry using Remote Registry Editor, change the setting on the
device manually, export the registry again, compare the two exported
versions, to figure out where, exactly the settings are stored.

Paul T.
 
Thanks,

Is there a standard tool to do a compare ?

Otherwise that's a lot of entries to check ?

Thanks in advance

Dom


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
 
Well, you're running Windows. You can use the FC command line tool in a DOS
window. You don't have a program editor that will compare two text files?
I don't think I'd survive without that ability...

Paul T.

Dominic said:
Thanks,

Is there a standard tool to do a compare ?

Otherwise that's a lot of entries to check ?

Thanks in advance

Dom


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
You can almost bet that they're in the registry. Use the standard trick,
export the registry using Remote Registry Editor, change the setting on
the device manually, export the registry again, compare the two exported
versions, to figure out where, exactly the settings are stored.

Paul T.
 
Hehe, me too, VS 6.0 has a tool called windiff, and you can apparently
download it here:

http://www.grigsoft.com/download-windiff.htm

Matt
Well, you're running Windows. You can use the FC command line tool in a DOS
window. You don't have a program editor that will compare two text files?
I don't think I'd survive without that ability...

Paul T.

Dominic said:
Thanks,

Is there a standard tool to do a compare ?

Otherwise that's a lot of entries to check ?

Thanks in advance

Dom


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
You can almost bet that they're in the registry. Use the standard trick,
export the registry using Remote Registry Editor, change the setting on
the device manually, export the registry again, compare the two exported
versions, to figure out where, exactly the settings are stored.

Paul T.

When device is off:

Lock all..
Do not lock..
Lock button..


Any one know where these setting are stored ? or how to update ?

Thanks

Dom
 
That worked.

Still new, finding out about these lovely new tools.

Quick note for any one that's interested the details are kept in this key:

[HKEY_CURRENT_USER\ControlPanel\Keybd]
"DefaultKeyLock"=dword:00000000

Thanks

Dom
 
Back
Top