How to implement Windows Server Auto logon

Source: Internet
Author: User

In actual work, especially servers, it usually requires 7x24 hours. For this reason many system programs have a server crash after their own restart function, that is, watchdog (watchdog function). For example: Unmanned DVR (Digital video Recorder digital hard disk recorder), the program will automatically reboot (reset) After an exception occurs. However, if the system uses Windows Server platform, how to skip password logon, automatic access to Windows 2000 is critical. In the Windows Professional version, you can set up automatic logons by setting the user and password entries in your program. That is, do not enter the user name password directly into the system. However, this method is not valid in Windows Server version and advanced version. By groping, we found that the following methods worked very well.

Can be implemented by modifying the registry. The specific mode of operation is as follows:

Run Regedit32.exe, find

HKEY_LOCAL_MACHINE\Software \Microsoft\Windows NT\CurrentVersion\Winlogon

Then set the value of DefaultDomainName to your normal logon domain name, DefaultUserName value set to your normal logon username, DefaultPassword value set to your normal logon password. Note If it is a superuser, the password cannot be empty. Otherwise, you can only log on automatically once.

Select Add key value AutoAdminLogon, the value of which is selected as REG_SZ, the value is set to 1.

The registry is then saved and the computer is powered on to automatically log on to Windows 2000.

Of course, there is a noteworthy problem, that is, the security of super users after login, we use the program to take over the keyboard way to avoid illegal use.

Alternatively, a workaround is to use the time program as a service that can be started without the user being logged in and avoid automatic logon.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.