Windows 10: why Windows 11 update constantly trying to install 3 different Version of the PowerShell?

Discus and support why Windows 11 update constantly trying to install 3 different Version of the PowerShell? in Windows 10 Gaming to solve the problem; Hi,For the last several months, the Windows 11 update constantly is trying to install 3 different Versions of the PowerShell, and no matter what I do... Discussion in 'Windows 10 Gaming' started by GIVISOLTANI, Jul 6, 2025 at 1:02 PM.

  1. why Windows 11 update constantly trying to install 3 different Version of the PowerShell?


    Hi,For the last several months, the Windows 11 update constantly is trying to install 3 different Versions of the PowerShell, and no matter what I do it keeps coming back with the same 3 version and "Retry" and "Install all" options. I already have PowerShell 7.5.2Ver installed on this PC from GitHub . Please see attached cut and paste below.Thank you,Givi

    :)
     
    GIVISOLTANI, Jul 6, 2025 at 1:02 PM
    #1

  2. [Windows 10] hide/prohibit install of specific Windows Update

    Edit: Try "Show or hide updates" troubleshooter package first and let us know if it works for you.


    Adapted from Preventing a certain Windows Update from installing on Windows 10 by Igal Tabachnik.
    • Uninstall the problematical driver/update.
    • Restart the computer, if necessary, and/or switch to an administrator account.
    • Download Windows Update PowerShell Module and extract it to: %WINDIR%\System32\WindowsPowerShell\v1.0\Modules After doing so, you will have a %WINDIR%\System32\WindowsPowerShell\v1.0\Modules\PSWindowsUpdate folder with a bunch of files.
    • Start -> All Apps -> expand Windows PowerShell -> right-click on Windows PowerShell and select Run as Administrator. This is very important or you'll get errors in Windows PowerShell.
    • Now you should see the PowerShell window and you'll have to enter a series of commands. First order of business is loading up PSWindowsUpdate. Note: You have to do this every time you restart PowerShell and want to use PSWindowsUpdate commands!
      CommandDescriptionSet-ExecutionPolicy Unrestricted -ForceAllows the use of unsigned PowerShell scripts.Import-Module PSWindowsUpdateLoads PSWindowsUpdateSet-ExecutionPolicy Restricted -ForceClose the potential security hole.
    • Enter Get-WUList. This command will take a little while to execute. It retrieves the list of all available updates on Windows Update. If you do not see the problematical update here, it is either no longer being offered or it is installed.
    • Now you need to decide how to filter what update you want to hide. Here's some examples:
      CommandDescriptionHide-WUUpdate -Title "*Realtek High Definition Audio"This looks for a title that ends with (note the asterisk) "Realtek High Definition Audio"Hide-WUUpdate -Title "Realtek*"This looks for a title that starts with (note the asterisk) "Realtek"
      When you enter the above command, it will loop through all results it finds and ask whether or not you want to hide it. Make sure you only say "yes" to the one you want hidden and "no" to the rest.
    • It will automatically show the updated results. Verify there is an "H" under the status of the ones you want hidden and not behind the rest. If it is correct, close out of PowerShell and return to your normal user account if necessary. Run Windows Update and the update should not show/install.
    If you want to unhide an update, add -HideStatus:$false to the Hide-WUUpdate command.
     
    FordGT90Concept, Jul 6, 2025 at 1:03 PM
    #2
  3. Kursah Win User
    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
  4. AsRock Win User

    why Windows 11 update constantly trying to install 3 different Version of the PowerShell?

    Windows Updates failed to instal

    I'm not sure how differant XP media center Edition is but you could clear the history \ cache if these folders are there.

    Step 1 Register DLL files.

    =================

    By trying this step, we can check if the update engines are working properly.



    1. Close all instances of Internet Explorer.

    2. Click Start and Run, type "Regsvr32 atl.dll" (without quotes) in the Open box and click OK.



    Note: There is a space between regsvr32 and atl.dll



    3. Similarly, one by one, register the files listed below:



    Regsvr32 msxml3.dll

    Regsvr32 wuapi.dll

    Regsvr32 wuaueng.dll

    Regsvr32 wuaueng1.dll

    Regsvr32 wups2.dll

    Regsvr32 wucltui.dll

    Regsvr32 wups.dll

    Regsvr32 wuweb.dll

    Regsvr32 qmgr.dll

    Regsvr32 qmgrprxy.dll

    Regsvr32 jscript.dll



    Note: If you encounter errors while registering any of these files then skip that file and continue with the next one.



    If the issue persists, let's move on to the steps below to verify Windows Update services and temporary folders.



    Step 2 Verify the relevant Windows Update services.

    =========================================

    1. Click Start->Run, type "services.msc" (without quotation marks) in the open box and click OK.

    2. Double click the service "Automatic Updates".

    3. Click on the Log On tab, please ensure the option "Local System account" is selected and the option "Allow service to interact with desktop" is unchecked.

    4. Check if this service has been enabled on the listed Hardware Profile. If not, please click the Enable button to enable it.

    5. Click on the tab "General "; make sure the "Startup Type" is "Automatic" or "Manual". Then please click the button "Stop" under "Service Status" to stop the service.

    6. Then please click the button "Start" under "Service Status" to start the service.

    7. Please repeat the above steps with the other services:



    Background Intelligent Transfer Service

    Event Log

    Remote Procedure Call (RPC)



    Note: Event log service is enabled on all of the hardware profiles; this service does not have an option to enable or disable on certain hardware profile.



    If it still does not help, let's proceed to step 3.



    Step 3 Reload the Update temporary folders.

    ===================================

    One possible cause is that the temporary folder for Windows Update is containing corrupted files. Let's erase all the files there to get the system clean.



    1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net stop WuAuServ



    2. Click Start, Run, type: %windir% and press Enter.

    3. In the opened folder, rename the folder SoftwareDistribution to Sdold.

    4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net start WuAuServ



    Please test the Windows Update website and let me know the result. If the issue persists, to clarify the issue and provide more accurate troubleshooting steps, please assist me in collecting the following information.
     
