Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

regedit command line

0 views
Skip to first unread message

Patrick Muylaert

unread,
Jun 4, 1997, 3:00:00 AM6/4/97
to

I wanna use regedit on command line level to upgrade clients.
Now it dont work in protected mode. Is there any other utility
or sharew that allows me to upgrade the registry through
login scripts ??

Flemming Christiansen

unread,
Jun 4, 1997, 3:00:00 AM6/4/97
to

Generated .reg-files can be imported into the registry from real mode, by
using regedit.
These .reg-files are merged into the registry as ex:
c:\windows\regedit.exe c:\temp\regfile.reg

you can also delete entire key from the dos command as:
c:\windows\regedit.exe /D HKEY_LOCAL_MACHINE\SOFTWARE\MYKEY

This wil delete the key and all subkeys! so be carefull.

Note that you merge data into the registry, so you cannot delete strings
under a key, only change it.

Flemming Christiansen
Network Administrator
The Aarhus School of Business
F...@hha.dk


Bryan Harrington

unread,
Jun 5, 1997, 3:00:00 AM6/5/97
to

You need to create a file called (for example) changes.reg that includes
the registry keys that you want changed.
Then on the command it would be REGEDIT CHANGES.REG.
0 new messages