From 381fb8baa1035d55d6d50a5cdfebc044c35589f6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 7 Jun 2002 11:12:16 +0000 Subject: * regtool.cc (Fail): Be more verbose. (find_key): Add support for remote registry access. (usage): Document it. * utils.sgml: Document it. --- winsup/utils/utils.sgml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'winsup/utils/utils.sgml') diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 6677611fe..e0ad2f932 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -710,12 +710,15 @@ Regtool Copyright (c) 2000 Red Hat Inc regtool [-v] unset [key\value] - removes value from key regtool [-q] get [key\value] - prints value to stdout -q=quiet, no error msg, just return nonzero exit if key/value missing - keys are like \prefix\key\key\key\value, where prefix is any of: - root HKCR HKEY_CLASSES_ROOT - config HKCC HKEY_CURRENT_CONFIG - user HKCU HKEY_CURRENT_USER - machine HKLM HKEY_LOCAL_MACHINE - users HKU HKEY_USERS + key is in the format [host]\prefix\KEY\KEY\VALUE, where host is optional + remote host in either \\hostname or hostname: format and prefix is any of: + root HKCR HKEY_CLASSES_ROOT (local only) + config HKCC HKEY_CURRENT_CONFIG (local only) + user HKCU HKEY_CURRENT_USER (local only) + machine HKLM HKEY_LOCAL_MACHINE + users HKU HKEY_USERS + You can use forward slash ('/') as a separator instead of backslash, in + that case backslash is treated as escape character. example: \user\software\Microsoft\Clock\iFormat -- cgit v1.2.3