Thema:

why Windows 11 update constantly trying to install 3 different Version of the PowerShell?

Loading...
  1. why Windows 11 update constantly trying to install 3 different Version of the PowerShell? - Similar Threads - why update constantly

  2. why Windows 11 update constantly trying to install 3 different Version of the PowerShell?

    in Windows 10 Software and Apps
    why Windows 11 update constantly trying to install 3 different Version of the PowerShell?: Hi,For the last several months, the Windows 11 update constantly is trying to install 3 different Versions of the PowerShell, and no matter what I do it keeps coming back with the same 3 version and "Retry" and "Install all" options. I already have PowerShell 7.5.2Ver...
  3. Errors when trying to update Windows 11, version 23H2. Update fails constantly. I cannot...

    in Windows 10 Gaming
    Errors when trying to update Windows 11, version 23H2. Update fails constantly. I cannot...: i have tried multiple times to load the Windows Update as well as a Windows 11 download. Same issues still exist. https://answers.microsoft.com/en-us/windows/forum/all/errors-when-trying-to-update-windows-11-version/b88a9fa5-ef27-4bd5-8271-53aa683a14bc
  4. Errors when trying to update Windows 11, version 23H2. Update fails constantly. I cannot...

    in Windows 10 Software and Apps
    Errors when trying to update Windows 11, version 23H2. Update fails constantly. I cannot...: i have tried multiple times to load the Windows Update as well as a Windows 11 download. Same issues still exist. https://answers.microsoft.com/en-us/windows/forum/all/errors-when-trying-to-update-windows-11-version/b88a9fa5-ef27-4bd5-8271-53aa683a14bc
  5. Trying to Install Microsoft.VCLibs.x64.14.00 With Powershell gets old Version

    in Windows 10 Gaming
    Trying to Install Microsoft.VCLibs.x64.14.00 With Powershell gets old Version: Hello,I am trying to install Microsoft.VCLibs.x64.14.0.33519.0 or higher with Powershell using$archiveUrl = 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx' $archiveName = Split-Path -Leaf $archiveUrl $archivePath = "$env:TEMP\$archiveName" New-Object...
  6. Trying to Install Microsoft.VCLibs.x64.14.00 With Powershell gets old Version

    in Windows 10 Software and Apps
    Trying to Install Microsoft.VCLibs.x64.14.00 With Powershell gets old Version: Hello,I am trying to install Microsoft.VCLibs.x64.14.0.33519.0 or higher with Powershell using$archiveUrl = 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx' $archiveName = Split-Path -Leaf $archiveUrl $archivePath = "$env:TEMP\$archiveName" New-Object...
  7. Trying to Install Microsoft.VCLibs.x64.14.00 With Powershell gets old Version

    in Windows 10 Installation and Upgrade
    Trying to Install Microsoft.VCLibs.x64.14.00 With Powershell gets old Version: Hello,I am trying to install Microsoft.VCLibs.x64.14.0.33519.0 or higher with Powershell using$archiveUrl = 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx' $archiveName = Split-Path -Leaf $archiveUrl $archivePath = "$env:TEMP\$archiveName" New-Object...
  8. 0xC1900101 - 0x4000D The Windows 11 installation failed - 3 different scenerios.

    in Windows 10 Gaming
    0xC1900101 - 0x4000D The Windows 11 installation failed - 3 different scenerios.: Hello, I was trying to upgrade to windows 11 22h2 using the media creation tool according Microsoft's official documentation for installing windows 11 on unsupported devices.My laptopAsus is not officially supported due to my processor being a i7-7th Gen processor. I do have...
  9. 0xC1900101 - 0x4000D The Windows 11 installation failed - 3 different scenerios.

    in Windows 10 Software and Apps
    0xC1900101 - 0x4000D The Windows 11 installation failed - 3 different scenerios.: Hello, I was trying to upgrade to windows 11 22h2 using the media creation tool according Microsoft's official documentation for installing windows 11 on unsupported devices.My laptopAsus is not officially supported due to my processor being a i7-7th Gen processor. I do have...
  10. Constant BSODs with 2-3 different codes

    in Windows 10 BSOD Crashes and Debugging
    Constant BSODs with 2-3 different codes: Hi all! I made a new PC back in November 2019 with an AMD Ryzen 7 3700X, an Asus TUF Gaming X570 Plus, 32gb of ddr4 'Team group extreme' memory and an 1TB Corsair NVME. The computer is absolutely fantastic, the only parts i kept from my previous configuration is my (quite...