I would like to add a permanent title bar at the top of a workstation's Desktop window to indicate a machine's security level (Unclassified, Confidential, etc). I would like to do this as a GPO, if possible, on a windows 2008 r2 domain for both Windows 7 and Windows XP workstations.

link|improve this question
feedback

2 Answers

up vote 6 down vote accepted

I'd say your best bet is to make however many wallpapers you need for each classification and deploy the wallpapers via GPO. If you're unsure of how to deploy them, instructions can be found here. You could combine this with different themes to easily distinguish between them.

If you want to make a permanent title bar on top of everything, you'd probably have to write a custom explorer.exe replacement.

link|improve this answer
Definitely don't feel like writing a custom explorer.exe. I will look into the wallpaper deployment idea. Thanks! – Jason Bard Oct 28 '11 at 13:11
feedback

The background image idea from @MarkM is a good one.

If you want something which is more constantly on screen you can also look into using a custom color scheme for your workstations. I've used custom colors to indicate production / dev / etc on my servers on and off. It shouldn't be too hard to set up a GPO to do the same for your workstations.

EDIT - Setting the active window title bar color worked well in my environment.

link|improve this answer
I like this idea. It conveys the level of classification without actually coming out and saying it. I will try it out to see how it looks. Thanks! – Jason Bard Oct 28 '11 at 13:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.