1999-04-11 19:09:20 +02:00
|
|
|
# These entries must apparently exist in any win95-compatible registry.
|
1999-11-26 00:12:22 +01:00
|
|
|
# (feed this to `regapi setValue' to install)
|
1999-04-11 19:09:20 +02:00
|
|
|
|
|
|
|
# Shell Folders. The purpose of these are pretty self-evident.
|
|
|
|
# Primarily used by installation programs and the Explorer.
|
|
|
|
|
|
|
|
[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
|
|
|
|
"Favorites"="C:\WINDOWS\Favorites"
|
|
|
|
"StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
|
|
|
|
"Desktop"="C:\WINDOWS\Desktop"
|
|
|
|
"Programs"="C:\WINDOWS\Start Menu\Programs"
|
|
|
|
"Fonts"="C:\WINDOWS\Fonts"
|
|
|
|
"SendTo"="C:\WINDOWS\SendTo"
|
|
|
|
"Start Menu"="C:\WINDOWS\Start Menu"
|
|
|
|
"Templates"="C:\WINDOWS\ShellNew"
|
|
|
|
"Recent"="C:\WINDOWS\Recent"
|
|
|
|
"NetHood"="C:\WINDOWS\NetHood"
|
|
|
|
"Personal"="C:\My Documents"
|
|
|
|
|
|
|
|
[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
|
|
|
|
"Personal"="C:\My Documents"
|
|
|
|
"Favorites"="C:\WINDOWS\Favorites"
|
|
|
|
|
|
|
|
# Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
|
|
|
|
|
|
|
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
|
|
|
|
"Favorites"="C:\WINDOWS\Favorites"
|
|
|
|
"StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
|
|
|
|
"Desktop"="C:\WINDOWS\Desktop"
|
|
|
|
"Programs"="C:\WINDOWS\Start Menu\Programs"
|
|
|
|
"Fonts"="C:\WINDOWS\Fonts"
|
|
|
|
"SendTo"="C:\WINDOWS\SendTo"
|
|
|
|
"Start Menu"="C:\WINDOWS\Start Menu"
|
|
|
|
"Templates"="C:\WINDOWS\ShellNew"
|
|
|
|
"Recent"="C:\WINDOWS\Recent"
|
|
|
|
"NetHood"="C:\WINDOWS\NetHood"
|
|
|
|
"Personal"="C:\My Documents"
|
|
|
|
|
|
|
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
|
|
|
|
"Personal"="C:\My Documents"
|
|
|
|
"Favorites"="C:\WINDOWS\Favorites"
|
|
|
|
|
2000-08-14 19:20:25 +02:00
|
|
|
[HKEY_CURRENT_USER\Control Panel\desktop]
|
|
|
|
"DragFullWindows"="0"
|
|
|
|
|
2000-08-14 15:28:11 +02:00
|
|
|
#
|
|
|
|
# Overwrite default load address of BDE
|
|
|
|
# (Borland database engine)
|
|
|
|
#
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\Software\Borland\Database Engine\Settings\SYSTEM\INIT]
|
|
|
|
"SHAREDMEMLOCATION"="9000"
|
|
|
|
|
2000-02-25 22:40:48 +01:00
|
|
|
#
|
|
|
|
# General OLE/DCOM config
|
|
|
|
#
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\OLE]
|
|
|
|
# allow cross-machine calls (RPC) (default Y)
|
|
|
|
"EnableDCOM"="Y"
|
|
|
|
# allow incoming connections ? (def. N)
|
|
|
|
"EnableRemoteConnect"="N"
|
|
|
|
|
|
|
|
#
|
|
|
|
# General installation config
|
|
|
|
#
|
|
|
|
|
1999-09-20 20:37:59 +02:00
|
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
|
|
|
|
"ProgramFilesDir"="C:\Program Files"
|
2000-07-15 16:57:32 +02:00
|
|
|
"CommonFilesDir"="C:\Program Files\Common Files"
|
2000-07-23 15:37:35 +02:00
|
|
|
|
2000-10-13 01:13:44 +02:00
|
|
|
# Font name to font file mappings
|
|
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
|
|
|
|
# "Arial (TrueType)"="ARIAL.TTF" # sample entry
|
|
|
|
@=""
|
|
|
|
|
2000-07-23 15:37:35 +02:00
|
|
|
# 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.
|
|
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
|
2000-07-16 17:39:05 +02:00
|
|
|
"SharedDir"="C:\WINDOWS"
|
1999-09-20 20:37:59 +02:00
|
|
|
|
2000-04-13 21:28:28 +02:00
|
|
|
#
|
|
|
|
# Configuration for unhandled exceptions
|
|
|
|
#
|
2000-04-23 22:00:19 +02:00
|
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
|
2000-04-13 21:28:28 +02:00
|
|
|
# command line to start a debugger when an exception occurs
|
|
|
|
"Debugger"="debugger/winedbg %ld %ld"
|
2000-10-12 22:38:33 +02:00
|
|
|
# to 0 if a message box has to be presented before running the debugger
|
2000-11-12 04:43:42 +01:00
|
|
|
"Auto"="1"
|
2000-04-13 21:28:28 +02:00
|
|
|
|
2000-02-25 22:40:48 +01:00
|
|
|
#
|
|
|
|
# This identifies the files for available code pages
|
|
|
|
#
|
|
|
|
|
2000-01-30 03:53:09 +01:00
|
|
|
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
|
|
|
|
"ACP"="1252"
|
|
|
|
"OEMCP"="437"
|
1999-09-20 20:37:59 +02:00
|
|
|
|
1999-07-25 13:17:13 +02:00
|
|
|
#
|
2000-02-25 22:40:48 +01:00
|
|
|
# SHELL32 entries base classes of the desktop/ shelllinks
|
|
|
|
# Used by common dialogs, programs creating and many others
|
1999-07-25 13:17:13 +02:00
|
|
|
#
|
2000-02-25 22:40:48 +01:00
|
|
|
|
1999-07-25 13:17:13 +02:00
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
|
|
|
|
@="Shortcut"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
|
|
|
|
@="shell32.dll"
|
|
|
|
"ThreadingModel"="Apartment"
|
1999-04-11 19:09:20 +02:00
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
|
|
|
|
@="Shortcut"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
|
|
|
|
@="shell32.dll"
|
|
|
|
"ThreadingModel"="Apartment"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
|
|
|
|
@=""
|
|
|
|
|
1999-07-25 13:17:13 +02:00
|
|
|
#
|
1999-07-10 13:39:23 +02:00
|
|
|
# Entries for DirectX. Used by high-performance multimedia applications, like games.
|
1999-07-25 13:17:13 +02:00
|
|
|
#
|
1999-07-10 13:39:23 +02:00
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
|
|
|
|
@="DirectDraw Object"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
|
|
|
|
@="ddraw.dll"
|
|
|
|
"ThreadingModel"="Both"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
|
|
|
|
@="DirectDraw Clipper Object"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
|
|
|
|
@="ddraw.dll"
|
|
|
|
"ThreadingModel"="Both"
|
|
|
|
|
2000-04-19 18:46:07 +02:00
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
|
|
|
|
@="DirectPlay Object"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
|
|
|
|
@="C:\WINDOWS\SYSTEM\dplayx.dll"
|
|
|
|
"ThreadingModel"="Both"
|
|
|
|
|
1999-07-10 13:39:23 +02:00
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
|
|
|
|
@="DirectSound Object"
|
|
|
|
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
|
|
|
|
@="dsound.dll"
|
|
|
|
"ThreadingModel"="Both"
|
|
|
|
|