Forum Discussion
@sealsdragonTry to reset network connections: Open PowerShell or CMD and run as administrator, copy and paste the following commands by pressing enter at the end of each command line:
netsh winsock reset
netsh int ip reset
netsh advfirewall reset
netsh winhttp reset proxy
ipconfig /release
ipconfig /renew
ipconfig /flushdns
after this reboot pc
then again:
Type cmd in Windows search
Right-click on Command Prompt and pick Run as administrator
When User Account Control shows up, click Yes
Use the following command lines, pressing Enter after each (make sure you wait till each of the commands is executed properly):
sfc /scannow (after this check note errors/fix if there are any)
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Restart your system.
Whats next? 🙂