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?
# 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.