1REGTREE(1) System Administration tools REGTREE(1)
2
3
4
6 regtree - Text-mode registry viewer
7
9 regtree [--help] [--backend=BACKEND] [--fullpath] [--no-values]
10 [--credentials=CREDENTIALS] [location]
11
13 The regtree utility prints out all the contents of a Windows registry
14 file. Subkeys are printed with one level more indentation than their
15 parents.
16
18 --help
19 Show list of available options.
20
21 --backend BACKEND
22 Name of backend to load. Possible values are: creg, regf, dir and
23 rpc. The default is dir.
24
25 --credentials=CREDENTIALS
26 Credentials to use, if any. Password should be separated from user
27 name by a percent sign.
28
29 --fullpath
30 Print the full path to each key instead of only its name.
31
32 --no-values
33 Don't print values, just keys.
34
36 This man page is correct for version 4.0 of the Samba suite.
37
39 gregedit, regshell, regdiff, regpatch, samba
40
42 This utility is part of the Samba[1] suite, which is developed by the
43 global Samba Team[2].
44
45 This manpage and regtree were written by Jelmer Vernooij.
46
48 1. Samba
49 http://www.samba.org/
50
51 2. Samba Team
52 http://www.samba.org/samba/team/
53
54
55
56Samba 4.0 11/13/2021 REGTREE(1)