Hi Husain,
This issue also happens when the Windows Time Service is corrupt and it usually gets resolved by unregistering and re-registering the “W32tm” services. W32tm.exe is a command line tool for configuring, monitoring, or troubleshooting the Windows Time Service. It can also be used to diagnose problems with the time service.
Thus, before performing “Refresh” of the computer, you may also try these methods and check the status.
Method 1: Unregister and Re-register “W32tm” using Elevated Command Prompt.
a) Press “Windows Logo” + “Q” keys on the keyboard and type “cmd” in the search box.
b) Right click on the “Command Prompt” icon from the search results and select “Run as administrator”.
c) Run the following commands one by one and press enter after each command on the command prompt window.
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync
d) Restart the computer and check if the issue persists.
If the issue still persists, then check if this is caused by any corrupted or damaged system files on the computer. Please try the next method.
Method 2: Run an SFC Scan
The “sfc /scannow” command scans all protected system files and replaces incorrect versions with correct Microsoft versions.
a) Press “Windows Logo” + “Q” keys on the keyboard and type “cmd” in the search box.
b) Right click on the “Command Prompt” icon from the search results and select “Run as administrator”
c) On the command prompt window, type the following command, and then press “Enter”
sfc /scannow
d) Follow the on-screen instructions and complete the scan.
Method 3:
If the issue still persists, you may have to check the date/time and change the bios clock settings.
**Note:**Modifying BIOS/ complementary metal oxide semiconductor (CMOS) settings incorrectly can cause serious problems that may prevent your computer from booting properly. Microsoft cannot guarantee that any problems resulting from the configuring of BIOS/CMOS settings can be solved. Modifications of the settings are at your own risk.
Hope this helps.
Please post back with the status of the issue and we will be glad to assist you further.