Il y deux solutions possibles :
a) La machine n'est PAS dans un domaine :
- Dans le panneau de configuration, lancer "Utilisateurs et Mots de passe" (users and passwords)
- Désactiver la case à cocher "Les utilisateurs doivent entrer un nom et un mot de passe pour utiliser cet ordinateur" (Users must enter a user name and password to use this computer)
NB : Cette option n'apparait pas si la machine fait partie d'un domaine.
- Cliquer sur l'onglet "Avancé" (Advanced)
- Désactiver la case à cocher "Nécessite un Ctrl-Alt-Del avant d'entrer un mot de passe" (Require users to press Ctrl-Alt-Del before logging)
b) La machine est dans un domaine :
- Lancer Regedit.exe
- Aller dans la branche :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- Mettre à jour les valeurs suivantes, de type chaîne (REG_SZ) :
a) DefaultDomaineName => Nom du domaine
b) DefaultUserName => Nom de l'utilisateur
- Créer les valeurs suivante, de type chaîne (REG_SZ) :
a) DefaultPassword => Mot de passe
b) AutoAdminLogon =>1
ATTENTION :
- Avec cette méthode, le mot de passe est stocké EN CLAIR dans la base de registre !!!
- Vous devez être administrateur local pour effectuer cette modification.
- Si vous ne spécifiez pas de mot de passe, la valeur "AutoAdminLogon" passera à 0 automatiquement au prochain redémarrage.
N'utiliser cette procédure que sur une machine qui n'est pas en libre accès et n'utilisez pas un username/password ayant des droits de domaine (i.e. Domain Admin) ou correspondant à un utilisateur réel.
J'ai copié ici encore cet article sur ce sujet, surtout intéressant pour le forceautologon de la fin... (zuzu)
Microsoft Knowledge Base Article - 315231 |
How to Enable Automatic Logon in Windows
The information in this article applies to:
- Microsoft Windows XP Home Edition
- Microsoft Windows XP Professional
- Microsoft Windows XP 64-Bit Edition
This article was previously published under Q315231
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows Registry
SUMMARYThis article describes how to configure Windows to automate the logon process by storing your password and other pertinent information in the registry database. This feature allows other users to start your computer and use the account that you establish to automatically log on.
IMPORTANT: If you enable autologon, using Windows XP becomes more convenient. However, using this feature can pose a security risk.
| |