Jump to content

Recommended Posts

Posted

Hi

 

Please could you help. I am running a windows 2008 domain with windows xp and we are just venturing into windows 7 with our next batch of pc's.

 

I am trying to lock the computers down for the students to avoid problem.

 

What settings do people advice I set as a starting point.

 

Thanks for all your help.

 

Richard

Posted

You need to really have a read through other post. We are getting ready to role it out and the amount of Reg Fixs I have had to do it unreal!!

 

Make a new GPO go though it and lock it down, Redirection was a bit of a problem for me, now sorted now.

I redirected the My Doc and so on to the Drive Letter of the users home drive, in my case.. H:` , not the full path,``server``share and so on. This was the only way it worked for me. Also the explore bar on the left side you will need reg fixs for that and to also remove control panel from the desktop, or just block access if you like.

Really Test it first!!

Posted

You'll need to test extensively, perhaps with a VM on your PC? It took me the best part of a month to transition everything.

 

First up, I installed a 2008 R2 DC after updating the schema.

I then created a new OU for Windows 7 PCs, with just the default domain policy applying.

I then set up a new user with a new blank GPO for user settings. I also removed the profile settings for this user.

I then worked through the GPs, changing settings as I found them, and testing them on the Windows 7 PC. I used GPPs rather than scripts to do most of the settings like drive maps and printers.

I applied reg fixes for the black desktop fault and to remove Libraries.

I tested the user extensively.

I then tested the new GPO on a Windows XP machine, to make sure it was totally compatible between the two as we still run XP alongside.

I built a new mandatory profile for Windows 7 logins.

I then applied the new GPO to all students. After further testing, a modified version was applied to admin staff, then eventually teaching staff.

I used WMI filters to seperate some policies, like themes (so 7 users get Aero, XP users get Classic with XP Start Menus).

 

Lots of work, but worthwhile.

  • Thanks 1
Posted
You need to really have a read through other post. We are getting ready to role it out and the amount of Reg Fixs I have had to do it unreal!!

 

Make a new GPO go though it and lock it down, Redirection was a bit of a problem for me, now sorted now.

I redirected the My Doc and so on to the Drive Letter of the users home drive, in my case.. H:` , not the full path,``server``share and so on. This was the only way it worked for me. Also the explore bar on the left side you will need reg fixs for that and to also remove control panel from the desktop, or just block access if you like.

Really Test it first!!

 

HI

We already have the basics from windows xp locked down. I am looking for the extras that have come with windows 7 like the

Network icon in explorer

Favorites in explorer

Libraries in explorer

Control panel desktop

 

and how people have done these. We have found registry keys but gpo not forcing them in for Favorites and Libraries and control panel.

 

I have found an adm for network in explorer

-----------------------------------------

; Use this one for hiding the network icon in your explorer.

 

CLASS MACHINE

 

CATEGORY !!Custom

 

CATEGORY !!ExplorerExtras

 

POLICY !!HideNetworkInExplorer

KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum"

EXPLAIN !!HideNetworkInExplorer_Help

VALUENAME "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"

VALUEON NUMERIC 1

VALUEOFF NUMERIC 0

END POLICY

 

END CATEGORY

 

END CATEGORY

 

[strings]

Custom="Custom Policies"

ExplorerExtras="Windows Explorer Extra's"

HideNetworkInExplorer="Hide Network Icon in Explorer 2008/Vista"

HideNetworkInExplorer_Help="Enable this one to hide the icon, disable or unconfigure to show it..."

 

 

------------------------------------

Posted

HI

 

We have already started putting wmi filter on gpos so they only apply to windows 7.

 

We have tested the registry setting and they work but for some reason we have not managed to get the registry keys to apply through gpo.

 

Richard

Posted

Hi

After making a nice fluffy policy i had a few problems with certain aspects. i found this useful. Its got things like removing network and library icons and a couple of other bits. Maybe useful to you.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...