Windows2003 system switch machine optimization skills

  

First, the automatic login system
Windows Server 2003 requires to press Ctrl+Alt+Del three times at the same time, and then enter the user name and password to log in. For individual users, this setup is cumbersome. We can implement automatic quick login by:
Click Start → run the input regedit, open the registry editor, and then expand the HKEY_LOCAL_MACHINE\\Software\\Microsoft\\WindowsNT\\CurrentVersion\\Winlogon subkey.
Right click on the blank space of the right window, select the new → string value command in the pop-up menu, name it AutoAdminLogon, and then double-click it, the edit string dialog box will pop up, type in the value data input box. 1. In the same way, create a new string value named DefaultPassword, set the value of the item to the super administrator password, and exit the registry editor. Starting Windows Server 2003 will automatically log in to the desktop as an administrator, eliminating the need to enter a username and password each time you start.
Note: If you want to temporarily cancel the automatic login or need to log in with another username, just hold down the Shift key during startup.
Second, shut down the system event tracking program
Windows Server 2003 has added a new feature of the shutdown event tracking, each time you shut down, you should ask the reason for the shutdown, to record in detail the reason for the server shutdown for future troubleshooting. This is a necessary choice for the server, but it is not very useful for individual users, but it is troublesome, so we can ban it. Click Start → Run, type gpedit.msc to open the Group Policy Editor. In the left window, select Computer Configuration & Rarr; Manage Templates & Rarr; System, double-click on the right window to display the Close Event Tracker, select Disabled in the dialog box that appears, then click OK to save and exit. After shutting down and restarting, you will no longer jump out of the annoying query dialog.

Copyright © Windows knowledge All Rights Reserved