Script to disable automatic driver updates in Windows 11 #289
RustyRouter
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
thanks, but what will be the necessary script to force the installation of the driver from the USB key, I have my drivers on the thank you by advance |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Windows 11 can automatically download and install device drivers and driver updates. device drivers are automatically installed in the background, and the process requires no user intervention. Updates for device drivers are also checked and installed periodically.
To avoid that you can add this .reg script that runs in the system context, before user accounts are created.
Disable:
You can enable it back after Windows installation:
Beta Was this translation helpful? Give feedback.
All reactions