Dear List,

I need to make some changes to the registry via a Cab Provisioning File. For
example, I need to force the Clock Settings to be GMT London, Dublin, in case
the wrong settings are entered on install, or following a hard reset.

Looking at the Clock Registry Key Value Pairs I see we have -

AppInfo
AppState
GMT_OFFSET
HomeDST
TZIndex

I need to know *exactly* what each of these Key-Value pairs is responsible
for doing and what values should be entered to make the right changes.

Is there a place on the MSDN website which details information such as this?
i.e. what values correspond to the various settings. I may need to change
other registry settings other than Clock as well, so is there some general
place which documents all this information for all the Microsoft\Software ?

Thanks in advance,

Best Regards,
David Ross

RE: Registry Information Settings by TonyHudson

TonyHudson
Fri Feb 03 11:10:01 CST 2006

I would suggest performing a coldboot on the device without setting any of
the options then obtain a full registry snapshot saving it to your PC hard
drive.

Perform a coldboot again, but this time set all of the options that you
require and then obtain a second registry snapshot.

A comparison of the two snapshots will highlight the registry keys that you
need to change.

--
Tony Hudson


"David++" wrote:

> Dear List,
>
> I need to make some changes to the registry via a Cab Provisioning File. For
> example, I need to force the Clock Settings to be GMT London, Dublin, in case
> the wrong settings are entered on install, or following a hard reset.
>
> Looking at the Clock Registry Key Value Pairs I see we have -
>
> AppInfo
> AppState
> GMT_OFFSET
> HomeDST
> TZIndex
>
> I need to know *exactly* what each of these Key-Value pairs is responsible
> for doing and what values should be entered to make the right changes.
>
> Is there a place on the MSDN website which details information such as this?
> i.e. what values correspond to the various settings. I may need to change
> other registry settings other than Clock as well, so is there some general
> place which documents all this information for all the Microsoft\Software ?
>
> Thanks in advance,
>
> Best Regards,
> David Ross