Overlay indices are signed shorts (-1 means no overlay)
[wine] / winedefault.reg
1 # These entries must apparently exist in any win95-compatible registry.
2 # (feed this to `regapi setValue' to install)
3
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
25
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
43 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
44 "ProgramFilesDir"="C:\Program Files"
45
46 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
47 "ACP"="1252"
48 "OEMCP"="437"
49
50 #
51 # SHELL32 entrys base classes of the desktop/ shelllinks
52 # Used by common dialogs, programs creating and may others
53 #
54 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
55 @="Shortcut"
56
57 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
58 @="shell32.dll"
59 "ThreadingModel"="Apartment"
60
61 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
62 @="Shortcut"
63
64 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
65 @="shell32.dll"
66 "ThreadingModel"="Apartment"
67
68 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
69 @=""
70
71 #
72 # Entries for DirectX. Used by high-performance multimedia applications, like games.
73 #
74
75 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
76 @="DirectDraw Object"
77
78 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
79 @="ddraw.dll"
80 "ThreadingModel"="Both"
81
82 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
83 @="DirectDraw Clipper Object"
84
85 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
86 @="ddraw.dll"
87 "ThreadingModel"="Both"
88
89 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
90 @="DirectSound Object"
91
92 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
93 @="dsound.dll"
94 "ThreadingModel"="Both"
95