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

Discus and support Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps... in Windows 10 Gaming to solve the problem; 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... Discussion in 'Windows 10 Gaming' started by python coder, Apr 24, 2023.

  1. 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.

    :)
     
    python coder, Apr 24, 2023
    #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, Apr 24, 2023
    #2
  3. Ahhzz Win User
    [Windows 10] hide/prohibit install of specific Windows Update

    I have never intentionally used windows to provide my device drivers (except for older printers without Vendor drivers for clients). I only manually update from the vendor websites. Will just have to make a list of things to disable/remove if I finally decide to load it up on a machine.
     
    Ahhzz, Apr 24, 2023
    #3
  4. Kursah Win User

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

    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, Apr 24, 2023
    #4
Thema:

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

Loading...
  1. Is it safe to hide certain Windows updates with PowerShell? For example; windows keeps... - Similar Threads - safe hide certain

  2. 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....
  3. 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....
  4. 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...
  5. Trying to Hide a Windows 10 Update using Powershell

    in Windows 10 Installation and Upgrade
    Trying to Hide a Windows 10 Update using Powershell: [ATTACH] [ATTACH]Powershell command is not being accepted. Please help https://answers.microsoft.com/en-us/windows/forum/all/trying-to-hide-a-windows-10-update-using/88a2bbaf-1e58-4182-a854-8d488f52e120
  6. Hide certain users?

    in Windows 10 Performance & Maintenance
    Hide certain users?: Hi there, i plan to make my login screen look like this (see picture) I want to hide some users, such as my administrator account, and display my main users as normal. So that it says: "Max Mustermann" "Guest Account" "Other User" And if I then go to Other User,...
  7. Hide a single drive (usb-pen for example) from safe removal tool

    in Windows 10 Drivers and Hardware
    Hide a single drive (usb-pen for example) from safe removal tool: Hello. I would like to know if there is any way to hide a single drive from "safe removal" of Windows 10. Is it also possible to hide it from Windows Explorer? Thanks in advance for any answers. 112993
  8. Hide a single drive (usb-pen for example) from safe remova tool

    in Windows 10 Support
    Hide a single drive (usb-pen for example) from safe remova tool: Hello. I would like to know if there is any way to hide a single drive from "safe removal" of Windows 10. Is it also possible to hide it from Windows Explorer? Thanks in advance for any answers. 112993
  9. 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]...
  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