Release 20010510.
[wine/multimedia.git] / winedefault.reg
blob114012d543e7f6b17585d8d6a056eb7e728b6e2c
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 # Overwrite default load address of BDE 
48 # (Borland database engine)
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"
72 # Font name to font file mappings
73 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
74 # "Arial (TrueType)"="ARIAL.TTF"      # sample entry
75 @=""
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"
84 # Configuration for unhandled exceptions
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"
93 # This identifies the files for available code pages
96 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
97 "ACP"="1252"
98 "OEMCP"="437"
101 # SHELL32 entries base classes of the desktop/ shelllinks
102 # Used by common dialogs, programs creating and many others
105 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
106 @="Shortcut"
108 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
109 @="shell32.dll"
110 "ThreadingModel"="Apartment"
112 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
113 @="Shortcut"
115 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
116 @="shell32.dll"
117 "ThreadingModel"="Apartment"
119 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
120 @=""
123 # Entries for DirectX. Used by high-performance multimedia applications, like games.
126 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
127 "Version"="4.07.00.0700"
129 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
130 @="DirectDraw Object"
132 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
133 @="ddraw.dll"
134 "ThreadingModel"="Both"
136 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
137 @="DirectDraw Clipper Object"
139 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
140 @="ddraw.dll"
141 "ThreadingModel"="Both"
143 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
144 @="DirectPlay Object"
146 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
147 @="dplayx.dll"
148 "ThreadingModel"="Both"
150 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
151 @="DirectSound Object"
153 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
154 @="dsound.dll"
155 "ThreadingModel"="Both"
158 # Entries for IWebBrowser
159 # Used by Internet Explorer HTML-rendering control
162 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
163 @="Shortcut"
165 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
166 @="shdocvw.dll"
167 "ThreadingModel"="Apartment"
169 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
170 @="Shortcut"
172 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
173 @="shdocvw.dll"
174 "ThreadingModel"="Apartment"
176 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
177 @=""
180 # Entries for Mozilla ActiveX control support
183 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
184 @="MozillaBrowser Class"
186 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
188 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
189 @="mozctl.dll"
190 "ThreadingModel"="Apartment"
192 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
194 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
195 @="0"
197 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
198 @="131473"
200 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
201 @="Mozilla.Browser.1"
203 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
205 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
206 @="mozctl.dll, 1"
208 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
209 @="{1339B53E-3453-11D2-93B9-000000000000}"
211 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
212 @="1.0"
214 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
215 @="Mozilla.Browser"
217 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
218 @="Mozilla Web Browser"
220 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
221 @="Mozilla.Browser.1"
223 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
224 @="Mozilla Web Browser"
226 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
227 @="{1339B54C-3453-11D2-93B9-000000000000}"
229 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
230 @="MozillaControl 1.0 Type Library"
232 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
233 @="C:\mozilla\bin\mozctl.dll"
235 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
236 "BinDirectoryPath"="C:\mozilla\bin"
238 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
239 @="MozillaControl 1.0 Type Library"
241 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
242 @="C:\mozilla\bin\mozctl.dll"