Need help implementing group policy to load registry values

  • Thread starter Thread starter Andy Svendsen
  • Start date Start date
A

Andy Svendsen

I have to load custom software configuration settings directly into
HKEY_CURRENT_USER\Software. How can I accomplish this for users who are not
local administrators? When I try using a script to run regedit, I get an
error, because ordinary users do not have administrative rights. I want to
try to design an GPO for an OU to run at logon to load the value. Can
anyone help me with this please? Thanks.

--
*******************************************************************
Andy S.
MCSE NT/2000, MCDBA SQL 7/2000
(e-mail address removed)

Please remove NOMORESPAM before replying.

Always keep your antivirus and Microsoft software
up to date with the latest definitions and product updates.
Be suspicious of every email attachment, I will never send
or post anything other than the text of a http:// link nor
post the link directly to a file for downloading.


*******************************************************************
 
you are going to want to run your reg editing script from a "Computer
Startup script" this is under "compouter config/windows
settings/scripts/startup/ put the script in there so they run as the local
system account and not the users.

Philip Nunn
 
Back
Top