Answered by:
Per-User Display Settings 2k8 Std AD, Win7 Clients

Question
-
I need to have display settings change based on who is logged in on a group of Windows 7 clients. One user account needs to be at 800x600, another at 1024x768. Both accounts are heavily locked down, so they cannot change the resolution themselves (and they're small children so we don't want them messing with it anyway).
Our AD is running on Windows Server 2008 Standard. The clients are all running Windows 7.
Is there a login script or GPO option I can use to do this? I can't find it...
Thanks!
DonSunday, June 5, 2011 2:55 PM
Answers
-
Try using QRes and use a login kixtart script like :
IF InGroup("Res_800x600")
shell "qres.exe /x:800 /y:600"
EndIF
Use GPP Files to push the Qres.exe file locally on the computers to %Windir%\System32 and create a Res_800x600 AD group for this to work.
" Never panic before reboot ! "- Proposed as answer by Arthur_LiMicrosoft contingent staff Monday, June 6, 2011 5:33 AM
- Marked as answer by Arthur_LiMicrosoft contingent staff Tuesday, June 14, 2011 5:12 AM
Sunday, June 5, 2011 5:24 PM -
Hi,
If you encounter any difficulties when customizing the scripts, you may submit a new question in The Official Scripting Guys Forum! which is a best resource for scripting related issues.
The Official Scripting Guys Forum!
http://social.technet.microsoft.com/Forums/en/ITCG/threads
Regards,
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked as answer by Arthur_LiMicrosoft contingent staff Tuesday, June 14, 2011 5:12 AM
Monday, June 6, 2011 5:33 AM
All replies
-
Try using QRes and use a login kixtart script like :
IF InGroup("Res_800x600")
shell "qres.exe /x:800 /y:600"
EndIF
Use GPP Files to push the Qres.exe file locally on the computers to %Windir%\System32 and create a Res_800x600 AD group for this to work.
" Never panic before reboot ! "- Proposed as answer by Arthur_LiMicrosoft contingent staff Monday, June 6, 2011 5:33 AM
- Marked as answer by Arthur_LiMicrosoft contingent staff Tuesday, June 14, 2011 5:12 AM
Sunday, June 5, 2011 5:24 PM -
Hi,
If you encounter any difficulties when customizing the scripts, you may submit a new question in The Official Scripting Guys Forum! which is a best resource for scripting related issues.
The Official Scripting Guys Forum!
http://social.technet.microsoft.com/Forums/en/ITCG/threads
Regards,
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked as answer by Arthur_LiMicrosoft contingent staff Tuesday, June 14, 2011 5:12 AM
Monday, June 6, 2011 5:33 AM