PDA

View Full Version : RegSetValue problem



MMcM
October 13th, 2002, 12:55 PM
The plugin does support this, but the UI does not expose it well.
If bvalue1 is set, it sets REG_DWORD from lvalue1 instead of REG_SZ from svalue2.

MMcM
October 13th, 2002, 12:55 PM
I have sent Ron an update to the plug-in. This version (1.4) adds a choice of type to the dialog box. Please download it.

Formerly one had to edit the GML file by hand to do numeric values.

vynce
October 13th, 2002, 12:55 PM
One way that you can change any registry value is to use regedit and .reg files. Export the key that you want to change to a .reg file. Modify the .reg file if you need to. Then use an execute command in Girder: regedit.exe /s regfile.reg. This will silently import the .reg file into the registry changing the specified value. Using the plugin would make this a lot easier though.

deep
October 13th, 2002, 12:55 PM
I'd like to change a REG_DWORD key with the plugin RegSetValue.

How can i do this?

deep
October 13th, 2002, 12:55 PM
Thanks Vynce, works well !

deep
October 13th, 2002, 12:55 PM
Sorry MMcM but i haven't understood what you said (i'm french).

I want want to set the key HKEY_LOCAL_MACHINE\SOFTWARE\girder3\FontSize to 25, what i have to set in Key/Name and Value?

Thanks.

deep
October 13th, 2002, 12:55 PM
Good, thanks.