Share via

Update question

Anonymous
2023-05-09T14:20:56+00:00

Why is windows update asking me to install Net framework update 22h2 for windows 10. I have just upgraded to windows 11, so I am finding this confusing.

Thank you for your time.

Windows for home | Windows 11 | Windows update

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-05-09T14:32:55+00:00

    Many Windows 11 users have reported this issue. However, in every case, the old updates vanished automatically after some time.

    Please try clearing the Qmgr cache using PowerShell admin.

    Get-Service -Name wuauserv,bits,cryptsvc | Stop-Service
    

    and

    Remove-Item -Path "$env:ALLUSERSPROFILE\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
    

    If nothing helps, try "david7xw"'s method here → What happens if I update W11 using W10 20H2 updates? - Microsoft Community

    Was this answer helpful?

    0 comments No comments