edit 2000 registry from command prompt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone know how to edit the registry of a 2000 machine from a command prompt,
without downloading the "reg del" from the resource kit? I need to create a
batch file that will delete a registry key on all our 2000 servers.

thanks,
Greg
 
Anyone know how to edit the registry of a 2000 machine from a command prompt,
without downloading the "reg del" from the resource kit? I need to create a
batch file that will delete a registry key on all our 2000 servers.

thanks,
Greg

Yes.

See tips 2165 and 4012 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Greg said:
this does not work for 2000

Incorrect. Both of these suggestions work as advertised.

Saying "This does not work" is 1) a useless problem description and 2)
does not provide enough information to provide further assistance.

You need to be more specific about your requirements.
 
In microsoft.public.win2000.cmdprompt.admin =?Utf-8?B?R3JlZw==?=
wrote:
Anyone know how to edit the registry of a 2000 machine from a
command prompt, without downloading the "reg del" from the
resource kit? I need to create a batch file that will delete a
registry key on all our 2000 servers.

REG.EXE is freely available (by download) but also on the original
W2K CD as "Support Tools". The CD version may be older than is
available on-line for download for some of the tools.
 
In microsoft.public.win2000.cmdprompt.admin =?Utf-8?B?R3JlZw==?=
wrote:
this does not work for 2000

I beg to differ. The actual REG file technique works on W2K just
fine. Perhaps you are running into some other problem such as
insufficient permission or a "locked" key. No way to know without
some details.
 
Back
Top