1REGDIFF(1) System Administration tools REGDIFF(1)
2
3
4
6 regdiff - Diff program for Windows registry files
7
9 regdiff [--help] [--backend=BACKEND] [--credentials=CREDENTIALS]
10 [location]
11
13 regdiff compares two Windows registry files key by key and value by
14 value and generates a text file that contains the differences between
15 the two files.
16
17 A file generated by regdiff can later be applied to a registry file by
18 the regpatch utility.
19
20 regdiff and regpatch use the same file format as the regedit32.exe
21 utility from Windows.
22
24 --help
25 Show list of available options.
26
27 --backend BACKEND
28 Name of backend to load. Possible values are: creg, regf, dir and
29 rpc. The default is dir.
30
31 This argument can be specified twice: once for the first registry
32 file and once for the second.
33
34 --credentials=CREDENTIALS
35 Credentials to use, if any. Password should be separated from user
36 name by a percent sign.
37
38 This argument can be specified twice: once for the first registry
39 file and once for the second.
40
42 This man page is correct for version 4.0 of the Samba suite.
43
45 gregedit, regshell, regpatch, regtree, samba, patch, diff
46
48 This utility is part of the Samba[1] suite, which is developed by the
49 global Samba Team[2].
50
51 This manpage and regdiff were written by Jelmer Vernooij.
52
54 1. Samba
55 http://www.samba.org/
56
57 2. Samba Team
58 http://www.samba.org/samba/team/
59
60
61
62Samba 4.0 06/13/2022 REGDIFF(1)