Projet

Général

Profil

Tâche #11765

Mis à jour par Scrum Master il y a plus de 8 ans

Il y a une règle en double :
<pre>
[k@kls Console (MASTER)]$ grep Restricted ListeRegles.xml
<Variable nom="Restricted" type="DWORD">
<Variable nom="Restricted" type="DWORD">

</pre>
https://dev-eole.ac-dijon.fr/projects/eole-esu/repository/revisions/8822680ad40dddfdf8e3840f7a443c5958a70f36/diff/esu/Console/ListeRegles.xml

Installation des pilotes non-signés à décortiquer :
<pre>
j'ai enfin retrouvé l'etablissement ou j'avais testé ... et j'ai retrouvé le .reg

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\PointAndPrint]
"Restricted"=dword:00000001
"TrustedServers"=dword:00000000
"ServerList"=""
"InForest"=dword:00000001
"NoWarningNoElevationOnInstall"=dword:00000001
"UpdatePromptSettings"=dword:00000002

</pre>

<pre>

"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses", "00000001","REG_DWORD"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\1", "{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}","REG_SZ"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\2", "{48721B56-6795-11D2-B1A8-0080C72E74A2}","REG_SZ"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\3", "{49CE6AC8-6F86-11D2-B1E5-0080C72E74A2}","REG_SZ"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\4", "{4658EE7E-F050-11D1-B6BD-00C04FA372A7}","REG_SZ"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\5", "{4D36E971-E325-11CE-BFC1-08002BE10318}","REG_SZ"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\6", "{4D36E979-E325-11CE-BFC1-08002BE10318}","REG_SZ"
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses\7", "{8FCEE422-B109-4758-9A6E-5BAB7B37996F}","REG_SZ"

</pre>
plus d'infos sur ces GUID ici
https://msdn.microsoft.com/en-us/library/windows/hardware/ff553426(v=vs.85).aspx

Retour