|
-
Jun 25th, 2003, 09:54 AM
#1
Thread Starter
Member
My Registry fix
Hey there 
I want to make this registry edit to a program called TightVNC, so that the server icon does not appear in the system tray when deployed. I have the following code in a file called "fix.reg"
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\DisableTrayIcon= DWORD "1"]
What I wanna do is add a DWORD to the folder WinVNC in the registry, but the above line adds a 'key' to it. How do I add a DWORD to a folder?
** Praise none, but the CREATOR **
---------------------
T-break SUX
-
Jun 30th, 2003, 04:17 AM
#2
-
Jul 1st, 2003, 03:24 AM
#3
Thread Starter
Member
dude if u read my post again, it says that I have a file called 'fix.reg' with some code in it. What I actually want to do is make a registry "file" which would add a DWORD to a particular key. In this way I can send this registry file to my friend and all he has to do is double click the file and it would automaticaly modify the registry without even opening the registry editor.
Anywayz ... I found out the way to do it, its just for convenience sake u see 
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"DisableTrayIcon"=dword:00000001
U put the above code in a file named *.reg and when u double click it, it will automatically add a DWORD to an existing ORL, WinVNC key.
Thanks for your help ... (thumbsUP)
adio ....
** Praise none, but the CREATOR **
---------------------
T-break SUX
-
Jul 5th, 2003, 02:03 AM
#4
for another time, or if anyone else searches back though this post later on, you could have added the key manually as above, then highlighted it in regedit & chosen the file>export key menu to export the above script to a *.reg file...
-
Jul 5th, 2003, 04:35 AM
#5
Thread Starter
Member
My Registry Fix [Resolved]
^^ Well that's what happened actually. I wanted to create a backup of my registry inc ase anything went wrong and so I did. Later, when I looked through the backup registry file, I got the answer to my question :P
** Praise none, but the CREATOR **
---------------------
T-break SUX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|