Re: Registry Add Commands
- From: "Terry Swift" <TerrySwift@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 11:37:07 -0700
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\Parameters /v
ServiceDll /t REG_EXPAND_SZ /d %windir%\System32\qmgr.dll
HKey_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup
Are there are commands that I need to put in from of the keys to get them to
load?
Terry
"Puja Pandey[MSFT]" wrote:
> You can use Regedit.exe along with a .reg file to add any entry in the
> registry e.g.
>
> REGEDIT /S addsome.REG
>
>
> OR
>
> You can use Regwrite function with WScript.
> RegWrite ( "keyname" [,"valuename", "type", value] )
> Parameters
>
> keyname The registry key to write to. If no other parameters are
> specified this key will simply be created.
> valuename [optional] The valuename to write to.
> type [optional] Type of key to write: "REG_SZ", "REG_MULTI_SZ",
> "REG_EXPAND_SZ", "REG_DWORD", or "REG_BINARY".
> value [optional] The value to write.
>
>
> --
> Thanks,
> Puja
> ---------------------------------------------------------
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Terry Swift" <TerrySwift@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:67001802-ABF1-409D-B4F7-D0A7ADE1CF72@xxxxxxxxxxxxxxxx
> > I'v need to add some registry key, but forgot how to do the REG4 commands.
> > Can somebody remind me how to add keys thru the REG4 or other REG add thru
> > command line statements.
> >
> > Terry
>
>
>
.
- Follow-Ups:
- Re: Registry Add Commands
- From: John Wunderlich
- Re: Registry Add Commands
- References:
- Registry Add Commands
- From: Terry Swift
- Re: Registry Add Commands
- From: Puja Pandey[MSFT]
- Registry Add Commands
- Prev by Date: Share Drive Problem
- Next by Date: Re: Restore one file out of the System State backup
- Previous by thread: Re: Registry Add Commands
- Next by thread: Re: Registry Add Commands
- Index(es):
Relevant Pages
|