Eliminating need to Log-on

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Is there a way of eliminating the need for the log-on
dialog box when starting or rebooting my laptop computer?
I understand the security issues but, and I repeat, but I
am the only one using my notebook computer. I have
installed Windows XP-professional on both my Desktop and
the laptop ... yet this has become an issue only for my
laptop computer. Any wisdom that you can send my way,
will be greatly appreciated!
Tom
 
Copy the test below to Notepad. ChangeDefaultUserName and Password. Save
as autologon.reg.
---------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="yourname"
"DefaultPassword"="yourpassword"
"ForceAutoLogon"="1"
"AutoAdminLogon"="1"
 
Forgot to say:
Double click on autologon.reg to copy the entry to the registry.

Service Pack said:
Copy the test below to Notepad. ChangeDefaultUserName and Password. Save
as autologon.reg.
---------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="yourname"
"DefaultPassword"="yourpassword"
"ForceAutoLogon"="1"
"AutoAdminLogon"="1"
-------------
Tom said:
Is there a way of eliminating the need for the log-on
dialog box when starting or rebooting my laptop computer?
I understand the security issues but, and I repeat, but I
am the only one using my notebook computer. I have
installed Windows XP-professional on both my Desktop and
the laptop ... yet this has become an issue only for my
laptop computer. Any wisdom that you can send my way,
will be greatly appreciated!
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top