J'ai to problème an mise à jour to logiciel activer the setting shown dans le picture below.
J'ai systems that are set to "Jamais installer pilote logiciel from Windows Mise à jour". J'étais wondering if il y a a registry entry corresponding to this setting so Je peux réglez-le sur either "Oui, do this automatiquement (recommended)" or "No, let me choose what to do" avec "Installer pilote logiciel from windows mise à jour if c'est not found sur mon ordinateur".
The closest thing J'étais able to find was [NoDevMgrUpdate](http://www.pctools.com/guides/registry/detail/1217/) but that n'a pas seem to help.
Thanks,
Registre clé setting to activer windows to télécharger pilote from windows mise à jour
Re: Registre clé setting to activer windows to télécharger pilote from windows mise à jour
J'ai trouvé it,
```
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000002
```
and ici's a reference for `SearchOrderConfig`
```
SearchOrderConfig 0 = Yes, do this automatically
SearchOrderConfig 1 = No, let me choose what to do, Always install the best...
SearchOrderConfig 2 = No, let me choose what to do, Install driver software from windows update ...
SearchOrderConfig 3 = No, let me choose what to do, Never install driver software from Windows update
```
```
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000002
```
and ici's a reference for `SearchOrderConfig`
```
SearchOrderConfig 0 = Yes, do this automatically
SearchOrderConfig 1 = No, let me choose what to do, Always install the best...
SearchOrderConfig 2 = No, let me choose what to do, Install driver software from windows update ...
SearchOrderConfig 3 = No, let me choose what to do, Never install driver software from Windows update
```