Question "An error occurred while loading the trouble shooter: An unexpected error has occurred. The troubleshooting wizard can't continue." What's going on?

Jun 19, 2022
2
0
10
Only when I run the troubleshooter on a network adapter.

Control Panel\Network and Internet\Network Connections

sV3NgaF.jpg
 
Thats different

Try this
right click start
choose Windows Terminal (Admin)
if it doesn't open as Powershell, click the drop down arrow in the title row and pick Powershell
copy/paste this command into window:

Repair-WindowsImage -Online -RestoreHealth

and press enter

Then type SFC /scannow

and press enter


Restart PC if SFC fixes any files as some fixes require a restart to be implemented

First command repairs the files SFC uses to clean files, and SFC fixes system files

SFC = System File Checker. First command runs DISM - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism?view=windows-11