On OSD projects, many times one of the first image/desktop customization requests are:
|
Disable the Windows XP Tour balloon from popping up when domain users logon |
 |
|
At the logon prompt, have the Log on to drop-down set to a domain instead of the local computer name
Note: I’m not going to blog about this one, as there is already a decent blog entryabout this by John Savill
|
 |
Let's be honest, the "Windows XP Tour" balloon is just plain annoying!! After eight years, when was the last time you took “The Tour”?...Yup, my thoughts as well.
I’m all about customizing the OS deployment and making things pretty and simple. For most, the first option to implementing these customizations would be to script them as a reg-hack during the WIM reference build. It’s easy…but it’s static and requires modifying the Default User and/or Administrator account profile in the reference image. I’m from the school of thought: If at all possible, do not make any changes to the image other than installing the base OS and the latest hotfixes. I try to make all efforts to customizing the image during the actual deployment (e.g. not to the reference image) to the target computers as a reg-hack, or as a “post-deployment” managed configuration via Group Policy.
There is not a default group policy object to disabling Windows XP Tour for domain users when they logon. The good news is, I’ve gone ahead and created a group policy template file (.adm) that does this, which you can download and import into your environment. The template has been created and tested under a Windows Server 2003 AD forest/domain environment. If you are still running Windows 2000 AD, (haven’t tested it) I think it should still work. It definitely will not work for Windows Server 2008…
Well, let’s begin…
Read the complete post at http://www.1e.com/1EBlogs/post/2009/06/16/Using-a-GPO-to-disable-the-Windows-XP-tour-ballon.aspx