Link to home
Start Free TrialLog in
Avatar of KOV_VZW
KOV_VZWFlag for Belgium

asked on

alter registry through group policy

Hi,

Everytime my users click in explorer, a new window is opened. The registry key that's responsible for doing that is :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState
0c,00,02,00,2a,01,00,00,60,00,00,00

Where can I put this alteration in group policy ?
is it under Computer of user? is it gpo? or is it a gppreference ?

Our DC is W 2008 R2

Thanks for helping out

Kind regards,
Alex
Avatar of Mino DC
Mino DC
Flag of Italy image

Use a registry export of the registry key and save it in a location on AD server

Create a GPO to Computer level

From GPO, go to Computer -> startup script doing something like "regedit / s myReg.reg" to import it
I would recommend for that Group Policy Preferences (GPP)
You can simply set up there registry key to modify (update)

More about that you will find in this guide at
http://www.microsoft.com/download/en/details.aspx?id=24449

If you have Windows 7 cleints then you don't have to do anything more. But in case that you have XP clients, you need to download and install Client Side Extension (CSE) on them to apply this GPO

CSE can be downloaded from
http://www.microsoft.com/download/en/details.aspx?id=3628

Regards,
Krzysztof
Avatar of KOV_VZW

ASKER

@MinoDC

I'll get back at you. I first want to try the GPP side of the story.


@iSiek

I've allready been testing a bit with GPP and the problem is that it only works on newly created accounts. Even when I restart the computer, the setting is not altered. I assume the GPP is set on Computer, and not in user ?

Kind regards
ASKER CERTIFIED SOLUTION
Avatar of Krzysztof Pytko
Krzysztof Pytko
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KOV_VZW

ASKER

Didn't forget 'bout this. Just had some other things with grater priority
No problem, don't hurry up :)
Just let me know if you wish more help

Krzysztof