Ove Kaaven | 538d4c8 | 1999-04-11 17:09:20 +0000 | [diff] [blame] | 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 | # (only HKEY_CURRENT_USER will actually be saved yet, so the above has really no effect) |
| 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 | # The classfactory(?) entry for shortcuts (aka *.lnk files), used on the desktop and in the Start Menu. |
| 44 | # Used by installation programs to create shortcuts. |
| 45 | |
| 46 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}] |
| 47 | @="Shortcut" |
| 48 | |
| 49 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32] |
| 50 | @="shell32.dll" |
| 51 | "ThreadingModel"="Apartment" |
| 52 | |
| 53 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu] |
| 54 | @="" |
| 55 | |