Re: Registry Add Commands



John,

When I'm in the "cmd" prompt and doing the "reg add /?" without the quotes
of course, it gives me the 'reg' is not recognized as an internal or external
command, operable program or batch file. I've never heard of reg.exe version
2.0 or newer - where does that come from? I have SP4 and the highest update
after that, so I would assume that my files would be updated to the latest
and greatest.

Terry

"John Wunderlich" wrote:

> "=?Utf-8?B?VGVycnkgU3dpZnQ=?="
> <TerrySwift@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
> news:9667F968-BE80-4767-8C16-BAE4F94919D1@xxxxxxxxxxxxx:
>
> > Here are the two keys that the Tech wants to be installed. I put
> > them into the .reg file, but they wouldn't load.
> >
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS\Parameter
> > s /v ServiceDll /t REG_EXPAND_SZ /d %windir%\System32\qmgr.dll
> >
> > HKey_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\F
> > ilesNotToBackup
> >
> > Are there are commands that I need to put in from of the keys to
> > get them to load?
> >
> > Terry
> >
>
> Assuming you are using reg.exe version 2.0 or newer, simply put
> reg add
> in front of your commands at a command prompt. For help, type
> "reg add /?".
> So your first example would be:
> reg add HKLM\SYSTEM\CurrentControlSet\Services\BITS\Parameters /v ServiceDll /t REG_EXPAND_SZ /d %windir%\System32\qmgr.dll
>
> This is not the correct format for a ".reg" file.
>
> HTH,
> John
>
.



Relevant Pages

  • Re: uart testbench help
    ... startC, preset, reset); ... output reg resetC; ... //read an 8bit command from the reciever buffer, ... commands to start and reset signals ...
    (comp.lang.verilog)
  • Re: uart testbench help
    ... startC, preset, reset); ... output reg resetC; ... //read an 8bit command from the reciever buffer, ... commands to start and reset signals ...
    (comp.lang.verilog)
  • Re: Registry Keys to set Explorer settings
    ... so all the reg tweaks which are for the HKEY_CURRENT_USER i should put in ... HKEY_CURRENT_USER keys. ... This will load the default user's ntuser.dat, ... >>> .default is the settings for when noone is logged in. ...
    (microsoft.public.windowsxp.customize)
  • Re: Registry Keys to set Explorer settings
    ... so all the reg tweaks which are for the HKEY_CURRENT_USER i should put in ... HKEY_CURRENT_USER keys. ... This will load the default user's ntuser.dat, import the HKEY_USERS tweaks ...
    (microsoft.public.windowsxp.customize)
  • Re: Edit Default User NTUSER.DAT
    ... Olof, this is exactly what I was looking for. ... I can load the ntuser.dat file into the hive ok ... I then reg import my .reg file ... >But if you want to do it from a script or command line, ...
    (microsoft.public.win2000.security)