NSE meaning namesapce extension (https://msdn.microsoft.com/en-us/library/windows/desktop/cc144095%28v=vs.85%29.aspx)
I have a namespace extension developed using the DefView.
I am handling FMTID_PropList+PID_PropList_ContentViewModeForBrowse and returning the correct proplist-string.
When I browse my nse in "Content View" in Windows Explorer, renaming does not work.
Additionally, I notice that Windows Explorer prefixes the value of my first column (which is the item name) with "Name: - it does not do this for items in the filesystem.
How can I solve both the above issues?
I copied the question from:
I'm having the exact same issue and could not find any help on the web.