1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3 <refentry id="regpatch.1">
6 <refentrytitle>regpatch</refentrytitle>
7 <manvolnum>1</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">4.0</refmiscinfo>
15 <refname>regpatch</refname>
16 <refpurpose>Applies registry patches to registry files</refpurpose>
21 <command>regpatch</command>
22 <arg choice="opt">--help</arg>
23 <arg choice="opt">--backend=BACKEND</arg>
24 <arg choice="opt">--credentials=CREDENTIALS</arg>
25 <arg choice="opt">location</arg>
26 <arg choice="opt">patch-file</arg>
31 <title>DESCRIPTION</title>
33 <para>The regpatch utility applies registry patches to Windows registry
34 files. The patch files should have the same format as is being used
35 by the regdiff utility and regedit32.exe from Windows.</para>
37 <para>If no patch file is specified on the command line,
38 regpatch attempts to read it from standard input.</para>
43 <title>OPTIONS</title>
49 Show list of available options.</para></listitem>
53 <term>--backend BACKEND</term>
54 <listitem><para>Name of backend to load. Possible values are:
55 creg, regf, dir and rpc. The default is <emphasis>dir</emphasis>.
60 <term>--credentials=CREDENTIALS</term>
62 Credentials to use, if any. Password should be separated from user name by a percent sign.</para></listitem>
68 <title>VERSION</title>
70 <para>This man page is correct for version 4.0 of the Samba suite.</para>
74 <title>SEE ALSO</title>
76 <para>regdiff, regtree, regshell, gregedit, samba, diff, patch</para>
83 <para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
85 <para>This manpage and regpatch were written by Jelmer Vernooij. </para>