reactos/dll/win32/ieframe/ieframe_v1.rgs
Katayama Hirofumi MZ 52bc5f7c5d
[IEXPLORE][IEFRAME][SHELL32] Add Internet icon on Desktop (#5451)
- Add Internet icon on Desktop. You can hide/show
  the icon from Desktop's customization.
- Modify "HKCR\CLSID\%CLSID_Internet%" registry key.
- Add IDS_INTERNET and IDS_INTERNET_DESCRITION into ieframe.dll.
- Modify folders/CDesktopFolder.cpp and folders/CRegFolder.cpp to add the icon.
CORE-18625

Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
Co-authored-by: Joachim Henze <joachim.henze@reactos.org>
2023-07-22 19:28:37 +09:00

39 lines
1.1 KiB
Plaintext

HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{871C5380-42A0-1069-A2EA-08002B30309D}' = s 'Internet Browser'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Apartment' }
Shellex = s ''
{
ContextMenuHandlers = s ''
{
ieframe = s '{871C5380-42A0-1069-A2EA-08002B30309D}'
{
}
}
MayChangeDefaultMenu = s ''
{
}
}
}
'{3C374A40-BAE4-11CF-BF7D-00AA006946EE}' = s 'Microsoft Url History Service'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Apartment' }
}
'{FBF23B40-E3F0-101B-8488-00AA003E56F8}' = s 'Internet Shortcut'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Apartment' }
ProgId = s 'InternetShortcut'
}
}
'InternetShortcut' = s 'Internet Shortcut'
{
CLSID = s '{FBF23B40-E3F0-101B-8488-00AA003E56F8}'
}
}