I have a mobile application which was developed using .NET Compact Framework 3.5 and running on Windows Mobile 6.5
I want to prevent users to change date and time settings. Setting the "Use network time" option in Cellular Network properties satisfy my requirements but i want to enable this setting programmaticaly. Is there a way to do this via registry?
Note: I know i can do it manually by synchronizing the device's date with server date but i don't want to do this because in case the server's date changes, all devices will have the wrong date setting.