本帖最后由 网上邻居 于 2016-4-20 12:53 编辑
- Windows Registry Editor Version 5.00
- ;copy file list
- [HKEY_CLASSES_ROOT\Directory\shell\copyfileslist]
- @="获取文件列表"
- [HKEY_CLASSES_ROOT\Directory\shell\copyfileslist\command]
- @="cmd.exe /c dir \"%1\" /b /a:-d /o:n | clip"
-
- [HKEY_CLASSES_ROOT\Directory\Background\shell]
- [HKEY_CLASSES_ROOT\Directory\Background\shell\copyfileslist]
- @="获取文件列表"
- [HKEY_CLASSES_ROOT\Directory\Background\shell\copyfileslist\command]
- @="cmd.exe /c dir \"%1\" /b /a:-d /o:n | clip"
复制代码 Windows 7:
如果只在目录上右键,是能实现效果的,
如果在空白处上右键,就报下面的错误:
Explorer.EXE,该文件没有与之关联的程序来执行该操作,请安装一个程序,或者,如果已安装程序,请在“默认程序”控制面板中创建关联。
Windows 10 没有问题。 |