Commit a7f7ef5e authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

New keys nessesary for running the new shell32.

parent df78d685
...@@ -39,8 +39,16 @@ ...@@ -39,8 +39,16 @@
"Personal"="C:\My Documents" "Personal"="C:\My Documents"
"Favorites"="C:\WINDOWS\Favorites" "Favorites"="C:\WINDOWS\Favorites"
# The classfactory(?) entry for shortcuts (aka *.lnk files), used on the desktop and in the Start Menu. #
# Used by installation programs to create shortcuts. # SHELL32 entrys base classes of the desktop/ shelllinks
# Used by common dialogs, programs creating and may others
#
[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"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
@="Shortcut" @="Shortcut"
...@@ -52,7 +60,9 @@ ...@@ -52,7 +60,9 @@
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
@="" @=""
#
# Entries for DirectX. Used by high-performance multimedia applications, like games. # Entries for DirectX. Used by high-performance multimedia applications, like games.
#
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
@="DirectDraw Object" @="DirectDraw Object"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment