During the maintenance of the system, the network administrator frequently encountered computer or server unexpectedly reboot, this time the program running on the server because the restart cause the program can not run, such as camera monitoring program, and so found the server waiting for you to enter the user name and password, the monitoring program has been a long time did not run. How to lock a key program after the server restarts automatically and after the program is automatically run.
Click the steps to achieve the above features:
(i), computer Restart after the automatic login system
You can use Registry Editor to add your login information. To do this, follow these steps:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. In the use of your account name and password and circumstances, double-click the DefaultUserName entry, type your username, and then click OK.
4. Double-click the "DefaultPassword" entry, type your password under the Value data box, and then click OK.
If no "DefaultPassword" value exists, create the value. To do this, follow these steps:
A. In Registry Editor, click Edit, then New, and then string value.
B. Type DefaultPassword as the numeric name, and then press Enter.
C. Double-click the newly created item, and then type the password in the Value data box.
Note: If the DefaultPassword registry key does not exist, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) after the computer restarts to close AutoAdminLogon Function.
5. Double-click "AutoAdminLogon", type 1 in the Value data box, and then click OK.
If the "AutoAdminLogon" item does not exist, create the entry. To do this, follow these steps:
. In Registry Editor, click Edit, then New, and then string value.
A. Type AutoAdminLogon as the numeric name, and then press Enter.
B. Double-click the newly created item, and then type 1 in the Value data box.