Training
Certifications
Books
Special Offers
Community




 
Microsoft® Windows® XP Professional Administrator's Pocket Consultant
Author William R. Stanek
Pages 384
Disk N/A
Level All Levels
Published 09/26/2001
ISBN 9780735613812
ISBN-10 0-7356-1381-8
Price(USD) $29.99
To see this book's discounted price, select a reseller below.
 

More Information

About the Book
Table of Contents
Sample Chapter
Index
Related Series
Related Books
About the Author

Support: Book & CD

Rate this book
Barnes Noble Amazon Quantum Books

 


Chapter 8: Configuring User and Computer Policies continued


Working with Logon and Startup Policies

Windows XP provides a set of policies to control the logon process, some of which allow you to configure the way programs run at logon. This makes them similar to logon scripts, in that you can execute specific tasks at logon. Other policies change the view in the welcome and logon screens. The main logon and startup policies that you'll use are summarized in Table 8-5.

Table 8-5.   Logon and Startup Policies

Policy TypePolicy NameDescription
ComputerDon't Display The Getting Started Welcome Screen At LogonHides the welcome screen that is displayed when new users log on. This only applies to Windows XP and not to servers.
ComputerAlways Use Classic LogonThis overrides the default simple logon screen and uses the logon screen from previous versions of Windows.
Computer/UserRun These Programs At User LogonSets programs that all users should run at logon. Use the full file path (unless program is in %SystemRoot%).
Computer/UserDo Not Process The Run-Once ListForces the system to ignore customized run-once lists.
Computer/UserDo Not Process The Disable Legacy Run ListDisables running startup applications other than those set through System Policy Editor in Windows NT 4.

Hiding the Welcome Screen

Experienced users often find the welcome screen annoying, particularly because it is displayed automatically every time they log on to a new computer. To hide the welcome screen at logon, follow these steps:

  1. Access Group Policy for the computer you want to work with. Next, access Computer Configuration\Administrative Templates\System\Logon.
  2. Double-click Don't Display The Getting Started Welcome Screen At Logon. In the Setting tab, select Enabled and then click OK.

Using Classic Logon vs. Simple Logon

The simple logon window is new in Windows XP. It is the default authentication, and although that view can be useful, some users might prefer to see only the classic logon window. To use classic logon rather than simple logon, follow these steps:

  1. Access Group Policy for the computer you want to work with. Next, access Computer Configuration\Administrative Templates\System\Logon.
  2. Double-click Always Use Classic Logon. In the Setting tab, select Enabled and then click OK.

Setting Policy-Based Startup Programs

Although users can configure their startup applications separately, it usually makes more sense to handle this through policy, especially in an enterprise in which the same applications should be started by groups of users. To specify programs that should start at logon, follow these steps:

  1. Access Group Policy for the computer you want to work with. Next, access Computer Configuration\Administrative Templates\System\Logon.
  2. Double-click Run These Programs At User Logon. In the Setting tab, select Enabled.
  3. To assign startup applications through policy, click Show. In the Show Contents dialog box that appears, specify applications according to their full file or UNC path, such as D:\Program Files\Internet Explorer\IEXPLORE.EXE or \\DCServ01\Apps\STATS.EXE.
  4. Close all open dialog boxes.

Disabling Run Lists Through Policy

Using policy, you can disable legacy run lists as well as run-once lists. Legacy run lists are stored in the registry in

HKEY_LOCAL_MACHINE 
\Software
\Microsoft
\Windows
\CurrentVersion
\Run

and

HKEY_CURRENT_USER
\Software
\Microsoft
\Windows
\CurrentVersion
\Run

Run-once lists can be created by administrators to specify programs that should run the next time the system starts but not on subsequent restarts. Run-once lists are stored in the registry under

HKEY_LOCAL_MACHINE
\Software
\Microsoft
\Windows
\CurrentVersion
\RunOnce

To disable run lists, follow these steps:

  1. Access Group Policy for the computer you want to work with. Next, access Computer Configuration\Administrative Templates\System\Logon or User Configuration\Administrative Templates\System\Logon.
  2. Double-click Do Not Process The Run Once List. In the Setting tab, select Enabled and then click Next Setting.
  3. In the Do Not Process The Legacy Run List Properties dialog box, select Enabled and then click OK.


Previous   |  Table of Contents   |  Next



Last Updated: September 22, 2001
Top of Page