1REGPATCH(1) System Administration tools REGPATCH(1)
2
3
4
6 regpatch - Applies registry patches to registry files
7
9 regpatch [--help] [--backend=BACKEND] [--credentials=CREDENTIALS]
10 [location] [patch-file]
11
13 The regpatch utility applies registry patches to Windows registry
14 files. The patch files should have the same format as is being used by
15 the regdiff utility and regedit32.exe from Windows.
16
17 If no patch file is specified on the command line, regpatch attempts to
18 read it from standard input.
19
21 --help
22 Show list of available options.
23
24 --backend BACKEND
25 Name of backend to load. Possible values are: creg, regf, dir and
26 rpc. The default is dir.
27
28 --credentials=CREDENTIALS
29 Credentials to use, if any. Password should be separated from user
30 name by a percent sign.
31
33 This man page is correct for version 4.0 of the Samba suite.
34
36 regdiff, regtree, regshell, gregedit, samba, diff, patch
37
39 This utility is part of the Samba[1] suite, which is developed by the
40 global Samba Team[2].
41
42 This manpage and regpatch were written by Jelmer Vernooij.
43
45 1. Samba
46 http://www.samba.org/
47
48 2. Samba Team
49 http://www.samba.org/samba/team/
50
51
52
53Samba 4.0 06/13/2022 REGPATCH(1)