blob: 2665ede1cba6e55cc5e16e9a1a113a18f22cd9dc [file] [log] [blame]
Ove Kaaven538d4c81999-04-11 17:09:20 +00001# These entries must apparently exist in any win95-compatible registry.
Juergen Lockb47edb81999-11-25 23:12:22 +00002# (feed this to `regapi setValue' to install)
Ove Kaaven538d4c81999-04-11 17:09:20 +00003
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
Ove Kaaven538d4c81999-04-11 17:09:20 +000025
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
Dmitry Timoshkov9b1e1dc2000-08-14 17:20:25 +000043[HKEY_CURRENT_USER\Control Panel\desktop]
44"DragFullWindows"="0"
45
Andreas Mohr54fd0662000-02-25 21:40:48 +000046#
Gerard Patel415c6152000-08-14 13:28:11 +000047# 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#
Andreas Mohr54fd0662000-02-25 21:40:48 +000055# 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
Ulrich Weigand26e1e711999-09-20 18:37:59 +000068[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
69"ProgramFilesDir"="C:\Program Files"
Uwe Bonnes9a075c52000-07-15 14:57:32 +000070"CommonFilesDir"="C:\Program Files\Common Files"
Alexandre Julliard81d50b12000-07-23 13:37:35 +000071
Andreas Mohrf359b742000-10-12 23:13:44 +000072# Font name to font file mappings
73[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
74# "Arial (TrueType)"="ARIAL.TTF" # sample entry
75@=""
76
Alexandre Julliard81d50b12000-07-23 13:37:35 +000077# 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]
Andreas Mohr08412fb2000-07-16 15:39:05 +000081"SharedDir"="C:\WINDOWS"
Ulrich Weigand26e1e711999-09-20 18:37:59 +000082
Andreas Mohr54fd0662000-02-25 21:40:48 +000083#
Eric Pouech02ee9dd2000-04-13 19:28:28 +000084# Configuration for unhandled exceptions
85#
Ove Kaavene8b74bf2000-04-23 20:00:19 +000086[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
Eric Pouech02ee9dd2000-04-13 19:28:28 +000087# command line to start a debugger when an exception occurs
88"Debugger"="debugger/winedbg %ld %ld"
Andreas Mohr3c5f8952000-10-12 20:38:33 +000089# to 0 if a message box has to be presented before running the debugger
Alexandre Julliard0ba2b562000-11-12 03:43:42 +000090"Auto"="1"
Eric Pouech02ee9dd2000-04-13 19:28:28 +000091
92#
Andreas Mohr54fd0662000-02-25 21:40:48 +000093# This identifies the files for available code pages
94#
95
Dmitry Timoshkovc2061152000-01-30 02:53:09 +000096[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
97"ACP"="1252"
98"OEMCP"="437"
Ulrich Weigand26e1e711999-09-20 18:37:59 +000099
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000100#
Andreas Mohr54fd0662000-02-25 21:40:48 +0000101# SHELL32 entries base classes of the desktop/ shelllinks
102# Used by common dialogs, programs creating and many others
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000103#
Andreas Mohr54fd0662000-02-25 21:40:48 +0000104
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000105[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"
Ove Kaaven538d4c81999-04-11 17:09:20 +0000111
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
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000122#
Ove Kaaven273f3961999-07-10 11:39:23 +0000123# Entries for DirectX. Used by high-performance multimedia applications, like games.
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000124#
Ove Kaaven273f3961999-07-10 11:39:23 +0000125
126[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
127@="DirectDraw Object"
128
129[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
130@="ddraw.dll"
131"ThreadingModel"="Both"
132
133[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
134@="DirectDraw Clipper Object"
135
136[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
137@="ddraw.dll"
138"ThreadingModel"="Both"
139
Andreas Mohr3676c172000-04-19 16:46:07 +0000140[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
141@="DirectPlay Object"
142
143[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
Ove Kaavencdd4b8f2001-03-16 16:39:42 +0000144@="dplayx.dll"
Andreas Mohr3676c172000-04-19 16:46:07 +0000145"ThreadingModel"="Both"
146
Ove Kaaven273f3961999-07-10 11:39:23 +0000147[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
148@="DirectSound Object"
149
150[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
151@="dsound.dll"
152"ThreadingModel"="Both"
153
John R. Sheetsbc80a3b2001-01-11 22:32:44 +0000154#
155# Entries for IWebBrowser
156# Used by Internet Explorer HTML-rendering control
157#
158
159[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
160@="Shortcut"
161
162[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
163@="shdocvw.dll"
164"ThreadingModel"="Apartment"
165
166[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
167@="Shortcut"
168
169[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
170@="shdocvw.dll"
171"ThreadingModel"="Apartment"
172
173[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
174@=""
John R. Sheets69f40452001-01-25 21:45:44 +0000175
176#
177# Entries for Mozilla ActiveX control support
178#
179
180[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
181@="MozillaBrowser Class"
182
183[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
184
185[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
186@="mozctl.dll"
187"ThreadingModel"="Apartment"
188
189[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
190
191[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
192@="0"
193
194[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
195@="131473"
196
197[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
198@="Mozilla.Browser.1"
199
200[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
201
202[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
203@="mozctl.dll, 1"
204
205[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
206@="{1339B53E-3453-11D2-93B9-000000000000}"
207
208[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
209@="1.0"
210
211[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
212@="Mozilla.Browser"
213
214[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
215@="Mozilla Web Browser"
216
217[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
218@="Mozilla.Browser.1"
219
220[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
221@="Mozilla Web Browser"
222
223[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
224@="{1339B54C-3453-11D2-93B9-000000000000}"
225
226[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
227@="MozillaControl 1.0 Type Library"
228
229[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
230@="C:\mozilla\bin\mozctl.dll"
231
232[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
233"BinDirectoryPath"="C:\mozilla\bin"
234
235[HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
236@="MozillaControl 1.0 Type Library"
237
238[HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
239@="C:\mozilla\bin\mozctl.dll"
240