1REGEDIT(1) Wine Programs REGEDIT(1)
2
3
4
6 regedit - Wine registry editor
7
9 regedit [textfile]
10
12 regedit is the Wine registry editor, designed to be compatible with its
13 Microsoft Windows counterpart. If called without any options, it will
14 start the full GUI editor.
15
16 The switches are case-insensitive and can be prefixed either by '-' or
17 '/'.
18
20 -E file [regpath]
21 Exports the content of the specified registry key to the speci‐
22 fied file. It exports the whole registry if no key is specified.
23
24 -D Deletes the specified registry key.
25
26 -S Run regedit silently (ignored, CLI mode is always silent). This
27 exists for compatability with Windows regedit.
28
29 -V Run regedit in advanced mode (ignored). This exists for compata‐
30 bility with Windows regedit.
31
32 -L Specifies the location of the system.dat registry file
33 (ignored). This exists for compatability with Windows regedit.
34
35 -R Specifies the location of the user.dat registry file (ignored).
36 This exists for compatability with Windows regedit.
37
38 -? Prints a help message. Any other options are ignored.
39
40 -C Create registry from file (unimplemented).
41
43 wine(1)
44
45
46
47Wine 1.3.24 November 2010 REGEDIT(1)