How to change another user's registry settings

J

Joe

Hi,

we have a server running with several users accessing.
From time to time I need to change a user's registry
settings in HKCU and I did that by logging on to the
server with the user's id and pw which is very annoying. I
know that the individual settings are somewhere in the
user's profile so there must be a way to edit these
settings without havong to logon with the user's id and
pw. Any ideas?

Thanks .. Joe
 
O

Oli Restorick [MVP]

Group Policy is the tool for doing this. If the registry edits you're doing
are common ones, they may already be in there.

If not, you can either create a custom ADM file (see help, it's documented
there) or you can create a .reg file and use "regedit /s myfile.reg" to
import it silently.

Oli
 
O

Oli Restorick [MVP]

Group Policy is the tool for doing this. If the registry edits you're doing
are common ones, they may already be in there.

If not, you can either create a custom ADM file (see help, it's documented
there) or you can create a .reg file and use "regedit /s myfile.reg" to
import it silently.

Oli
 
C

CyberDroog

we have a server running with several users accessing.
From time to time I need to change a user's registry
settings in HKCU and I did that by logging on to the
server with the user's id and pw which is very annoying. I
know that the individual settings are somewhere in the
user's profile so there must be a way to edit these
settings without havong to logon with the user's id and
pw. Any ideas?

Use registry editor to connect to their system while they are logged on.
Or use a command line tool to edit their registry files while they are
logged off.
 
C

CyberDroog

we have a server running with several users accessing.
From time to time I need to change a user's registry
settings in HKCU and I did that by logging on to the
server with the user's id and pw which is very annoying. I
know that the individual settings are somewhere in the
user's profile so there must be a way to edit these
settings without havong to logon with the user's id and
pw. Any ideas?

Use registry editor to connect to their system while they are logged on.
Or use a command line tool to edit their registry files while they are
logged off.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top