support for a shared volume

  • Thread starter Thread starter Jeff Hall
  • Start date Start date
J

Jeff Hall

I would like to have my embedded system able to share its hard drive. What
components do I need? How do I specify this?
 
Try addin the following registry keys:
HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers_
\Sharing
(Default)REG_SZ {f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}
to add sharing to the context menu

HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers_
\Sharing
(Default)REG_SZ {f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}
to add the Sharing tab in the properties
 
Back
Top