R
Robert Paris
How do I search the registry from the command line?
Use Reg.exe. Depending on your OS Version you already have it (XP) orRobert Paris said:How do I search the registry from the command line?
In said:Is that really the only way to search the registry from the
command line? From Windows 2000 and previous there's never been a
built-in command-line utility?
Mark said:However the quoted article points to a free download
ttp://download.microsoft.com/download/win2000platform/Tool/SP3/NT5/EN-US/SP3SupportTools.exe
which is the same or updated versions of the tools shipped on the
W2K CD as installable (free) "Support Tools". (almost as "built-in")
In said:Is that really the only way to search the registry from the
command line? From Windows 2000 and previous there's never been a
built-in command-line utility?
In said:Regarding your pet peeve:
There are a couple of causes that I'm aware of which result in
such tools not being shipped with the OS --
1. Supportability -- yet another codebase to support. Who fixes
bugs in it, and who tests it for regressions (this gets even worse
when the tool can run on multiple OS/SKU/Language/Architecture --
quickly, a huge matrix comes out of any tiny change).
2. Uniformity -- everything in the OS must meet certain
requirements. If it has UI, it needs a help file. It needs to be
localized (which has its own schedule and costs). Etc
It is QUITE trivial for us to crank out a useful utility.
Sometimes, the ResKit tools are utilities originally intended for
the OS but the costs got too great for the benefit, or the
schedule slipped, etc, and the ResKit becomes a way for these
tools to see the light of day without supportability nor
uniformity requirements.
These are all real and significant costs that customers seem to
expect for free... something's gotta give.
But the way I'd like to think of it is that maybe there is a
better model for everyone to be happy with such tools and support;
I'd love to hear any comments/suggestions on it.