PDA

View Full Version : Edit Registry without user intervention (WXP-Pro)



static
04-30-2004, 09:45 AM
I work IT in the radio industry, we have newsroom users that create audio recordings on their workstations and while they record material they may continue to work on other programs... The problem is clicking from IE and other system events end up in the recordings. Finding the registry entry to edit was the easy part. The problem lies in user profiles. each user has to have the registry edited. We have 30 or more users that share 8 workstation at any given time a user could be on any of these workstations.

I don't want a user having to select yes to edit the registry and then ok when its done. I want to just leave the edit in a log on script so that it can be deployed and forgotten about.

I have tried regini... it does not seem to be able to edit HKCU. maybe I have overlooked something any assistance would be appreciated.

Sincerely.

William

static
04-30-2004, 12:49 PM
I am still extremely interested in an answer to this. However I have decided for now to create half second long wav files that contain silence to replace existing system sound files. after all there are only about 5 culprit files to take care of.

Jama
04-30-2004, 05:52 PM
Open a Command window and type;

reg add /?


Jama

static
05-01-2004, 07:06 PM
Thank you for taking time to reply... I will check this out as soon as I return to work on Monday, and see if this is the solution I am looking for.