Expedition Navigation Software
Offline
Hi,
I'm interested in having the GPS time as system time. But when I'm clicking "Set clock from GPS", then I get the message "Unable to set computer time from GPS".
What could be my error?
GPS-fix with time is available.
Thanks
Offline

Olli
I've played around with this issue in the past and it seems to be an ongoing challenge. Each successive version of Windows locks the system down further and further and in general an application under Windows 10 is not expected to change the systemTime. The application would need Administrator rights.
More specifically it needs SE_SYSTEMTIME_NAME privilege. You can read more about it here.
The calling process must have the SE_SYSTEMTIME_NAME privilege. This privilege is disabled by default. TheSetSystemTime function enables the SE_SYSTEMTIME_NAME privilege before changing the system time and disables the privilege before returning. For more information, see Running with Special Privileges=16px.
I'd love if Nick could find a way to implement it reliably but I think it is simply too dependent on the Windows configuration. If anyone has had any success with this on a recent version of Windows then maybe they could share with the group.
Offline
Yes, that is exactly the problem.
Offline
Hi. W11 and expv12.5.5 is possible to set Windows clock with GPS Time if you always open Exp running as administrator. Very useful if you need to sync post analysis software with log and events data.
Offline

@gonzgo - thats very useful. syncing to GPS time will help align logs, race starts etc.
I tried it using older logs and it set the system clock based on the gps time in the log. A bit jarring but ultimately correct. Just watch out for that. More useful when you have a live GPS feed!