+ Post New Thread
Page 1 of 3 123 LastLast
Results 1 to 15 of 36
Windows Server 2000/2003 Thread, I'm stuck !! Group Policy Registry Keys in Technical; Lordy I'm stuck - I've added keys etc via group policy before but never values. Can it be done ? ...
  1. #1

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596

    I'm stuck !! Group Policy Registry Keys

    Lordy I'm stuck - I've added keys etc via group policy before but never values. Can it be done ? I can't see the wood from the trees in regards to the amount of documentation I've googled so far.
    Example from this:

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Multimodis Latina\Revise Latin\VerbsE]
    "regcode1"="{removed as its part of a key}"
    "regcode2"="{removed as its part of a key}"
    "regcode3"="{removed as its part of a key}"
    I can add the key HKEY_LOCAL_MACHINE\SOFTWARE\Multimodis Latina\Revise Latin\VerbsE
    But can't work out how to add the values of after that.... [ The regcode entries ]
    Someone put me out of my misery....

    And I want to do this via group policy as I can't be arsed to knock up a script.
    Last edited by ZeroHour; 4th February 2010 at 12:19 PM.

  2. IDG Tech News

  3. #2


    Join Date
    Mar 2009
    Location
    Leeds
    Posts
    3,493
    Thank Post
    134
    Thanked 473 Times in 412 Posts
    Rep Power
    149
    in 2003 all you can do is premissions isnt it?

    i think 08 allows you to add keys via preferences

  4. #3

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596
    Quote Originally Posted by sted View Post
    in 2003 all you can do is premissions isnt it?

    i think 08 allows you to add keys via preferences
    Bugger - if that's the case. [ I can add the keys, it's the values I need to add too ] Looks like a script it will have to be then - god darn it.

  5. #4


    Join Date
    Mar 2009
    Location
    Leeds
    Posts
    3,493
    Thank Post
    134
    Thanked 473 Times in 412 Posts
    Rep Power
    149
    you may be able to make a custom gpo to set them

  6. #5
    chazzy2501's Avatar
    Join Date
    Jan 2008
    Location
    South West
    Posts
    751
    Thank Post
    119
    Thanked 88 Times in 77 Posts
    Rep Power
    31
    Can't you add reg values using the GPO client side extensions?

  7. #6

    bossman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    3,314
    Thank Post
    859
    Thanked 823 Times in 597 Posts
    Rep Power
    276
    @mattx:

    Is this what your after?
    How to add, modify, or delete registry subkeys and values by using a registration entries (.reg) file

    Or am I barking up the wrong Reg tree WooF! WooF!

  8. 2 Thanks to bossman:

    mattx (4th February 2010), webman (4th February 2010)

  9. #7

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,542
    Blog Entries
    22
    Thank Post
    447
    Thanked 606 Times in 450 Posts
    Rep Power
    178
    Yeah you can do this, the MS guide is here

    Edit: Ah Bossman beat me to it

    Edit2: Here is more info on GPOs and Reg changes from msdn
    Last edited by sparkeh; 4th February 2010 at 11:42 AM.

  10. #8

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596
    Quote Originally Posted by bossman View Post
    @mattx:

    Is this what your after?
    How to add, modify, or delete registry subkeys and values by using a registration entries (.reg) file

    Or am I barking up the wrong Reg tree WooF! WooF!
    Your puns are getting worse.......
    Sort of, I have some .reg files already in effect via user logon scripts. I wanted to be clever and do it via group policy instead......Security\Registry etc - why ? 'Cos I'm bored and wanted to do something in a different way that I have done before...

  11. Thanks to mattx from:

    bossman (4th February 2010)

  12. #9

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    You need the .adm white paper: http://www.microsoft.com/downloads/d...displaylang=en

    It was last changed in 2004 though - the API is pretty stable, but if you're going to do anything weird check it hasn't changed since then.

  13. Thanks to powdarrmonkey from:

    bossman (4th February 2010)

  14. #10

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,678
    Blog Entries
    1
    Thank Post
    682
    Thanked 1,017 Times in 591 Posts
    Rep Power
    264
    You could just use group policy extensions as working with the registry is a part of that. Thats what we use and it rocks so far.

  15. 2 Thanks to ZeroHour:

    bossman (4th February 2010), mattx (4th February 2010)

  16. #11

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596
    Something is going out the window in a moment -

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Multimodis Latina\Revise Latin\VerbsE]
    
    "regcode1"="{removed as its part of a key}"
    "regcode2"="{removed as its part of a key}"
    "regcode3"="{removed as its part of a key}"
    In a .reg file is not working with my normal logon scripts with a:

    regedit /s revise_latin2.reg

    line in - it's not even adding the frigging key for christ's sake......All my other ones are working......looking for something to throw out the window.....
    Last edited by ZeroHour; 4th February 2010 at 12:18 PM. Reason: removed keys

  17. #12

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    7,558
    Blog Entries
    9
    Thank Post
    444
    Thanked 1,911 Times in 1,625 Posts
    Rep Power
    458
    This could be of some help Guide to Creating Custom ADM Files for GPO Distribution

    It outlines the creation of ADM templates for stuff like this.

  18. #13

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596
    Quote Originally Posted by ZeroHour View Post
    You could just use group policy extensions as working with the registry is a part of that. Thats what we use and it rocks so far.
    Thanks for the heads up on this - I have not looked into it at all but certainly will do as it may be help quite a bit on our 2003 server setup.

  19. #14


    Join Date
    Mar 2009
    Location
    Leeds
    Posts
    3,493
    Thank Post
    134
    Thanked 473 Times in 412 Posts
    Rep Power
    149
    Quote Originally Posted by mattx View Post
    Something is going out the window in a moment -

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Multimodis Latina\Revise Latin\VerbsE]
    
    "regcode1"="{removed as its part of a key}"
    "regcode2"="{removed as its part of a key}"
    "regcode3"="{removed as its part of a key}"
    In a .reg file is not working with my normal logon scripts with a:

    regedit /s revise_latin2.reg

    line in - it's not even adding the frigging key for christ's sake......All my other ones are working......looking for something to throw out the window.....
    whatabout as a startup script as they run as admin login run as the users dont they?

  20. #15

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596
    Quote Originally Posted by sted View Post
    whatabout as a startup script as they run as admin login run as the users dont they?
    Well it's odd as I have made a .reg & have it running in a logon script with a regedit /s command with other ones and it's just not working - my other ones are, [ for example that one that forces a change in the desktop wallpaper ] - but this one just refuses to work. I'll end up knocking up a AutoIT script by the looks of it.
    I've tried various versions of the .reg file etc but nope, just won't take. Tried admin accounts too, nothing....Must be a 'feature'

SHARE:
+ Post New Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. Disabling sticky keys via group policy
    By timbo343 in forum Windows
    Replies: 26
    Last Post: 30th June 2011, 05:18 PM
  2. VB Delete registry keys with sub keys
    By cookie_monster in forum Scripts
    Replies: 1
    Last Post: 6th November 2009, 09:57 AM
  3. Replies: 9
    Last Post: 10th February 2009, 03:46 AM
  4. Group policy
    By ricki in forum Networks
    Replies: 5
    Last Post: 29th February 2008, 02:40 PM
  5. Group Policy OU's
    By iownitcouk in forum Windows
    Replies: 3
    Last Post: 23rd February 2008, 03:24 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •