如果要你把内核补充下,可以使用内置文件打开对话框的话,就有了。
文件打开对话框(NewFileOpenDlg)
文件
- Windows\System32\ExplorerFrame.dll
- Windows\System32\shellstyle.dll
- Windows\System32\StructuredQuery.dll
- ;some version of WIN10 need this file,
- ;some version will broke if have this file.
- Windows\System32\edputil.dll
复制代码
注册表
- Windows Registry Editor Version 5.00
- ;explorerframe.dll
- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{056440FD-8568-48e7-A632-72157243B55B}]
- @="Explorer Navigation Bar"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{056440FD-8568-48e7-A632-72157243B55B}\InProcServer32]
- @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
- 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,65,00,78,00,\
- 70,00,6c,00,6f,00,72,00,65,00,72,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,\
- 00,6c,00,6c,00,00,00
- "ThreadingModel"="Apartment"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}]
- @="Shell Name Space ListView"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}\InProcServer32]
- @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
- 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,65,00,78,00,\
- 70,00,6c,00,6f,00,72,00,65,00,72,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,\
- 00,6c,00,6c,00,00,00
- "ThreadingModel"="Apartment"
- ;@="X:\\Windows\\system32\\explorerframe.dll"
复制代码 |