PDA

View Full Version : Create script to edit registry



cic
04-17-2001, 09:46 AM
Is there any possibility to create script to control the registry? WinNT 4.0 Workstation

Thanks.

spragers
04-17-2001, 04:36 PM
I've created scripts that delete entries from the registry, so I know it's possible - try http://www.devguru.com/home.asp

RWSchlatter
04-17-2001, 05:33 PM
It all depends on what you intend to do to "...control..." the registry by scripting. Current support is to define and drop keys same as when doing (de-)installs.

For WinNT you may want to download and install the most recent version from Microsoft at:
<a target="_blank" href=http://msdn.microsoft.com/scripting/>http://msdn.microsoft.com/scripting/</a>

also check the Scripting section on this site and the discussion forum, and study the WSH Help File.

______________
Regards - Richard