[THIN] Re: Updating All Users Registry

  • From: Jeff Pitsch <jepitsch@xxxxxxxxx>
  • To: thin@xxxxxxxxxxxxx
  • Date: Fri, 4 Nov 2005 08:25:48 -0500

Actually I would recommend before even this getting some experience with
Group Policy. It's a great tool for controlling literally hundreds of
settings on workstations and servers.
 You may also want to get the ADM files from the office resource kit. MS may
already have the setting implemented that your tyring to set.
 Jeff

 On 11/4/05, Eilers, Lee <lee4@xxxxxxx> wrote:
>
> You need to write a ADM template that you would then deploy via GPO. If
> you do Citrix, you should learn to do ADM templates and GPO's. It's really
> not that hard. For example
>  Substitute USER in place of MACHINE when you want to affect the HKCU
>  CLASS MACHINE
> CATEGORY "NIC Error Statistics"
> KEYNAME "SYSTEM\CurrentControlSet\Control\Network\Connections"
> POLICY "Display NIC Error Statistics"
> VALUENAME "ShowLanErrors"
> VALUEON NUMERIC 1
> VALUEOFF NUMERIC 0
> END POLICY
> END CATEGORY
>  Save as an .ADM extension file, import into a GPO via Administrative
> Templates, enable settings, done.
>  In your case,
>   CLASS USER
> CATEGORY "MS Word Page Numbering"
> KEYNAME "Software\MS\Office\11.0\Word\Options"
> POLICY "Set Page Numbering"
> VALUENAME "<<<Insert Reg Key here>>"
> VALUEON NUMERIC 1
> VALUEOFF NUMERIC 0
> END POLICY
> END CATEGORY
>
>  ------------------------------
> *From:* thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] *On
> Behalf Of *Dogers
> *Sent:* Friday, November 04, 2005 8:06 AM
> *To:* thin@xxxxxxxxxxxxx
> *Subject:* [THIN] Re: Updating All Users Registry
>
>  On 04/11/05, Jeremy Saunders <jeremy.saunders@xxxxxxxxxxx> wrote:
> >
> > Place it in an adm policy template. Then it will automatically be
> > applied
> > without them logging off.
> >
> > What's the registry key?
> >
>
> I thought AD could only do permissions on keys, not adding keys and
> values??
>
> It's actually an MSWord option I need to add in, something which came in
> with SP1, to control the page numbering.
> (HKCU\Software\MS\Office\11.0\Word\Options)
>
> Andrew
>

Other related posts: