Re: Registry Add Commands
- From: John Wunderlich <jwunderlich@xxxxxxxxx>
- Date: Mon, 25 Jul 2005 19:36:24 GMT
"=?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
.
- Follow-Ups:
- Re: Registry Add Commands
- From: Terry Swift
- Re: Registry Add Commands
- References:
- Registry Add Commands
- From: Terry Swift
- Re: Registry Add Commands
- From: Puja Pandey[MSFT]
- Re: Registry Add Commands
- From: Terry Swift
- Registry Add Commands
- Prev by Date: Re: upgrade mulitple windows 98 pc's to windows 2000
- Next by Date: Blank Screen at Boot for 5 Minutes
- Previous by thread: Re: Registry Add Commands
- Next by thread: Re: Registry Add Commands
- Index(es):
Relevant Pages
|