Windows 10: After Windows 11 install - Windows Update + Powershell continuously running with High Power...

Discus and support After Windows 11 install - Windows Update + Powershell continuously running with High Power... in Windows 10 Software and Apps to solve the problem; Upgraded from Windows 10 to Windows 11 on a Lenovo ThinkPad P15.Now after the install, I've noticed my laptop fans are always running at high speed.... Discussion in 'Windows 10 Software and Apps' started by meystingray, Jan 28, 2022.

  1. After Windows 11 install - Windows Update + Powershell continuously running with High Power...


    Upgraded from Windows 10 to Windows 11 on a Lenovo ThinkPad P15.Now after the install, I've noticed my laptop fans are always running at high speed. Looking at Task Manager, I keep seeing 3 tasks pop up together with High or Very High Power Usage: Windows PowerShellService Host: Windows UpdateService Host: Remote Procedure CallIf left untouched, they will run for hours at high power usage, and it's incredibly annoying. I've taken to forcing - "End Task" on the Windows Update job, which kills the other two as well, but I have to do this every 2 hours. As soon as I end the task the fans start

    :)
     
    meystingray, Jan 28, 2022
    #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, Jan 28, 2022
    #2
  3. AsRock Win User
    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.
     
    AsRock, Jan 28, 2022
    #3
  4. After Windows 11 install - Windows Update + Powershell continuously running with High Power...

    windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, Jan 28, 2022
    #4
Thema:

After Windows 11 install - Windows Update + Powershell continuously running with High Power...

Loading...
  1. After Windows 11 install - Windows Update + Powershell continuously running with High Power... - Similar Threads - install Update Powershell

  2. Windows 11 continuously running

    in Windows 10 Gaming
    Windows 11 continuously running: I have Device name adminKLB Processor AMD Ryzen 7 5800HS with Radeon Graphics 3.20 GHz Installed RAM 40.0 GB 39.4 GB usable Device ID F11D0061-DB75-4F88-BD2B-F20E8614705A Product ID 00325-82275-62936-AAOEM System type 64-bit operating system, x64-based processor I am using...
  3. Windows 11 continuously running

    in Windows 10 Software and Apps
    Windows 11 continuously running: I have Device name adminKLB Processor AMD Ryzen 7 5800HS with Radeon Graphics 3.20 GHz Installed RAM 40.0 GB 39.4 GB usable Device ID F11D0061-DB75-4F88-BD2B-F20E8614705A Product ID 00325-82275-62936-AAOEM System type 64-bit operating system, x64-based processor I am using...
  4. Is OOBE broker supposed to continue Running after Installing Windows 11 23h2?.

    in Windows 10 Software and Apps
    Is OOBE broker supposed to continue Running after Installing Windows 11 23h2?.: I see the OOBE broker running on Windows 11 in task manager, and I am logged into My Microsoft Account after not having Wi-Fi during the OOBE Flow setup and using the bypass to continue the setup. and downloading drivers from a convenient USB flash drive I had and logging...
  5. Error running update-help in powershell, windows 11

    in Windows 10 Gaming
    Error running update-help in powershell, windows 11: I ran update-help as adminstrator in Powershell and got the following return:update-help : Failed to update Help for the modules 'DefenderPerformance, Dism, Get-NetView, Kds, NetQos,PcsvDevice, Pester, PKI, StorageBusCache, VMDirectStorage, Whea, WindowsUpdate' with UI...
  6. Error running update-help in powershell, windows 11

    in Windows 10 Software and Apps
    Error running update-help in powershell, windows 11: I ran update-help as adminstrator in Powershell and got the following return:update-help : Failed to update Help for the modules 'DefenderPerformance, Dism, Get-NetView, Kds, NetQos,PcsvDevice, Pester, PKI, StorageBusCache, VMDirectStorage, Whea, WindowsUpdate' with UI...
  7. After Windows 11 install - Windows Update + Powershell continuously running with High Power...

    in Windows 10 Gaming
    After Windows 11 install - Windows Update + Powershell continuously running with High Power...: Upgraded from Windows 10 to Windows 11 on a Lenovo ThinkPad P15.Now after the install, I've noticed my laptop fans are always running at high speed. Looking at Task Manager, I keep seeing 3 tasks pop up together with High or Very High Power Usage: Windows PowerShellService...
  8. Windows Update continuously running after 21H1 Update

    in Windows 10 Installation and Upgrade
    Windows Update continuously running after 21H1 Update: Hi All,Since applying 21H1 Windows Update, my Windows update service is continuously running - it is causing high cpu load, fan on either cpu/gpu or both are running constantly causing continuous noisy fans. It's also taking down my performance and user experience several...
  9. Windows Update continuously running after 21H1 Update

    in Windows 10 Gaming
    Windows Update continuously running after 21H1 Update: Hi All,Since applying 21H1 Windows Update, my Windows update service is continuously running - it is causing high cpu load, fan on either cpu/gpu or both are running constantly causing continuous noisy fans. It's also taking down my performance and user experience several...
  10. Windows Update continuously running after 21H1 Update

    in Windows 10 Software and Apps
    Windows Update continuously running after 21H1 Update: Hi All,Since applying 21H1 Windows Update, my Windows update service is continuously running - it is causing high cpu load, fan on either cpu/gpu or both are running constantly causing continuous noisy fans. It's also taking down my performance and user experience several...