FordGT90Concept
"I go fast!1!11!1!"
- Joined
- Oct 13, 2008
- Messages
- 26,263 (4.33/day)
- Location
- IA, USA
System Name | BY-2021 |
---|---|
Processor | AMD Ryzen 7 5800X (65w eco profile) |
Motherboard | MSI B550 Gaming Plus |
Cooling | Scythe Mugen (rev 5) |
Memory | 2 x Kingston HyperX DDR4-3200 32 GiB |
Video Card(s) | AMD Radeon RX 7900 XT |
Storage | Samsung 980 Pro, Seagate Exos X20 TB 7200 RPM |
Display(s) | Nixeus NX-EDG274K (3840x2160@144 DP) + Samsung SyncMaster 906BW (1440x900@60 HDMI-DVI) |
Case | Coolermaster HAF 932 w/ USB 3.0 5.25" bay + USB 3.2 (A+C) 3.5" bay |
Audio Device(s) | Realtek ALC1150, Micca OriGen+ |
Power Supply | Enermax Platimax 850w |
Mouse | Nixeus REVEL-X |
Keyboard | Tesoro Excalibur |
Software | Windows 10 Home 64-bit |
Benchmark Scores | Faster than the tortoise; slower than the hare. |
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.
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!
[table="head"]Command|Description
Set-ExecutionPolicy Unrestricted -Force|Allows the use of unsigned PowerShell scripts.
Import-Module PSWindowsUpdate|Loads PSWindowsUpdate
Set-ExecutionPolicy Restricted -Force|Close the potential security hole.[/table] - 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:
[table="head"]Command|Description
Hide-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"[/table]
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.
Last edited: