New
#1
Windows 10 no internet connection after system restore / uwp reset.
I had issues with Windows Update failing to install 20H2 update (error 0x80070032) and I used UWP reset script and system restore. It seems that one of these things completely destroyed my network connectivity to the point where I am unable to fix it.
Network connections appear as "No internet, secured" and in few troubleshooting attempts I got informed that DNS server is not responding (sometimes troubleshooting will report that no issues have been found).
Things I already tried:
- resetting network setting
- using built-in connectivity troubleshooting
- manually changing DNS servers to 1.1.1.1 / 8.8.8.8
- ipconfig /flushdns /registerdns /release /renew
- NETSH winsock reset catalog / reset reset.log
- different system restore points
- startup repair tool (failed with unable to repair startup message)
- reinstalling adapter drivers.
None of this worked and I want to try everything before I will reset the system.
Informations:
- Device: Razer Blade Advanded 2021 (i7 11th gen)
- Windows version: 21H1 (OS Build 19043.2130)
UWP reset script:
Get-AppxPackage -AllUsers | For each app: Add-AppxPackage -DisableDevelopmentMode -Register "$($_InstallLocation)\AppXManifest.xml"