Haux Posted December 22, 2011 Posted December 22, 2011 Hi all, Recently we bought 31 new PC's & decided to keep them on Windows 7 regardless of our 2003 DC! We are having a few slight problem's & with our last day being tomorrow we are starting to panic a little. We've locked down most thing's but we are still struggling to remove the navigation bar under 'Computer'. I'm not talking about the file, edit e.t.c. bar I'm talking about the one with "Uninstall or change a program, System Properties, Map network Drive bar" Does anyone have any idea's how we can remove this on 31 PC's quite easily? Thanks
superfletch Posted December 22, 2011 Posted December 22, 2011 (edited) Possibly relates to Vista rather than W7, but in the local gpedit.msc? User Configuration\Administrative Templates\Control Panel\Programs: "Hide the programs control panel" ?? **edit - that may only remove the button rather than the entire toolbar. Edited December 22, 2011 by superfletch clarification 1
Michael Posted December 22, 2011 Posted December 22, 2011 If you only have a 2003 DC, you need to install RSAT onto a Windows 7 workstation. This will allow you to control Windows 7 policies until you have a 2008 R2 server in place. If you're unaware, 2003 server can process ADM files (2000/XP) and ADMX files (Vista/7), but you cannot create or modify ADMX files from 2003 server. This is where RSAT and/or 2008 R2 comes in handy, so you can control Windows 7 workstations properly by GPO. I'm not sure of the exact number, but there's probably double the number of GPOs to tweak with Windows 7 than there are with Windows XP. 2
Haux Posted December 23, 2011 Author Posted December 23, 2011 Were still struggling on! It's the last day of term and we have kid's back the first day . In the festive spirit, would anyone be interested in speaking to me over the phone and guiding me through RSAT? I've installed it but none of the policies appear to be taking effect? Thanks
Michael Posted December 23, 2011 Posted December 23, 2011 Once you've installed RSAT, here's how to enable features on a Windows 7 SP1 workstation.
timbo343 Posted December 24, 2011 Posted December 24, 2011 Haux. I have managed to remove the organise tool bar. I think i have put the instructions on here, if i find them, i shall post the link. It requires you to over write some system files.
timbo343 Posted December 24, 2011 Posted December 24, 2011 Ive just found it... http://www.edugeek.net/forums/windows-7/64519-windows-7-final-test-troubles-tests-i-forgot-do.html#post578737 Have a read through this topic
Duke5A Posted December 27, 2011 Posted December 27, 2011 I don't know if you would want to use this, but it makes things a little simpler in our mixed environment. We've got a mix of Windows 7 and Windows XP systems in our network, and to keep the group policies clean we have separate computer policies for those operating systems. To avoid having to separate XP and 7 machines into different organizational units I created a couple WMI filters to filter the policies based on OS version. You can use these queries to create the filters. For Windows 2000/XP Namespace: root\CIMv2 Query: Select * from Win32_OperatingSystem Where Version like "5.%" and ProductType = "1" For Windows Vista/7 Namespace: root\CIMv2 Query: Select * from Win32_OperatingSystem Where Version like "6.%" and ProductType = "1" I hope this helps...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now