frustrating update of KB5034441

Anonymous
2024-01-22T08:05:38+00:00

Microsoft has released a frustrating update of KB5034441 which can not be installed by a common user in any means. it needs to expand the virtual memory in a very technical and the professional way. can anybody help how to install it in any easy way ? or how to permanently by pass this frustrating update? i am using windows 10 pro ver 22h2 infact the worst one of the entire win 10 history because :
ms security is down since last 8 months & there chat helpline and all over the forum has failed to resolve it. microsoft told me that they are not even aware of this. windows security was going auto down, any how i ve purchased a extremely expensive software to fix that.. now ms launched another prb which i ve been asking for a fix. they ve charged me for win 10 pro and after couple of years failed their security in the windows..anyhow.. about KB5034441 any fix ?

Windows for home | Windows 10 | 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

321 answers

Sort by: Oldest
  1. Anonymous
    2024-01-29T17:19:06+00:00

    As far as not being able to login, it's a requirement that all security updates are completed etc. but I'm going to get more info from them to see if it's possible to ignore until it's resolved by Microsoft. Thank you. I'll contact my computer guy for the upgrade info...I'm not techy enough to work through all that with confidence lol. Thanks!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Anonymous
    2024-01-30T02:15:21+00:00

    I've just hidden this pesky update until a time they will decide to fix it.

    I used Powershell:

    Get-ExecutionPolicy 
    

    If it is Restricted:

    Set-ExecutionPolicy RemoteSigned -Scope LocalMachine
    Import-Module PSWindowsUpdate
    Set-ExecutionPolicy -Scope LocalMachine Restricted
    Hide-WindowsUpdate -KBArticleID KB5034441
    
    To check the update status:
    Get-WUList -WithHidden
    

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-01-30T05:39:52+00:00

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments