Added AvgCharWidth member to font metrics.
[wine] / winedefault.reg
1 # These entries must apparently exist in any win95-compatible registry.
2 # (feed this to `regapi setValue' to install)
3
4 # Shell Folders. The purpose of these are pretty self-evident.
5 # Primarily used by installation programs and the Explorer.
6
7 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
8 "Favorites"="C:\WINDOWS\Favorites"
9 "StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
10 "Desktop"="C:\WINDOWS\Desktop"
11 "Programs"="C:\WINDOWS\Start Menu\Programs"
12 "Fonts"="C:\WINDOWS\Fonts"
13 "SendTo"="C:\WINDOWS\SendTo"
14 "Start Menu"="C:\WINDOWS\Start Menu"
15 "Templates"="C:\WINDOWS\ShellNew"
16 "Recent"="C:\WINDOWS\Recent"
17 "NetHood"="C:\WINDOWS\NetHood"
18 "Personal"="C:\My Documents"
19
20 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
21 "Personal"="C:\My Documents"
22 "Favorites"="C:\WINDOWS\Favorites"
23
24 # Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
25
26 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
27 "Favorites"="C:\WINDOWS\Favorites"
28 "StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
29 "Desktop"="C:\WINDOWS\Desktop"
30 "Programs"="C:\WINDOWS\Start Menu\Programs"
31 "Fonts"="C:\WINDOWS\Fonts"
32 "SendTo"="C:\WINDOWS\SendTo"
33 "Start Menu"="C:\WINDOWS\Start Menu"
34 "Templates"="C:\WINDOWS\ShellNew"
35 "Recent"="C:\WINDOWS\Recent"
36 "NetHood"="C:\WINDOWS\NetHood"
37 "Personal"="C:\My Documents"
38
39 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
40 "Personal"="C:\My Documents"
41 "Favorites"="C:\WINDOWS\Favorites"
42
43 [HKEY_CURRENT_USER\Control Panel\desktop]
44 "DragFullWindows"="0"
45
46 #
47 # Overwrite default load address of BDE 
48 # (Borland database engine)
49 #
50
51 [HKEY_LOCAL_MACHINE\Software\Borland\Database Engine\Settings\SYSTEM\INIT]
52 "SHAREDMEMLOCATION"="9000"
53
54 #
55 # General OLE/DCOM config
56 #
57
58 [HKEY_LOCAL_MACHINE\Software\Microsoft\OLE]
59 # allow cross-machine calls (RPC) (default Y)
60 "EnableDCOM"="Y"
61 # allow incoming connections ? (def. N)
62 "EnableRemoteConnect"="N"
63
64 #
65 # General installation config
66 #
67
68 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
69 "ProgramFilesDir"="C:\Program Files"
70 "CommonFilesDir"="C:\Program Files\Common Files"
71
72 # Font name to font file mappings
73 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
74 # "Arial (TrueType)"="ARIAL.TTF"      # sample entry
75 @=""
76
77 # This is intended for a centrally managed (server) directory where
78 # system files and e.g. fonts can reside. Most installs have this set
79 # to C:\WINDOWS, though.
80 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
81 "SharedDir"="C:\WINDOWS"
82
83 #
84 # Configuration for unhandled exceptions
85 #
86 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
87 # command line to start a debugger when an exception occurs
88 "Debugger"="debugger/winedbg %ld %ld"
89 # to 0 if a message box has to be presented before running the debugger
90 "Auto"="1"
91
92 #
93 # This identifies the files for available code pages
94 #
95
96 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
97 "ACP"="1252"
98 "OEMCP"="437"
99
100 #
101 # SHELL32 entries base classes of the desktop/ shelllinks
102 # Used by common dialogs, programs creating and many others
103 #
104
105 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
106 @="Shortcut"
107
108 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
109 @="shell32.dll"
110 "ThreadingModel"="Apartment"
111
112 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
113 @="Shortcut"
114
115 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
116 @="shell32.dll"
117 "ThreadingModel"="Apartment"
118
119 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
120 @=""
121
122 #
123 # Entries for DirectX. Used by high-performance multimedia applications, like games.
124 #
125
126 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
127 "Version"="4.07.00.0700"
128
129 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
130 @="DirectDraw Object"
131
132 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
133 @="ddraw.dll"
134 "ThreadingModel"="Both"
135
136 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
137 @="DirectDraw Clipper Object"
138
139 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
140 @="ddraw.dll"
141 "ThreadingModel"="Both"
142
143 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
144 @="DirectPlay Object"
145
146 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
147 @="dplayx.dll"
148 "ThreadingModel"="Both"
149
150 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
151 @="DirectSound Object"
152
153 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
154 @="dsound.dll"
155 "ThreadingModel"="Both"
156
157 #
158 # Entries for Multimedia
159 #
160
161 # Midi Mapper
162 [HKEY_LOCAL_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554
163 "AutoScheme"=dword:00000000
164 "CurrentInstrument"="#0"
165 "UseScheme"=dword:00000000
166
167 #
168 # Entries for IWebBrowser
169 # Used by Internet Explorer HTML-rendering control
170 #
171
172 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
173 @="Shortcut"
174
175 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
176 @="shdocvw.dll"
177 "ThreadingModel"="Apartment"
178
179 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
180 @="Shortcut"
181
182 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
183 @="shdocvw.dll"
184 "ThreadingModel"="Apartment"
185
186 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
187 @=""
188
189 #
190 # Entries for Mozilla ActiveX control support
191 #
192
193 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
194 @="MozillaBrowser Class"
195
196 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
197
198 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
199 @="mozctl.dll"
200 "ThreadingModel"="Apartment"
201
202 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
203
204 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
205 @="0"
206
207 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
208 @="131473"
209
210 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
211 @="Mozilla.Browser.1"
212
213 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
214
215 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
216 @="mozctl.dll, 1"
217
218 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
219 @="{1339B53E-3453-11D2-93B9-000000000000}"
220
221 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
222 @="1.0"
223
224 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
225 @="Mozilla.Browser"
226
227 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
228 @="Mozilla Web Browser"
229
230 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
231 @="Mozilla.Browser.1"
232
233 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
234 @="Mozilla Web Browser"
235
236 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
237 @="{1339B54C-3453-11D2-93B9-000000000000}"
238
239 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
240 @="MozillaControl 1.0 Type Library"
241
242 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
243 @="C:\mozilla\bin\mozctl.dll"
244
245 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
246 "BinDirectoryPath"="C:\mozilla\bin"
247
248 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
249 @="MozillaControl 1.0 Type Library"
250
251 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
252 @="C:\mozilla\bin\mozctl.dll"
253