Hello,
Based on the symptoms, this usually points to a conflict with Secure Time Seeding or Fast Startup features in the new Windows update (likely 24H2).
Here is the solution to resolve this:
Step 1: Disable "Secure Time Seeding"
- Open Registry Editor (regedit) as Administrator.
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config - Locate UtilizeSslTimeData.
- Change the value to 0.
- Restart the laptop.
Step 2: Reset the Windows Time Service Configuration
Run the following commands in an Administrator Command Prompt:
net stop w32time
w32tm /unregister
w32tm /registernet start w32time
w32tm /resync /rediscover
Step 3: Disable Fast Startup
- Open Control Panel > Power Options > Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Uncheck Turn on fast startup.
- Save changes.
Please let me know if this stabilizes the time on your laptops. I am happy to follow up if you need further assistance.
If this answer solved your issue, please click "Accept Answer". This helps others with the same problem find the solution.