Windows 10: Trying to Hide a Windows 10 Update using Powershell

Discus and support Trying to Hide a Windows 10 Update using Powershell in Windows 10 Installation and Upgrade to solve the problem; [ATTACH] [ATTACH]Powershell command is not being accepted. Please help... Discussion in 'Windows 10 Installation and Upgrade' started by christinechristine5, Mar 22, 2021.

  1. Trying to Hide a Windows 10 Update using Powershell


    Trying to Hide a Windows 10 Update using Powershell 735b6a5f-b4b1-4be3-8ca4-1a28cfc73a2c?upload=true.png


    Trying to Hide a Windows 10 Update using Powershell 78fba21d-10fa-491a-99c9-b7b08a115490?upload=true.png Powershell command is not being accepted. Please help

    :)
     
    christinechristine5, Mar 22, 2021
    #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, Mar 22, 2021
    #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:
     
    Kursah, Mar 22, 2021
    #3
  4. Mussels Win User

    Trying to Hide a Windows 10 Update using Powershell

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

    try both. disable the group policy, uninstall the windows update/driver - and then use the tool to stop it downloading again.
     
    Mussels, Mar 22, 2021
    #4
Thema:

Trying to Hide a Windows 10 Update using Powershell

Loading...
  1. Trying to Hide a Windows 10 Update using Powershell - Similar Threads - Trying Hide Update

  2. Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps...

    in Windows 10 Gaming
    Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps...: Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps reverting my updated AMD GPU back to the old version. So I want to hide that updates, so it will stop doing that....
  3. Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps...

    in Windows 10 Software and Apps
    Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps...: Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps reverting my updated AMD GPU back to the old version. So I want to hide that updates, so it will stop doing that....
  4. Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps...

    in Windows 10 Drivers and Hardware
    Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps...: Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps reverting my updated AMD GPU back to the old version. So I want to hide that updates, so it will stop doing that....
  5. How to Hide Windows Updates using PowerShell in Windows 10

    in Windows 10 News
    How to Hide Windows Updates using PowerShell in Windows 10: Windows Updates are a way to increase your computer’s performance, add features, and optimize it for better (or for worse). However, sometimes you may want to hide these updates to stop them from being installed on your computer. Microsoft did offer a Hide Windows Updates...
  6. hiding windows 10 update

    in Windows 10 Installation and Upgrade
    hiding windows 10 update: I have just spent some time investigating Update and don't like what I see... Microsoft is not allowing the user to decide which updates to install. It used to be possible to do this I believe but on my PC it's now not possible. Or is it? I have read simliar posts which...
  7. hiding windows 10 update

    in Windows 10 Installation and Upgrade
    hiding windows 10 update: Hello --- I am trying to debug an issue so I wanted to hide update to find which one could be the problem. I used the tool wushowhide.diagcab it found the updates, but could not hide the one in question --- is there a way around this? Is there a point in the...
  8. PSWindowsUpdate Powershell Module Not Hiding Specified Updates

    in Windows 10 Updates and Activation
    PSWindowsUpdate Powershell Module Not Hiding Specified Updates: Just wondering if there's anybody out there familiar with the PSWindowsUpdate Module that can help me with my problem? I simply trying to hide a few update, but no matter what I try the updates remain visible. Here a couple of screenshots describing my problem: [img]...
  9. Update and Upgrade Windows 10 using PowerShell

    in Windows 10 Tutorials
    Update and Upgrade Windows 10 using PowerShell: How to: Update and Upgrade Windows 10 using PowerShell [img] Information Since its birth in November 2006 PowerShell has evolved to be the chosen tool of network administrators and advanced users alike. Originally a native Windows tool it has since August 2016 been an...
  10. Hide powershell scrollbar.

    in Windows 10 Support
    Hide powershell scrollbar.: Hello ! I scroll in my powershell using either sihft + arrow keys of pgup and pgdown. How can I disable the scrollbar ? I don't need it. 22940