Better version autodetection.
[wine] / winedefault.reg
1 # These entries must apparently exist in any win95-compatible registry.
2
3 # Shell Folders. The purpose of these are pretty self-evident.
4 # Primarily used by installation programs and the Explorer.
5
6 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
7 "Favorites"="C:\WINDOWS\Favorites"
8 "StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
9 "Desktop"="C:\WINDOWS\Desktop"
10 "Programs"="C:\WINDOWS\Start Menu\Programs"
11 "Fonts"="C:\WINDOWS\Fonts"
12 "SendTo"="C:\WINDOWS\SendTo"
13 "Start Menu"="C:\WINDOWS\Start Menu"
14 "Templates"="C:\WINDOWS\ShellNew"
15 "Recent"="C:\WINDOWS\Recent"
16 "NetHood"="C:\WINDOWS\NetHood"
17 "Personal"="C:\My Documents"
18
19 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
20 "Personal"="C:\My Documents"
21 "Favorites"="C:\WINDOWS\Favorites"
22
23 # Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
24
25 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
26 "Favorites"="C:\WINDOWS\Favorites"
27 "StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
28 "Desktop"="C:\WINDOWS\Desktop"
29 "Programs"="C:\WINDOWS\Start Menu\Programs"
30 "Fonts"="C:\WINDOWS\Fonts"
31 "SendTo"="C:\WINDOWS\SendTo"
32 "Start Menu"="C:\WINDOWS\Start Menu"
33 "Templates"="C:\WINDOWS\ShellNew"
34 "Recent"="C:\WINDOWS\Recent"
35 "NetHood"="C:\WINDOWS\NetHood"
36 "Personal"="C:\My Documents"
37
38 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
39 "Personal"="C:\My Documents"
40 "Favorites"="C:\WINDOWS\Favorites"
41
42 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
43 "ProgramFilesDir"="C:\Program Files"
44
45
46 #
47 # SHELL32 entrys base classes of the desktop/ shelllinks
48 # Used by common dialogs, programs creating and may others
49 #
50 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
51 @="Shortcut"
52
53 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
54 @="shell32.dll"
55 "ThreadingModel"="Apartment"
56
57 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
58 @="Shortcut"
59
60 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
61 @="shell32.dll"
62 "ThreadingModel"="Apartment"
63
64 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
65 @=""
66
67 #
68 # Entries for DirectX. Used by high-performance multimedia applications, like games.
69 #
70
71 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
72 @="DirectDraw Object"
73
74 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
75 @="ddraw.dll"
76 "ThreadingModel"="Both"
77
78 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
79 @="DirectDraw Clipper Object"
80
81 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
82 @="ddraw.dll"
83 "ThreadingModel"="Both"
84
85 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
86 @="DirectSound Object"
87
88 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
89 @="dsound.dll"
90 "ThreadingModel"="Both"
91