Fix #3951 Update Windows::Registry to use cmd_exec
parent
656e6f5c73
commit
02cd2a9cd9
|
@ -170,7 +170,7 @@ protected
|
||||||
elsif view == REGISTRY_VIEW_64_BIT
|
elsif view == REGISTRY_VIEW_64_BIT
|
||||||
cmd += " /reg:64"
|
cmd += " /reg:64"
|
||||||
end
|
end
|
||||||
session.shell_command_token_win32("#{cmd} #{suffix}")
|
cmd_exec("#{cmd} #{suffix}")
|
||||||
end
|
end
|
||||||
|
|
||||||
def shell_registry_cmd_result(suffix, view = REGISTRY_VIEW_NATIVE)
|
def shell_registry_cmd_result(suffix, view = REGISTRY_VIEW_NATIVE)
|
||||||
|
|
Loading…
Reference in New Issue