Hi,
I have the same issue and did what you said and it still crashes each time. Its getting really annoying this weird bug and I don't want to do a factory reset to see if that fixes it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I have a Windoows 10 64bit machine.
When I select network & Internet settings the dialog opens then closes after few seconds without showing any options or populating the dialog box
Lawrence
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
I have the same issue and did what you said and it still crashes each time. Its getting really annoying this weird bug and I don't want to do a factory reset to see if that fixes it.
Hi Lawrence.
I'm David, and I'm happy to help you.
I understand that when you select "Network & Internet" in Settings, it crashes and does not show any information.
Feel free to correct me if I misunderstood.
Reset the Settings app:
See if the issue is resolved.
If it persists, use the system file checker to repair possible corrupted or missing system files.
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow
If it persists, re-register the Settings app:
Get-AppXPackage -Name Windows.Immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
I hope this helps. Feel free to ask back any questions.