blob: db8c4a71402d8baa4178f6caf955b04f5b6c6e24 [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
Andreas Mohr54fd0662000-02-25 21:40:48 +000043#
44# General OLE/DCOM config
45#
46
47[HKEY_LOCAL_MACHINE\Software\Microsoft\OLE]
48# allow cross-machine calls (RPC) (default Y)
49"EnableDCOM"="Y"
50# allow incoming connections ? (def. N)
51"EnableRemoteConnect"="N"
52
53#
54# General installation config
55#
56
Ulrich Weigand26e1e711999-09-20 18:37:59 +000057[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
58"ProgramFilesDir"="C:\Program Files"
Uwe Bonnes9a075c52000-07-15 14:57:32 +000059"CommonFilesDir"="C:\Program Files\Common Files"
Andreas Mohr08412fb2000-07-16 15:39:05 +000060# This is intended for a centrally managed (server) directory where system files and e.g. fonts can reside. Most installs have this set to C:\WINDOWS, though.
61"SharedDir"="C:\WINDOWS"
Ulrich Weigand26e1e711999-09-20 18:37:59 +000062
Andreas Mohr54fd0662000-02-25 21:40:48 +000063#
Eric Pouech02ee9dd2000-04-13 19:28:28 +000064# Configuration for unhandled exceptions
65#
Ove Kaavene8b74bf2000-04-23 20:00:19 +000066[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
Eric Pouech02ee9dd2000-04-13 19:28:28 +000067# command line to start a debugger when an exception occurs
68"Debugger"="debugger/winedbg %ld %ld"
69# to 1 if no message box has to be presented before running the debugger
70"Auto"=dword:00000000
71
72#
Andreas Mohr54fd0662000-02-25 21:40:48 +000073# This identifies the files for available code pages
74#
75
Dmitry Timoshkovc2061152000-01-30 02:53:09 +000076[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
77"ACP"="1252"
78"OEMCP"="437"
Ulrich Weigand26e1e711999-09-20 18:37:59 +000079
Juergen Schmieda7f7ef51999-07-25 11:17:13 +000080#
Andreas Mohr54fd0662000-02-25 21:40:48 +000081# SHELL32 entries base classes of the desktop/ shelllinks
82# Used by common dialogs, programs creating and many others
Juergen Schmieda7f7ef51999-07-25 11:17:13 +000083#
Andreas Mohr54fd0662000-02-25 21:40:48 +000084
Juergen Schmieda7f7ef51999-07-25 11:17:13 +000085[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
86@="Shortcut"
87
88[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
89@="shell32.dll"
90"ThreadingModel"="Apartment"
Ove Kaaven538d4c81999-04-11 17:09:20 +000091
92[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
93@="Shortcut"
94
95[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
96@="shell32.dll"
97"ThreadingModel"="Apartment"
98
99[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
100@=""
101
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000102#
Ove Kaaven273f3961999-07-10 11:39:23 +0000103# Entries for DirectX. Used by high-performance multimedia applications, like games.
Juergen Schmieda7f7ef51999-07-25 11:17:13 +0000104#
Ove Kaaven273f3961999-07-10 11:39:23 +0000105
106[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
107@="DirectDraw Object"
108
109[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
110@="ddraw.dll"
111"ThreadingModel"="Both"
112
113[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
114@="DirectDraw Clipper Object"
115
116[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
117@="ddraw.dll"
118"ThreadingModel"="Both"
119
Andreas Mohr3676c172000-04-19 16:46:07 +0000120[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
121@="DirectPlay Object"
122
123[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
124@="C:\WINDOWS\SYSTEM\dplayx.dll"
125"ThreadingModel"="Both"
126
Ove Kaaven273f3961999-07-10 11:39:23 +0000127[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
128@="DirectSound Object"
129
130[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
131@="dsound.dll"
132"ThreadingModel"="Both"
133