putting a reg key on a users PC as admin

Soldato
Joined
27 Jan 2005
Posts
3,137
Location
Versailles
Hi, silly question,

Got a pc i need to put a trusted site onto, but im in one building and they are in another. What i need is a program or way of putting a new regkey into the curent user tree for them, without giving them any passwords to use.

I know all the passwords for the network/localpc - but not sure how this bit is done.

Any ideas?

ta.
 

Vai

Vai

Soldato
Joined
18 Oct 2002
Posts
3,347
Psexec and REG?

Something like

psexec \\computerName -u domain\administrator -p password REG ADD etc
 
Last edited:
Soldato
OP
Joined
27 Jan 2005
Posts
3,137
Location
Versailles
burnsy2023 said:
How about making a .reg file and then scripting it to run silently on logon?

Burnsy

Can i do that without being at the users PC though?

what i mean is how do i get the reg file onto the users desktop when they have no admin rights to do this. Last thing i want is to have the account anme and password in the file which could be read, if youknow what i mean.
 
Last edited:
Soldato
Joined
15 Dec 2004
Posts
3,819
burnsy2023 said:
How about making a .reg file and then scripting it to run silently on logon?

Burnsy

Thats the best way of doing it. There shouldn't be any security issues with it because logon scripts run with elevated privileges anyway :)
 
Back
Top Bottom