Replaced all lstr* calls from inside Wine code by their str* equivalent.
[wine/multimedia.git] / winedefault.reg
blob16e2653028679df63755f6ded9b8acecaf48d69c
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"
44 # Overwrite default load address of BDE 
45 # (Borland database engine)
48 [HKEY_LOCAL_MACHINE\Software\Borland\Database Engine\Settings\SYSTEM\INIT]
49 "SHAREDMEMLOCATION"="9000"
52 # General OLE/DCOM config
55 [HKEY_LOCAL_MACHINE\Software\Microsoft\OLE]
56 # allow cross-machine calls (RPC) (default Y)
57 "EnableDCOM"="Y"
58 # allow incoming connections ? (def. N)
59 "EnableRemoteConnect"="N"
62 # General installation config
65 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
66 "ProgramFilesDir"="C:\Program Files"
67 "CommonFilesDir"="C:\Program Files\Common Files"
69 # This is intended for a centrally managed (server) directory where
70 # system files and e.g. fonts can reside. Most installs have this set
71 # to C:\WINDOWS, though.
72 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
73 "SharedDir"="C:\WINDOWS"
76 # Configuration for unhandled exceptions
78 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
79 # command line to start a debugger when an exception occurs
80 "Debugger"="debugger/winedbg %ld %ld"
81 # to 1 if no message box has to be presented before running the debugger
82 "Auto"=dword:00000000
85 # This identifies the files for available code pages
88 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
89 "ACP"="1252"
90 "OEMCP"="437"
93 # SHELL32 entries base classes of the desktop/ shelllinks
94 # Used by common dialogs, programs creating and many others
97 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
98 @="Shortcut"
100 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
101 @="shell32.dll"
102 "ThreadingModel"="Apartment"
104 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
105 @="Shortcut"
107 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
108 @="shell32.dll"
109 "ThreadingModel"="Apartment"
111 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
112 @=""
115 # Entries for DirectX. Used by high-performance multimedia applications, like games.
118 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
119 @="DirectDraw Object"
121 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
122 @="ddraw.dll"
123 "ThreadingModel"="Both"
125 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
126 @="DirectDraw Clipper Object"
128 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
129 @="ddraw.dll"
130 "ThreadingModel"="Both"
132 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
133 @="DirectPlay Object"
135 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
136 @="C:\WINDOWS\SYSTEM\dplayx.dll"
137 "ThreadingModel"="Both"
139 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
140 @="DirectSound Object"
142 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
143 @="dsound.dll"
144 "ThreadingModel"="Both"