I want to programatically uncheck the "automatically adjust the clock for daylight savings" check box from a compact framework application running in WinCE.
Google searches indicate that you can do this in Windows by setting the DisableAutoDaylightTimeSet value under the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation key. This key doesn t appear to exist in WinCE. Is there a different way to do this in WinCE?