Yes, absolutely. There are several ways that can be used. Start here:
How to add, modify, or delete registry subkeys and values by using a
registration entries (.reg) file
http://support.microsoft.com/kb/310516
Distributing Registry Changes
http://technet.microsoft.com/en-us/l.../bb727154.aspx
John
Jasper Recto wrote:
> I would like to add a registry entry into every users HKCU registry. Is
> that possible to do from a batch file?
>
>
> If so, what commands do I need to use? I need to add this registry key:
>
> HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
> Locations
>
> And then I need to create another key called Locations under that.
> Then I need to add a string with a value for it.
>
> Is this possible to do from a batch file?
>
> Thanks,
> Jasper
>
>