Ajout dela structure MDT dans Infra-LAB

This commit is contained in:
2026-05-24 16:21:20 +02:00
parent fed8d42171
commit 049b03b4d4
522 changed files with 105109 additions and 0 deletions
@@ -0,0 +1,43 @@
REGEDIT4
# inscription au domaine
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters]
"DomainCompatibilityMode"=dword:00000001
"DNSNameResolutionRequired"=dword:00000000
# fix win7 "ressource non disponible" sur accès partage cf stratégie Client réseau Microsoft : communications signées numériquement (toujours)
"RequireSecuritySignature"=dword:00000000
# evite erreur chargement de profils (CompatibleRUPSecurity)
# WaitForNetwork equivalent gpedit.msc Stratégie ordinateur local / Configuration ordinateur / Modèles dadministration / Système / Profils des utilisateurs,
# activer Définir le temps dattente maximal pour le réseau si un utilisateur a un profil utilisateur ou un répertoire daccueil distant itinérant et mettre 0 secondes
# cf http://wiki.samba.org/index.php/Windows7
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"CompatibleRUPSecurity"=dword:1
"SlowLinkDetectEnabled"=dword:00000000
"WaitForNetwork"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"CompatibleRUPSecurity"=dword:1
"RunLogonScriptSync"=dword:1
;http://support.microsoft.com/kb/2743127/fr
;necessaire au bon fonctionnement de joindom
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LsaAllowReturningUnencryptedSecrets"=dword:1
;--------------------------------------
; Desactivation du service Webclient
; voir http://support.microsoft.com/?scid=kb%3Bfr%3B832161&x=5&y=14
;-------------------------------------
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient]
"Start"=dword:00000004
;--------------------------------------
; correction accès refusé à netlogon
;--------------------------------------
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths]
"\\\\*\\netlogon"="RequireMutualAuthentication=0,RequireIntegrity=0,RequirePrivacy=0"