win7 autologon

Status
Niet open voor verdere reacties.

dracoxl

Gebruiker
Lid geworden
3 nov 2008
Berichten
206
laatst heb ik een touchsmart ( voor een klant) geïnstalleerd met Windows 7
nu heb ik een probleem met de autologon van Windows 7 in Windows XP werkt dat heel gemakkelijk maar in Windows 7 werkt het niet weet iemand iets anders ik heb gegoogeld en vond een aantal dingen over het toevoegen aan register maar ik denk dat dat niet mijn probleem is

weet iemand iets anders ;)
 
Je bedoelt neem ik aan gewoon meteen doorstarten naar Windows? Gaat hetzelfde als in XP.

Start > uitvoeren > control userspasswords2
 
nou niet echt dat is voor Windows XP ik heb het over dat ie vanaf Windows gelijk doorstart naar de terminal server sorry was ik vergeten te zeggen
 
ah ander probleem heeft niet met de ternimal server te maken maar met de domain
nadat je de computer in het domein hangt moet je ctrl + alt + del om in te loggen daar moet hij een auto login hebben zodat ie gelijk doorgaat;)
 
ik heb het antwoord al gevonden voor mensen die met het zelfde probleem zitten hier het antwoord

1. Click Start, click Run, type regedit, and then click OK. In Windows Vista, simply type regedit in Start Search and hit Enter.
2. Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. Double-click the DefaultUserName entry, type the user name to log on with, and then click OK.
If DefaultUserName registry value name is not found, create the new String Value (REG_SZ) with value name as DefaultUserName.
4. Double-click the DefaultPassword entry, type the password for the user account under the value data box, and then click OK.
If there is no DefaultPassword value, create a new String Value subkey (REG_SZ) with DefaultPassword as the value name.
Note that if no DefaultPassword string is specified, Windows automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.
5. In Windows Vista, DefaultDomainName has to be specified as well, else Windows will prompt of invalid user name with user name displayed as .\username. To do so, double click on DefaultDomainName, and specify the domain name of the user account. If it’s local user, specify local host name.
If the DefaultDomainName does not exist, create a new String Value (REG_SZ) registry key with value name as DefaultDomainName.
6. Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then click OK.
If there is no AutoAdminLogon entry, create a new String Value entry (REG_SZ) with AutoAdminLogon as the value name.
7. If exist, delete the AutoLogonCount key.
8. Quit Registry Editor.
9. Click Start, click Restart, and then click OK.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan