Windows, Inicio Automatico
se deberan modificar las siguientes claves:
-- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] AUTOADMINLOGON (Esta clave debe de tener el valor de “1”) DEFAULT DOMAINNAME (STRING) DEFAULTUSERNAME (STRING) DEFAULTPASSWORD (si no esta esta clave hay que crearla de tipo ALFANUMERICO) --
En caso de no existir se deberan creear.
Valores que deben tener.
-- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultDomainName"="MyDomain" "DefaultUserName"="MyUserName" "AutoAdminLogon"="1" "DefaultPassword"="MyPassword" --