First, automatic login system
Windows Server 2003 requires that you press "Ctrl+alt+del" three keys at a time, and then enter a username and password to log on at each boot. For individual users, this setting is cumbersome. We can implement the automatic fast login in the following ways:
Click start → run enter regedit, open Registry Editor, expand Hkey_local_machine\
Software\microsoft\windowsnt
\currentversion\winlogon "subkey. Right-click the blank space in the right window, select "New → string value" from the pop-up menu, name it AutoAdminLogon, and then double-click it, pop up the Edit String dialog box, type 1 in the Value Data entry box, In the same way, create a new string value named DefaultPassword, set the value of the key to the Super Administrator password, and exit Registry Editor. Starting Windows Server 2003 in the future will automatically log on to the desktop as an administrator, eliminating the hassle of entering a username and password each time you start.
Note: If you want to temporarily cancel the automatic logon or need to log in with a different user name, just hold down the SHIFT key at startup.
Second, shutdown system Event Tracker
Windows Server 2003 joins the new feature of Shutdown event tracking, asking for shutdown reasons every time you shut down to verbose log server shutdown reasons for troubleshooting later. This is a necessary choice for the server, but it's not very useful for individual users, but it's a hassle, so we can ban it.
Click start → run, enter gpedit.msc, and open the Group Policy Editor. Select "Computer configuration → admin templates → system" in the left window, double-click "Show Shutdown Event Tracker" in the right window, select "Disabled" in the dialog box that appears, and then click OK to save and exit. Later shut down, reboot will no longer jump out of the annoying Query dialog box.