Click to See Complete Forum and Search --> : script to modify registry values


ranadhir nag
November 7th, 2006, 10:11 AM
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?

PeejAvery
November 7th, 2006, 10:34 AM
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.