1 # These entries must apparently exist in any win95-compatible registry.
2 # (feed this to `regapi setValue' to install)
4 # Shell Folders. The purpose of these are pretty self-evident.
5 # Primarily used by installation programs and the Explorer.
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"
20 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
21 "Personal"="C:\\My Documents"
22 "Favorites"="C:\\WINDOWS\\Favorites"
24 # Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
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"
39 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
40 "Personal"="C:\\My Documents"
41 "Favorites"="C:\\WINDOWS\\Favorites"
43 [HKEY_CURRENT_USER\Control Panel\desktop]
47 # Override default load address of BDE (Borland database engine),
48 # since it's not available on Linux
51 [HKEY_LOCAL_MACHINE\Software\Borland\Database Engine\Settings\SYSTEM\INIT]
52 "SHAREDMEMLOCATION"="9000"
55 # General OLE/DCOM config
58 [HKEY_LOCAL_MACHINE\Software\Microsoft\OLE]
59 # allow cross-machine calls (RPC) (default Y)
61 # allow incoming connections ? (def. N)
62 "EnableRemoteConnect"="N"
65 # General installation config
68 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
69 "ProgramFilesDir"="C:\\Program Files"
70 "CommonFilesDir"="C:\\Program Files\\Common Files"
71 "RegisteredOrganization"="Change preferred organization in ~/.wine/system.reg"
72 "RegisteredOwner"="Change preferred owner in ~/.wine/system.reg"
73 "FirstInstallDateTime"=hex:21,81,7c,23
75 # Font name to font file mappings
76 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
77 # "Arial (TrueType)"="ARIAL.TTF" # sample entry
80 # This is intended for a centrally managed (server) directory where
81 # system files and e.g. fonts can reside. Most installs have this set
82 # to C:\WINDOWS, though.
83 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
84 "SharedDir"="C:\\WINDOWS"
87 # Configuration for unhandled exceptions
89 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
90 # command line to start a debugger when an exception occurs
91 "Debugger"="winedbg --debugmsg -all %ld %ld"
92 # to 0 if a message box has to be presented before running the debugger
96 # This identifies the files for available code pages
99 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
104 # Entries for OLE32 (COM/OLE base)
107 # OLE32's built-in marshaler, handles standard interfaces such as IClassFactory.
108 # (PSFactoryBuffer = Proxy/Stub factory)
109 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}]
112 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32]
114 "ThreadingModel"="Both"
116 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}]
119 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}\InProcServer32]
121 "ThreadingModel"="Both"
123 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}]
126 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}\InprocServer32]
128 "ThreadingModel"="Both"
130 # IUnknown, the superclass for everything COM/OLE.
131 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}]
134 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface]
137 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods]
140 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\ProxyStubClsid32]
141 @="{00000320-0000-0000-C000-000000000046}"
143 # IClassFactory, standard interface for creating instances of classes.
144 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
147 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
150 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
151 @="{00000320-0000-0000-C000-000000000046}"
153 #IClassFactory2 - IClassFactory with licensing support
154 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
157 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
160 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
161 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
163 #ITypeLib2 - ITypeLib decendant
164 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
167 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
170 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
171 @="{00020420-0000-0000-C000-000000000046}"
173 #ITypeInfo2 - ITypeInfo decendant
174 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
177 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
180 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
181 @="{00020420-0000-0000-C000-000000000046}"
183 #IErrorInfo - returns information about an error in addition to an error code
184 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}]
187 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
190 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
191 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
193 #ICreateErrorInfo - creates an instance of generic error object
194 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
197 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
200 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
201 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
203 #IErrorLog - an error log interface
204 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
207 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
210 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
211 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
213 #IPropertyPage - property page interface
214 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
217 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
220 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
221 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
223 #IPropertyPage2 - an extention of IPropertyPage to support initial selection on a property page
224 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}]
227 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
230 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
231 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
233 #ISpecifyPropertyPages - property pages support
234 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
235 @="ISpecifyPropertyPages"
237 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
240 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
241 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
243 #IPropertyPageSite - property pages management
244 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
245 @="IPropertyPageSite"
247 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
250 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
251 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
253 #IPropertyBag - an object with a properties which can be persisted
254 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}]
257 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
260 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
261 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
263 #Enhancement of IPropertyBag interface
264 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
267 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
270 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
271 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
273 #IPersistPropertyBag - property-based persistence interface
274 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
275 @="IPersistPropertyBag"
277 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
280 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
281 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
283 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
284 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
285 @="IPersistPropertyBag2"
287 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
290 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
291 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
293 #IPerPropertyBrowsing - property pages browser
294 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
295 @="IPerPropertyBrowsing"
297 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
300 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
301 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
303 #IAdviseSinkEx - an extention of IAdviseSink which provides notifications about object status changes
304 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}]
307 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
310 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
311 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
313 #IFontEventsDisp - interface used in font events processing
314 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
317 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
320 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
321 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
323 #IPointerInactive - allows an object to be inactive
324 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
327 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
330 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
331 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
333 #ISimpleFrameSite - container-type interface
334 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
337 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
340 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
341 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
343 #IPicture - abstraction of a picture and its properties
344 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
347 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
350 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
351 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
353 #IPictureDisp - provides access to IPicture's properties
354 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
357 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
360 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
361 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
363 #IPersistStreamInit - IPersistStream with an initialization method
364 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
365 @="IPersistStreamInit"
367 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
370 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
371 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
373 #IPropertyNotifySink - processes notifications about object changes
374 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
375 @="IPropertyNotifySink"
377 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
380 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
381 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
383 #IOleInPlaceSiteEx - allows an object to use activation and deactivation notifications
384 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}]
385 @="IOleInPlaceSiteEx"
387 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
390 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
391 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
393 #IOleUndoUnit - an interface for actions undo
394 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
397 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
400 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
401 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
403 #IEnumOleUndoUnits - provides access to the list of OLE undo units
404 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}]
405 @="IEnumOleUndoUnits"
407 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
410 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
411 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
413 #IOleParentUndoUnit - an undo unit which can contain other undo units
414 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}]
415 @="IOleParentUndoUnit"
417 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
420 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
421 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
423 #IOleUndoManager - allows container to support multi-level undo/redo
424 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
427 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
430 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
431 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
433 #Provides object's type information
434 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
435 @="IProvideClassInfo"
437 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
440 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
441 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
443 #IProvideClassInfo2 - extention of class IProvideClassInfo
444 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
445 @="IProvideClassInfo2"
447 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
450 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
451 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
453 #IProvideMultipleClassInfo - an extention of IProvideClassInfo2 which can provide information about
454 #a few implemented classes
455 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}]
456 @="IProvideMultipleClassInfo"
458 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
461 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
462 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
464 #IConnectionPointContainer - connection points support
465 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
466 @="IConnectionPointContainer"
468 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
471 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
472 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
474 #IEnumConnectionPoints - connection points list
475 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
476 @="IEnumConnectionPoints"
478 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
481 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
482 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
484 #IConnectionPoint - a connection point
485 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
488 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
491 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
492 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
494 #IEnumConnections - lists current connections
495 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
498 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
501 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
502 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
504 #IOleControl - an interface for processing of keyboard events and ambient properties
505 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}]
508 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
511 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
512 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
514 #IOleControlSite - used for management objects in a container
515 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
518 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
521 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
522 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
524 #IPersistMemory - for storage and retrieving objects from a stream
525 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
528 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
531 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
532 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
534 #IFont - Windows font object wrapper
535 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
538 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
541 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
542 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
544 #IFontDisp - provides access to IFont object properties
545 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
548 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
551 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
552 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
554 #IQuickActivate - efficient object loading
555 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
558 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
561 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
562 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
564 #IObjectWithSite - an object with site
565 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
568 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
571 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
572 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
577 # Entries for OLEAUT32 (OLE Automation)
580 # The Universal Marshaler, also known as the Type Library Marshaler.
581 # (PSOAInterface = Proxy/Stub OLE Automation interface)
582 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}]
585 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
588 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
590 "ThreadingModel"="Both"
593 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
596 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
599 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
601 "ThreadingModel"="Both"
603 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
606 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
609 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
611 "ThreadingModel"="Both"
613 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
616 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
619 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
621 "ThreadingModel"="Both"
623 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
626 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
629 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
631 "ThreadingModel"="Both"
633 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
636 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
639 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
641 "ThreadingModel"="Both"
643 #Other OLEAUT32 entries
644 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
647 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
649 "ThreadingModel"="Both"
651 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
654 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
657 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
659 "ThreadingModel"="Both"
661 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
664 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
667 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
670 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
672 "ThreadingModel"="Apartment"
674 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
677 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
680 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
683 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
686 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
689 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
690 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
692 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
693 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
695 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
696 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
698 # OLE Automation type libraries.
699 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
702 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
705 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
708 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
711 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
714 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
717 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
721 # SHELL32 entries base classes of the desktop/ shelllinks
722 # Used by common dialogs, programs creating and many others
725 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
728 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
730 "ThreadingModel"="Apartment"
732 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
735 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
737 "ThreadingModel"="Apartment"
739 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
743 # Entries for COMCAT (Component Category Manager)
746 # The Component Category Manager
747 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
748 @="StdComponentCategoriesMgr"
750 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
752 "ThreadingModel"="Both"
755 # Entries for DirectX. Used by high-performance multimedia applications, like games.
758 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
759 "Version"="4.07.00.0700"
761 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
762 @="DirectDraw Object"
764 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
766 "ThreadingModel"="Both"
768 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
769 @="DirectDraw Clipper Object"
771 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
773 "ThreadingModel"="Both"
775 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
776 @="DirectPlay Object"
778 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
780 "ThreadingModel"="Both"
782 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
783 @="DirectSound Object"
785 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
787 "ThreadingModel"="Both"
790 # Entries used by Internet Explorer installer
793 # Active Setup is installed
794 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
795 @="Microsoft Active Setup Engine"
797 # Active Setup is installed
798 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
800 "ThreadingModel"="Apartment"
803 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
806 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
807 @="{00020420-0000-0000-C000-000000000046}"
809 # Without this IE setup creates garbage filenames in Windows directory
810 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
813 # Session Manager is installed
814 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
817 # NT 4.0 SP6 is installed
818 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
819 "CSDVersion"=dword:00000600
822 # Entries for programs that read the registry to get Serial/Com Port info
824 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
828 # Entries for Multimedia
832 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554
833 "AutoScheme"=dword:00000000
834 "CurrentInstrument"="#0"
835 "UseScheme"=dword:00000000
838 # Entries for IWebBrowser
839 # Used by Internet Explorer HTML-rendering control
842 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
845 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
847 "ThreadingModel"="Apartment"
849 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
852 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
854 "ThreadingModel"="Apartment"
856 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
861 # Entries for Mozilla ActiveX control support
864 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
865 @="MozillaBrowser Class"
867 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
869 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
871 "ThreadingModel"="Apartment"
873 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
875 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
878 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
881 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
882 @="Mozilla.Browser.1"
884 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
886 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
889 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
890 @="{1339B53E-3453-11D2-93B9-000000000000}"
892 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
895 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
898 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
899 @="Mozilla Web Browser"
901 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
902 @="Mozilla.Browser.1"
904 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
905 @="Mozilla Web Browser"
907 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
908 @="{1339B54C-3453-11D2-93B9-000000000000}"
910 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
911 @="MozillaControl 1.0 Type Library"
913 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
914 @="C:\\mozilla\\bin\\mozctl.dll"
916 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
917 "BinDirectoryPath"="C:\\mozilla\\bin"
919 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
920 @="MozillaControl 1.0 Type Library"
922 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
923 @="C:\\mozilla\\bin\\mozctl.dll"
925 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
926 "Arial CE,238"="Arial,238"
927 "Arial CYR,204"="Arial,204"
928 "Arial Greek,161"="Arial,161"
929 "Arial TUR,162"="Arial,162"
930 "Courier New CE,238"="Courier New,238"
931 "Courier New CYR,204"="Courier New,204"
932 "Courier New Greek,161"="Courier New,161"
933 "Courier New TUR,162"="Courier New,162"
936 "MS Shell Dlg"="Tahoma"
937 "MS Shell Dlg 2"="Tahoma"
938 "Times"="Times New Roman"
939 "Times New Roman CE,238"="Times New Roman,238"
940 "Times New Roman CYR,204"="Times New Roman,204"
941 "Times New Roman Greek,161"="Times New Roman,161"
942 "Times New Roman TUR,162"="Times New Roman,162"
943 "Tms Rmn"="Times New Roman"