mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
52bc5f7c5d
- 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>
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
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}'
|
|
}
|
|
}
|