1REGEDIT(1) Wine Programs REGEDIT(1)
2
3
4
6 regedit - Wine registry editor
7
9 regedit [text file]
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 regpath
25 Deletes the specified registry key.
26
27 -S Run regedit silently (ignored, CLI mode is always silent). This
28 exists for compatibility with Windows regedit.
29
30 -V Run regedit in advanced mode (ignored). This exists for compati‐
31 bility with Windows regedit.
32
33 -L location
34 Specifies the location of the system.dat registry file (ig‐
35 nored). This exists for compatibility with Windows regedit.
36
37 -R location
38 Specifies the location of the user.dat registry file (ignored).
39 This exists for compatibility with Windows regedit.
40
41 -? Prints a help message. Any other options are ignored.
42
43 -C file.reg
44 Create registry from file.reg (unimplemented).
45
47 Bugs can be reported on the Wine bug tracker ⟨https://bugs.winehq.org⟩.
48
50 regedit is part of the Wine distribution, which is available through
51 WineHQ, the Wine development headquarters ⟨https://www.winehq.org/⟩.
52
54 wine(1),
55 Wine documentation and support ⟨https://www.winehq.org/help⟩.
56
57
58
59Wine 8.0 November 2010 REGEDIT(1)