Re: Changing a string value in the registry using a .reg file
- From: "David H. Lipman" <DLipman~nospam~@Verizon.Net>
- Date: Fri, 23 Dec 2005 11:51:33 -0500
From: "Jerry Manner" <goodminded@xxxxxxxxxxx>
| Hi
|
| I probably should'nt ask this question in this forum, but I could not
| find the proper forum/discussion to ask this and I really need to
| figure this out very urgent.
|
| I want to use a .reg file to make changes in the registry. I am trying
| to change the (Default) string value that can be found at the top of
| every key. I am not able to do this . I use the following code in my
| .reg file to achieve this.
|
| Windows Registry Editor Version 5.00
|
| [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus
| Notes\Shell\Open\Command]
| "(Default)"="C:\\Program Files\\Lotus\\notes\\notes.exe
| =i:\\Notes\\notes.ini"
|
| But instead of changing the (Default) string value it adds a double
| string value called (Default). How can I change the (Default) string
| value using the .reg file??
|
| Thank in advance
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\LotusNotes\Shell\Open\Command]
@="C:\\Program Files\\Lotus\\notes\\notes.exe=i:\\Notes\\notes.ini"
--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm
.
- Follow-Ups:
- Re: Changing a string value in the registry using a .reg file
- From: Jerry Manner
- Re: Changing a string value in the registry using a .reg file
- References:
- Changing a string value in the registry using a .reg file
- From: Jerry Manner
- Changing a string value in the registry using a .reg file
- Prev by Date: Changing a string value in the registry using a .reg file
- Next by Date: Re: Changing a string value in the registry using a .reg file
- Previous by thread: Changing a string value in the registry using a .reg file
- Next by thread: Re: Changing a string value in the registry using a .reg file
- Index(es):
Relevant Pages
|