script to modify registry values

We need to modify the 'Interact with desktop' setting of a windows service through the registry.One of the options is to do this through a bat file invoking regedit.
Is there any other option through which registry entries can be manipulated through batch scripts?
[278 byte] By [ranadhir nag] at [2007-11-20 2:47:24]
# 1 Re: script to modify registry values
If the changes are static, you can make a registry exported file and silently import them with a batch file.

When it comes to registry editing, batch files will not do the trick in and of themselves. I would suggest VBScript.
PeejAvery at 2007-11-10 3:39:29 >