Guest_imported
New member
- Jan 1, 1970
- 0
hi,
I wonna creat an entry (a key or a value)in the registry of windows XP with java,
is there any class that do that, or is there a way do it without using
regedit (cause regedit give you a prompt) so I can use Runtime like that
Runtime.getRuntime().exec("cmd.exe /c start a_command_in_dos_to_add_a_key_in_the_registry"
I wonna creat an entry (a key or a value)in the registry of windows XP with java,
is there any class that do that, or is there a way do it without using
regedit (cause regedit give you a prompt) so I can use Runtime like that
Runtime.getRuntime().exec("cmd.exe /c start a_command_in_dos_to_add_a_key_in_the_registry"