Forum Discussion
Driver installation on first user login
Are you referring to the automatic driver detection/installation from Windows Update? If so, I think you need to make sure that you don't have an MDM or GPO policy blocking the automatic driver installation setting (https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings#do-not-include-drivers-with-windows-updates), and that you have Windows Update set to auto-download and schedule update installations + the setting to install updates during automatic maintenance (https://docs.microsoft.com/en-us/windows/deployment/update/waas-restart#schedule-update-installation) . As long as it's configured that way, I believe WU should automatically detect and install drivers the first time a user logs in and stays logged in for at least a few minutes (and has network connectivity, of course).
- Markus KlockerOct 07, 2018Copper Contributor
I figured out why it did not work in our test-environment!
Without an activated Windows 10 automatic driver detection does not work along with other things.Is there a page describing all the won't works?
This one cost me days to figure out cause no useful error was given.
The PowerShell module PSWindowsUpdate just jumps out and "finds" nothing.
Even using the WUapi seems to find nothing without any error.
Only the Windowsupdatelog is giving you the idea of something seems to be failing but no way why...
Very bad imho