F5F Stay Refreshed Software Operating Systems Quick fix script for Windows to swap GPU drivers in one click

Quick fix script for Windows to swap GPU drivers in one click

Quick fix script for Windows to swap GPU drivers in one click

C
ckoneal16
Junior Member
30
05-09-2021, 09:00 AM
#1
I developed a one-click fix for Windows that replaces your GPU drivers. Check out the script at https://github.com/hexagonal717/wushowhidetoolalt.git. Many users faced issues where Windows Update would repeatedly install outdated drivers. To solve this, I built a PowerShell tool that automatically hides old AMD, Nvidia, and Intel drivers during updates. It runs on every login in a no-window mode via Task Scheduler, ensuring a smooth experience. The script scans the Windows Update title and removes any matching entries, preventing future pop-ups. Learn more in the GitHub repository.
C
ckoneal16
05-09-2021, 09:00 AM #1

I developed a one-click fix for Windows that replaces your GPU drivers. Check out the script at https://github.com/hexagonal717/wushowhidetoolalt.git. Many users faced issues where Windows Update would repeatedly install outdated drivers. To solve this, I built a PowerShell tool that automatically hides old AMD, Nvidia, and Intel drivers during updates. It runs on every login in a no-window mode via Task Scheduler, ensuring a smooth experience. The script scans the Windows Update title and removes any matching entries, preventing future pop-ups. Learn more in the GitHub repository.

L
LaBreezy2544
Member
104
05-09-2021, 10:36 PM
#2
Check the page explaining how to enable or disable drivers during Windows 11 updates.
L
LaBreezy2544
05-09-2021, 10:36 PM #2

Check the page explaining how to enable or disable drivers during Windows 11 updates.

R
ReveloT_T
Member
167
05-10-2021, 07:35 AM
#3
The registry entries aren't functioning properly. A Microsoft utility called Windows Update Show Hide Tool is the real solution. You need to hide updates you don't want manually, and it does the job. After major Windows updates, things reset and old drivers reappear unexpectedly. I've explored every method—Registry changes, DDU, Prevent Default Installations, etc.—but none worked. Windows Update Show Hide Tool is the only one that actually helps. This inspired my project, which I named wushowhidetoolalt. I automated the whole process so that on each login, the task scheduler runs the HideGpuDriversFromWindowsUpdate script without any pop-ups. Happy using!
R
ReveloT_T
05-10-2021, 07:35 AM #3

The registry entries aren't functioning properly. A Microsoft utility called Windows Update Show Hide Tool is the real solution. You need to hide updates you don't want manually, and it does the job. After major Windows updates, things reset and old drivers reappear unexpectedly. I've explored every method—Registry changes, DDU, Prevent Default Installations, etc.—but none worked. Windows Update Show Hide Tool is the only one that actually helps. This inspired my project, which I named wushowhidetoolalt. I automated the whole process so that on each login, the task scheduler runs the HideGpuDriversFromWindowsUpdate script without any pop-ups. Happy using!

E
eastland97
Senior Member
644
05-13-2021, 01:04 AM
#4
This would help if Windows 11 didn’t add a feature that forces drivers to be installed separately.
E
eastland97
05-13-2021, 01:04 AM #4

This would help if Windows 11 didn’t add a feature that forces drivers to be installed separately.

X
XxLogan1122xX
Junior Member
41
05-20-2021, 06:38 PM
#5
I understand. Probably related to the AMD model or an older GPU. It hasn't affected my W11 laptop's drivers (5800h iGPU, 3060m) or my W10 desktop (3080). I haven't encountered any display or other driver in my WU after disabling automatic updates. Usually it tries to fetch a driver for my Steelseries mouse each time I clicked "Check for updates."
X
XxLogan1122xX
05-20-2021, 06:38 PM #5

I understand. Probably related to the AMD model or an older GPU. It hasn't affected my W11 laptop's drivers (5800h iGPU, 3060m) or my W10 desktop (3080). I haven't encountered any display or other driver in my WU after disabling automatic updates. Usually it tries to fetch a driver for my Steelseries mouse each time I clicked "Check for updates."

S
sunemoonsong
Senior Member
380
05-20-2021, 07:16 PM
#6
Thank you!
S
sunemoonsong
05-20-2021, 07:16 PM #6

Thank you!

A
ArimaSan_
Junior Member
28
05-25-2021, 03:34 PM
#7
Updated to the latest version v1.2.0. Issues resolved.
A
ArimaSan_
05-25-2021, 03:34 PM #7

Updated to the latest version v1.2.0. Issues resolved.

F
Failman1233
Member
51
05-25-2021, 06:40 PM
#8
Refer to the updated script version V1.2.0. It appears the delivery optimization service was not enabled before, which I resolved in this release.
F
Failman1233
05-25-2021, 06:40 PM #8

Refer to the updated script version V1.2.0. It appears the delivery optimization service was not enabled before, which I resolved in this release.

V
Velizar06
Posting Freak
865
05-25-2021, 11:39 PM
#9
Refer to the updated script version V1.2.0. It appears the delivery optimization service was not enabled before, which I resolved in this release.
V
Velizar06
05-25-2021, 11:39 PM #9

Refer to the updated script version V1.2.0. It appears the delivery optimization service was not enabled before, which I resolved in this release.