Hello! Try resetting your internet settings and performing a system repair.
- Open Windows Settings (shortcut CTRL + I) > Go to "Network and Internet" > In "Status", click on the "Network Reset" option (marked in blue).
- Click "Restore now" > Wait for your computer to restart.
- When starting, type "'Command Prompt" in the Search Bar > Right-click on the app > Select '''Run as administrator''.
- Now let's type the following commands.
ATTENTION: Type the entire command on the first line > Press ENTER > Wait for the command to complete > Execute the next command in the list.
netsh winsock reset
netsh int ip reset
netsh advfirewall reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
- Restart your computer.
System Repair
- Open Command Prompt again, and run the commands below:
DISM /Online /Cleanup-image /Restorehealth
sfc /scannow
chkdsk c: /f /x /r
- When the message "...Check next time the system is restarted? (Y/N)" appears, press the Y (Yes) key.
- When finished, turn off your computer properly and turn it on again.