Sweden-Number/programs/reg
Hugh McMaster cf1e6d3f3f reg: Only prompt the user to overwrite registry data if the given key already exists and [/f] is not supplied.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-03 21:06:23 +02:00
..
tests reg: Add or modify the (Default) registry value if [/v] is not specified. 2021-05-03 21:06:09 +02:00
Makefile.in reg: Split 'add' functions from reg.c. 2021-03-17 20:40:14 +01:00
add.c reg: Only prompt the user to overwrite registry data if the given key already exists and [/f] is not supplied. 2021-05-03 21:06:23 +02:00
delete.c reg: Consistently use 'hkey' for HKEY variables. 2021-04-28 16:25:48 +02:00
export.c reg: Consistently use 'hkey' for HKEY variables. 2021-04-28 16:25:48 +02:00
import.c reg: Allow /reg:32 and /reg:64 switches to be passed via the command line. 2021-04-08 18:56:13 +02:00
query.c reg: Don't enumerate a registry key for subkeys if we know the key does not have subkeys. 2021-04-28 16:25:48 +02:00
reg.c reg: Print the full key path without a trailing backslash. 2021-04-21 21:00:33 +02:00
reg.h reg: Only call get_long_key() when operations require it. 2021-04-05 20:14:02 +02:00
reg.rc reg: Use correct error message if RegCreateKeyExW() fails. 2021-04-29 23:37:45 +02:00
resource.h reg: Use correct error message if RegCreateKeyExW() fails. 2021-04-29 23:37:45 +02:00