Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and
[wine/multimedia.git] / winedefault.reg
blob53dfcceedd10592565faef92781b595ceb2b887c
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]
44 "DragFullWindows"="0"
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)
60 "EnableDCOM"="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
78 @=""
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
93 "Auto"="1"
96 # This identifies the files for available code pages
99 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
100 "ACP"="1252"
101 "OEMCP"="437"
104 # This configures Wine's PostScript printer driver
107 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver]
108 "Attributes"="dword:00000000"
109 "Default Devmode"=
110 "Name"="Wine PostScript Driver"
111 "Port"="LPT1:"
112 "Print Processor"="WinPrint"
113 "Printer Driver"="PS Driver"
114 "Priority"="dword:00000000"
115 "Start Time"="dword:00000000"
116 "Status"="dword:00000000"
117 "Until Time"="dword:00000000"
119 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData]
120 "PPD File"="/unix/path/to/PPD/file"
122 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable]
123 "Courier New"="Courier"
124 "Arial"="Helvetica"
125 "Helv"="Helvetica"
126 "Times New Roman"="Times"
128 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\PS Driver]
129 "Configuration File"="WINEPS.DRV"
130 "Data File"=""
131 "Driver"="WINEPS.DRV"
132 "Version"="dword:0a000000"
133 "Datatype"=""
134 "Dependent Files"=""
135 "Help Files"=""
136 "Monitor"=""
139 # Entries for OLE32 (COM/OLE base)
142 # OLE32's built-in marshaler, handles standard interfaces such as IClassFactory.
143 # (PSFactoryBuffer = Proxy/Stub factory)
144 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}]
145 @="PSFactoryBuffer"
147 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32]
148 @="ole32.dll"
149 "ThreadingModel"="Both"
151 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}]
152 @="DfMarshal"
154 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}\InProcServer32]
155 @="ole32.dll"
156 "ThreadingModel"="Both"
158 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}]
159 @="PSFactoryBuffer"
161 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}\InprocServer32]
162 @="oleaut32.dll"
163 "ThreadingModel"="Both"
165 # IUnknown, the superclass for everything COM/OLE.
166 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}]
167 @="IUnknown"
169 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface]
170 @=""
172 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods]
173 @="3"
175 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\ProxyStubClsid32]
176 @="{00000320-0000-0000-C000-000000000046}"
178 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}]
179 @="IPersistStorage"
181 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\BaseInterface]
182 @="{0000010C-0000-0000-C000-000000000046}"
184 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\NumMethods]
185 @="10"
187 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid32]
188 @="{00000320-0000-0000-C000-000000000046}"
190 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}]
191 @="IDataObject"
193 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods]
194 @="12"
196 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32]
197 @="{00000320-0000-0000-C000-000000000046}"
199 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}]
200 @="IOleObject"
202 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\NumMethods]
203 @="24"
205 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid32]
206 @="{00000320-0000-0000-C000-000000000046}"
208 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}]
209 @="IDataObject"
211 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\ProxyStubClsid32]
212 @="{00000320-0000-0000-C000-000000000046}"
214 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\NumMethods]
215 @="12"
217 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}]
218 @="IAdviseSink"
220 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\NumMethods]
221 @="8"
223 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid32]
224 @="{00000320-0000-0000-C000-000000000046}"
226 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}]
227 @="IOleClientSite"
229 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\NumMethods]
230 @="9"
232 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid32]
233 @="{00000320-0000-0000-C000-000000000046}"
235 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}]
236 @="FileMoniker"
238 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer32]
239 @="ole32.dll"
241 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}]
242 @="ItemMoniker"
244 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer32]
245 @="ole32.dll"
247 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}]
248 @="IDispatch"
250 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid]
251 @="{00020420-0000-0000-C000-000000000046}"
253 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
254 @="{00020420-0000-0000-C000-000000000046}"
256 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\NumMethods]
257 @="7"
259 # IClassFactory, standard interface for creating instances of classes.
260 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
261 @="IClassFactory"
263 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
264 @="5"
266 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
267 @="{00000320-0000-0000-C000-000000000046}"
269 #IClassFactory2 - IClassFactory with licensing support
270 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
271 @="IClassFactory2"
273 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
274 @="8"
276 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
277 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
279 #ITypeLib2 - ITypeLib decendant
280 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
281 @="ITypeLib2"
283 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
284 @="16"
286 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
287 @="{00020420-0000-0000-C000-000000000046}"
289 #ITypeInfo2 - ITypeInfo decendant
290 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
291 @="ITypeInfo2"
293 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
294 @="32"
296 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
297 @="{00020420-0000-0000-C000-000000000046}"
299 #IErrorInfo - returns information about an error in addition to an error code
300 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}]
301 @="IErrorInfo"
303 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
304 @="8"
306 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
307 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
309 #ICreateErrorInfo - creates an instance of generic error object
310 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
311 @="ICreateErrorInfo"
313 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
314 @="8"
316 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
317 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
319 #IErrorLog - an error log interface
320 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
321 @="IErrorLog"
323 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
324 @="4"
326 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
327 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
329 #IPropertyPage - property page interface
330 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
331 @="IPropertyPage"
333 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
334 @="14"
336 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
337 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
339 #IPropertyPage2 - an extention of IPropertyPage to support initial selection on a property page
340 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}]
341 @="IPropertyPage2"
343 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
344 @="15"
346 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
347 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
349 #ISpecifyPropertyPages - property pages support
350 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
351 @="ISpecifyPropertyPages"
353 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
354 @="4"
356 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
357 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
359 #IPropertyPageSite - property pages management
360 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
361 @="IPropertyPageSite"
363 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
364 @="7"
366 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
367 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
369 #IPropertyBag - an object with a properties which can be persisted
370 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}]
371 @="IPropertyBag"
373 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
374 @="5"
376 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
377 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
379 #Enhancement of IPropertyBag interface
380 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
381 @="IPropertyBag2"
383 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
384 @="8"
386 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
387 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
389 #IPersistPropertyBag - property-based persistence interface
390 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
391 @="IPersistPropertyBag"
393 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
394 @="7"
396 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
397 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
399 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
400 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
401 @="IPersistPropertyBag2"
403 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
404 @="8"
406 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
407 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
409 #IPerPropertyBrowsing - property pages browser
410 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
411 @="IPerPropertyBrowsing"
413 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
414 @="7"
416 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
417 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
419 #IAdviseSinkEx - an extention of IAdviseSink which provides notifications about object status changes
420 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}]
421 @="IAdviseSinkEx"
423 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
424 @="9"
426 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
427 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
429 #IFontEventsDisp - interface used in font events processing
430 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
431 @="IFontEventsDisp"
433 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
434 @="7"
436 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
437 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
439 #IPointerInactive - allows an object to be inactive
440 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
441 @="IPointerInactive"
443 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
444 @="6"
446 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
447 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
449 #ISimpleFrameSite - container-type interface
450 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
451 @="ISimpleFrameSite"
453 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
454 @="5"
456 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
457 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
459 #IPicture - abstraction of a picture and its properties
460 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
461 @="IPicture"
463 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
464 @="17"
466 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
467 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
469 #IPictureDisp - provides access to IPicture's properties
470 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
471 @="IPictureDisp"
473 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
474 @="7"
476 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
477 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
479 #IPersistStreamInit - IPersistStream with an initialization method
480 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
481 @="IPersistStreamInit"
483 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
484 @="9"
486 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
487 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
489 #IPropertyNotifySink - processes notifications about object changes
490 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
491 @="IPropertyNotifySink"
493 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
494 @="5"
496 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
497 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
499 #IOleInPlaceSiteEx - allows an object to use activation and deactivation notifications
500 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}]
501 @="IOleInPlaceSiteEx"
503 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
504 @="18"
506 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
507 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
509 #IOleUndoUnit - an interface for actions undo
510 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
511 @="IOleUndoUnit"
513 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
514 @="7"
516 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
517 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
519 #IEnumOleUndoUnits - provides access to the list of OLE undo units
520 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}]
521 @="IEnumOleUndoUnits"
523 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
524 @="7"
526 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
527 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
529 #IOleParentUndoUnit - an undo unit which can contain other undo units
530 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}]
531 @="IOleParentUndoUnit"
533 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
534 @="12"
536 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
537 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
539 #IOleUndoManager - allows container to support multi-level undo/redo
540 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
541 @="IOleUndoManager"
543 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
544 @="15"
546 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
547 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
549 #Provides object's type information
550 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
551 @="IProvideClassInfo"
553 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
554 @="4"
556 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
557 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
559 #IProvideClassInfo2 - extention of class IProvideClassInfo
560 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
561 @="IProvideClassInfo2"
563 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
564 @="5"
566 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
567 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
569 #IProvideMultipleClassInfo - an extention of IProvideClassInfo2 which can provide information about
570 #a few implemented classes
571 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}]
572 @="IProvideMultipleClassInfo"
574 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
575 @="7"
577 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
578 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
580 #IConnectionPointContainer - connection points support
581 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
582 @="IConnectionPointContainer"
584 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
585 @="5"
587 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
588 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
590 #IEnumConnectionPoints - connection points list
591 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
592 @="IEnumConnectionPoints"
594 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
595 @="7"
597 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
598 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
600 #IConnectionPoint - a connection point
601 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
602 @="IConnectionPoint"
604 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
605 @="8"
607 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
608 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
610 #IEnumConnections - lists current connections
611 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
612 @="IEnumConnections"
614 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
615 @="7"
617 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
618 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
620 #IOleControl - an interface for processing of keyboard events and ambient properties
621 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}]
622 @="IOleControl"
624 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
625 @="7"
627 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
628 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
630 #IOleControlSite - used for management objects in a container
631 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
632 @="IOleControlSite"
634 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
635 @="10"
637 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
638 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
640 #IPersistMemory - for storage and retrieving objects from a stream
641 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
642 @="IPersistMemory"
644 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
645 @="9"
647 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
648 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
650 #IFont - Windows font object wrapper
651 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
652 @="IFont"
654 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
655 @="27"
657 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
658 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
660 #IFontDisp - provides access to IFont object properties
661 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
662 @="IFontDisp"
664 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
665 @="7"
667 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
668 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
670 #IQuickActivate - efficient object loading
671 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
672 @="IQuickActivate"
674 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
675 @="6"
677 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
678 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
680 #IObjectWithSite - an object with site
681 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
682 @="IObjectWithSite"
684 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
685 @="5"
687 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
688 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
693 # Entries for OLEAUT32 (OLE Automation)
696 # The Universal Marshaler, also known as the Type Library Marshaler.
697 # (PSOAInterface = Proxy/Stub OLE Automation interface)
698 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}]
699 @="PSOAInterface"
701 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
702 @="ole2disp.dll"
704 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
705 @="oleaut32.dll"
706 "ThreadingModel"="Both"
708 #Other PS* classes
709 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
710 @="PSDispatch"
712 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
713 @="ole2disp.dll"
715 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
716 @="oleaut32.dll"
717 "ThreadingModel"="Both"
719 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
720 @="PSEnumVariant"
722 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
723 @="ole2disp.dll"
725 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
726 @="oleaut32.dll"
727 "ThreadingModel"="Both"
729 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
730 @="PSTypeInfo"
732 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
733 @="ole2disp.dll"
735 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
736 @="oleaut32.dll"
737 "ThreadingModel"="Both"
739 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
740 @="PSTypeLib"
742 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
743 @="ole2disp.dll"
745 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
746 @="oleaut32.dll"
747 "ThreadingModel"="Both"
749 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
750 @="PSTypeComp"
752 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
753 @="ole2disp.dll"
755 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
756 @="oleaut32.dll"
757 "ThreadingModel"="Both"
759 #Other OLEAUT32 entries
760 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
761 @="CLSID_RecordInfo"
763 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
764 @="oleaut32.dll"
765 "ThreadingModel"="Both"
767 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
768 @="CLSID_StdFont"
770 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
771 @="Standard Font"
773 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
774 @="oleaut32.dll"
775 "ThreadingModel"="Both"
777 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
778 @="StdFont"
780 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
781 @="CLSID_StdPict"
783 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
784 @="Standard Picture"
786 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
787 @="oleaut32.dll"
788 "ThreadingModel"="Apartment"
790 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
791 @="StdPicture"
793 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
794 @="Obsolete Font"
796 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
797 @="Obsolete Font"
799 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
800 @="oleaut32.dll"
802 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
803 @="OldFont"
805 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
806 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
808 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
809 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
811 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
812 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
814 # OLE Automation type libraries.
815 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
816 @="OLE Automation"
818 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
819 @="stdole.tlb"
821 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
822 @="stdole32.tlb"
824 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
825 @="1"
827 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
828 @="OLE Automation"
830 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
831 @="stdole2.tlb"
833 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
834 @="0"
837 # SHELL32 entries base classes of the desktop/ shelllinks
838 # Used by common dialogs, programs creating and many others
841 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
842 @="Shortcut"
844 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
845 @="shell32.dll"
846 "ThreadingModel"="Apartment"
848 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
849 @="Shortcut"
851 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
852 @="shell32.dll"
853 "ThreadingModel"="Apartment"
855 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
856 @=""
859 # Entries for COMCAT (Component Category Manager)
862 # The Component Category Manager
863 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
864 @="StdComponentCategoriesMgr"
866 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
867 @="comcat.dll"
868 "ThreadingModel"="Both"
871 # Entries for DirectX. Used by high-performance multimedia applications, like games.
874 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
875 "Version"="4.07.00.0700"
877 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
878 @="DirectDraw Object"
880 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
881 @="ddraw.dll"
882 "ThreadingModel"="Both"
884 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
885 @="DirectDraw Clipper Object"
887 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
888 @="ddraw.dll"
889 "ThreadingModel"="Both"
891 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
892 @="DirectPlay Object"
894 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
895 @="dplayx.dll"
896 "ThreadingModel"="Both"
898 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
899 @="DirectSound Object"
901 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
902 @="dsound.dll"
903 "ThreadingModel"="Both"
906 # Entries used by Internet Explorer installer
909 # Active Setup is installed
910 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
911 @="Microsoft Active Setup Engine"
913 # Active Setup is installed
914 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
915 @="inseng.dll"
916 "ThreadingModel"="Apartment"
918 # IDispatch
919 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
920 @="IDispatch"
922 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
923 @="{00020420-0000-0000-C000-000000000046}"
925 # Without this IE setup creates garbage filenames in Windows directory
926 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
927 @=""
929 # Session Manager is installed
930 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
931 @=""
933 # NT 4.0 SP6 is installed
934 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
935 "CSDVersion"=dword:00000600
938 # Entries for programs that read the registry to get Serial/Com Port info
940 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
941 "Serial0"="COM1"
944 # Entries for Multimedia
947 # Midi Mapper
948 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554
949 "AutoScheme"=dword:00000000
950 "CurrentInstrument"="#0"
951 "UseScheme"=dword:00000000
954 # Entries for IWebBrowser
955 # Used by Internet Explorer HTML-rendering control
958 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
959 @="Shortcut"
961 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
962 @="shdocvw.dll"
963 "ThreadingModel"="Apartment"
965 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
966 @="Shortcut"
968 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
969 @="shdocvw.dll"
970 "ThreadingModel"="Apartment"
972 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
973 @=""
977 # Entries for Mozilla ActiveX control support
980 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
981 @="MozillaBrowser Class"
983 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
985 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
986 @="mozctl.dll"
987 "ThreadingModel"="Apartment"
989 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
991 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
992 @="0"
994 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
995 @="131473"
997 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
998 @="Mozilla.Browser.1"
1000 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
1002 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
1003 @="mozctl.dll, 1"
1005 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
1006 @="{1339B53E-3453-11D2-93B9-000000000000}"
1008 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
1009 @="1.0"
1011 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
1012 @="Mozilla.Browser"
1014 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
1015 @="Mozilla Web Browser"
1017 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
1018 @="Mozilla.Browser.1"
1020 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
1021 @="Mozilla Web Browser"
1023 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
1024 @="{1339B54C-3453-11D2-93B9-000000000000}"
1026 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
1027 @="MozillaControl 1.0 Type Library"
1029 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
1030 @="C:\\mozilla\\bin\\mozctl.dll"
1032 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
1033 "BinDirectoryPath"="C:\\mozilla\\bin"
1035 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
1036 @="MozillaControl 1.0 Type Library"
1038 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
1039 @="C:\\mozilla\\bin\\mozctl.dll"
1041 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
1042 "Arial CE,238"="Arial,238"
1043 "Arial CYR,204"="Arial,204"
1044 "Arial Greek,161"="Arial,161"
1045 "Arial TUR,162"="Arial,162"
1046 "Courier New CE,238"="Courier New,238"
1047 "Courier New CYR,204"="Courier New,204"
1048 "Courier New Greek,161"="Courier New,161"
1049 "Courier New TUR,162"="Courier New,162"
1050 "Helv"="Arial"
1051 "Helvetica"="Arial"
1052 "MS Shell Dlg"="Tahoma"
1053 "MS Shell Dlg 2"="Tahoma"
1054 "Times"="Times New Roman"
1055 "Times New Roman CE,238"="Times New Roman,238"
1056 "Times New Roman CYR,204"="Times New Roman,204"
1057 "Times New Roman Greek,161"="Times New Roman,161"
1058 "Times New Roman TUR,162"="Times New Roman,162"
1059 "Tms Rmn"="Times New Roman"