Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Admin controlled desktop settings for users

Status
Not open for further replies.

viciousdogs

Technical User
May 7, 2003
44
US
Is there a way for the administrator to set up different display profiles for each user who logs on to a machine without the individual user having any access to the display properties?

For example:
User A has a screen resolution of 1024x768
User B has a screen resolution of 800x600
Administrator sets both of the above.

thanks
 
Do you mean locally or on a network basis? Are you trying to set different settings for two people locally on one PC, or are you trying to set this for many users across a network?
 
SYMPTOMS
When you log on as a user and set a screen resolution, and then log off from and then back on to the computer as another user by either using Fast User Switching (FUS) or by logging off, the screen resolution remains the same for each user.
CAUSE
This behavior occurs because when you modify the screen resolution and the color depth settings in the Display Properties dialog box, the changes that you make are applied to all users on the computer; The screen resolution is a system-wide setting and is not related to individual user profiles.
STATUS
This behavior is by design.

Source:
One possible route

1. Start/Run/Regedit and Navigate to:
HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\{3A2C2EBE-ECDB-4A7B-99EC-
58117AFDC5E2}\0000\Mon22446688

2. Find 'DefaultSettings.XResolution'. That is your y axis. Edit as a Decimal to what you want it to be. IE 1152.
3. Find 'DefaultSettings.YResolution'. That is your x axis. Edit as a decimal to what you want it to be. IE 863.
4. Reboot.

Or...

Start/Run/Regedit: HKEY_CURRENT_CONFIG\Display\Settings. In the right pane, right click Resolution, modify, 800,600.

Finally, there is a terrific freeware utility by Doug Knox, MVP called 'Keep User display settings' found on his site under XP Utilities:
This allows per user settings for display settings.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top