Having problems synchronizing with time server. Interfering with Windows Store.

DeadlockOfDeath 0 Reputation points
2023-07-23T21:57:59.96+00:00

This has been a problem since I first built this PC. I have tried a ton of things including running the following commads:

w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /manualpeerlist:<time.windows.com> /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
w32tm /query /status
w32tm /query /configuration

I have tried a ton of things but it seems like no matter what I do it keeps on wanting to draw time from the motherboard instead of time.windows.com.

PS C:\WINDOWS\system32> w32tm /query /source
Local CMOS Clock

Annotation 2023-07-23 175307

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2023-07-23T22:01:44.18+00:00

    Try;

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    
    

    then check

    w32tm /query /source
    w32tm /query /configuration
    
    

    https://tf.nist.gov/tf-cgi/servers.cgi

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Anonymous
    2023-07-23T22:08:50.5+00:00

    peer is unresolved

    This is likely a problematic DNS server being used. Also note that some ISPs block NTP access.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. DeadlockOfDeath 0 Reputation points
    2023-07-23T23:59:12.51+00:00

    Not Working:

    Microsoft Windows [Version 10.0.19045.2965]
    (c) Microsoft Corporation. All rights reserved.
    C:\WINDOWS\system32>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : PC-Samuel
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Ethernet:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek Gaming 2.5GbE Family Controller
       Physical Address. . . . . . . . . : D8-5E-D3-8A-EC-A0
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Local Area Connection* 9:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
       Physical Address. . . . . . . . . : AC-82-47-C6-DF-14
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Local Area Connection* 10:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
       Physical Address. . . . . . . . . : AE-82-47-C6-DF-13
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Wi-Fi:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) Wi-Fi 6E AX210 160MHz
       Physical Address. . . . . . . . . : AC-82-47-C6-DF-13
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 192.168.1.151(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Sunday, July 23, 2023 7:33:47 PM
       Lease Expires . . . . . . . . . . : Sunday, July 23, 2023 9:41:44 PM
       Default Gateway . . . . . . . . . : 192.168.1.1
       DHCP Server . . . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 8.8.8.8
                                           8.8.4.4
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Ethernet adapter Bluetooth Network Connection:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
       Physical Address. . . . . . . . . : AC-82-47-C6-DF-17
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    C:\WINDOWS\system32>tracert 8.8.8.8
    Tracing route to dns.google [8.8.8.8]
    over a maximum of 30 hops:
      1     1 ms    <1 ms     1 ms  192.168.1.1
      2     *        *        *     Request timed out.
      3    12 ms    10 ms    10 ms  10.2.2.30
      4    14 ms    16 ms    13 ms  bbr01.be31.prhuc01.libertypr.net [24.171.212.81]
      5    13 ms    15 ms    13 ms  ibr02.be22.prsju01.libertypr.net [24.171.212.49]
      6    40 ms    40 ms    43 ms  69.79.102.34
      7    41 ms    44 ms    39 ms  ae1-brx-mx2020-1.boca-raton.fl.usa.cwc.com [69.79.100.4]
      8    43 ms    45 ms    44 ms  69.79.101.51
      9    51 ms    49 ms    43 ms  108.170.253.1
     10    43 ms    42 ms    42 ms  142.251.66.75
     11    47 ms    42 ms    44 ms  dns.google [8.8.8.8]
    Trace complete.
    C:\WINDOWS\system32>
    
    

    Working:

    C:\WINDOWS\system32>ipconfig /all
    
    Windows IP Configuration
    
       Host Name . . . . . . . . . . . . : PC
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    
    Ethernet adapter Ethernet:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 60-45-CB-81-0F-8F
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Local Area Connection* 10:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
       Physical Address. . . . . . . . . : 88-D8-2E-E6-4A-B1
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Local Area Connection* 11:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
       Physical Address. . . . . . . . . : 8A-D8-2E-E6-4A-B0
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Wi-Fi 2:
    
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) Wi-Fi 6E AX210 160MHz
       Physical Address. . . . . . . . . : 88-D8-2E-E6-4A-B0
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 192.168.1.140(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Sunday, July 23, 2023 3:45:27 PM
       Lease Expires . . . . . . . . . . : Sunday, July 23, 2023 9:31:22 PM
       Default Gateway . . . . . . . . . : 192.168.1.1
       DHCP Server . . . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 192.168.1.1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    
    Ethernet adapter Bluetooth Network Connection:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
       Physical Address. . . . . . . . . : 88-D8-2E-E6-4A-B4
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    C:\WINDOWS\system32>tracert 8.8.8.8
    
    Tracing route to dns.google [8.8.8.8]
    over a maximum of 30 hops:
    
      1     1 ms     1 ms     1 ms  192.168.1.1
      2     *        *        *     Request timed out.
      3    10 ms    10 ms    12 ms  10.2.2.30
      4    13 ms    10 ms     9 ms  bbr01.be31.prhuc01.libertypr.net [24.171.212.81]
      5    14 ms    13 ms    12 ms  ibr02.be22.prsju01.libertypr.net [24.171.212.49]
      6    40 ms    40 ms    40 ms  69.79.102.34
      7    41 ms    45 ms    44 ms  ae1-brx-mx2020-1.boca-raton.fl.usa.cwc.com [69.79.100.4]
      8    42 ms    49 ms    42 ms  69.79.101.51
      9    44 ms    43 ms    45 ms  108.170.253.1
     10    47 ms    44 ms    42 ms  142.251.66.75
     11    44 ms    42 ms    42 ms  dns.google [8.8.8.8]
    
    Trace complete.
    
    C:\WINDOWS\system32>
    

  4. Anonymous
    2023-07-24T00:11:18.35+00:00

    Something deeper is likely broken on the non-working one. You could try a repair install of the operating system by running setup.exe from the root of the install media, but time may be better spent clean installing it.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  5. abbodi86 4,036 Reputation points
    2023-07-24T01:51:32.5566667+00:00

    The correct config command should be without <>:

    w32tm /config /syncfromflags:manual /manualpeerlist:"time.windows.com,0x8" /reliable:yes /update
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.