【问题标题】:Can't add another entry to the explorershell for *.tsv files无法向 *.tsv 文件的 explorershell 添加另一个条目
【发布时间】:2017-08-24 12:52:39
【问题描述】:

所以我编写了一个小可执行文件,它从*.tsv 文件生成 pdf,并希望为该特定文件类型的 shell 添加一个快捷方式。

不久前我已经对 pdf 文件进行了此操作,并且效果非常好。遵循本教程: Add menu item to windows context menu only for specific filetype

但这一次,该条目将不会出现。

我去了Computer\HKEY_CLASSES_ROOT\.tsv,找到了默认条目“tsv_auto_file”

所以我在相应的条目中创建了一个命令键 Computer\HKEY_CLASSES_ROOT\tsv_auto_file\shell\PDF_that\command

“C:\Shellextentions\packlist\PDF_packlist.exe” "%1"

但没有任何显示,所以我在CURRENT_USERS 下做了同样的事情,但也没有任何变化。

我错过了什么?

【问题讨论】:

    标签: shell csv command windows-10 registry


    【解决方案1】:

    通过将默认 APP (Excel) 更改为写字板并再次返回 Excel 以某种方式解决了该问题。我不知道为什么它现在起作用了。

    【讨论】:

      猜你喜欢
      • 2011-09-24
      • 1970-01-01
      • 2012-07-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多