Hello
Thank you for your question and reaching out.
- Enable Easy Connect using below command.
netsh int teredo show state
netsh interface ipv6 set teredo client test.ipv6.microsoft.com
- Disable any Antivirus program or Windows firewall you may have for temporary purpose.
- Run sfc /scannow from elevated prompt.
- Run below DISM commands from elevated prompt.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Reboot your Computer
--If the reply is helpful, please Upvote and Accept as answer--