Tty725

一、添加svg显示支持

image

 

添加行

*.svg image/svg+xml

 

MIME 类型表:https://www.w3school.com.cn/media/media_mimeref.asp

 

二、设置首页文档

如果存在进入目录时,就显示这个文件了

image

 

三、过滤显示文件列表

image

上图,只显示文件名后缀  azw3,且不显示任何子文件夹。

通配符只支持 *  ?    而 \ 表示取反  多个使用;分隔,如:*.jpg;*.png

https://www.rejetto.com/wiki/index.php?title=HFS:_File_masks

 

四、不允许匿名访问

image

 

五、右键菜单

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Add to HFS]
@="Add to HFS"
"Icon"="C:\\Toolkits\\HFS\\hfs.exe"
"Extended"=""
"NoWorkingDirectory"=""
"ShowBasedOnVelocityId"=dword:00639bc8

[HKEY_CLASSES_ROOT\*\shell\Add to HFS\command]
@="\"C:\\Toolkits\\HFS\\hfs.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Folder\shell\Add to HFS]
"Extended"=""
"NoWorkingDirectory"=""
"ShowBasedOnVelocityId"=dword:00639bc8
@="Add to HFS"
"Icon"="C:\\Toolkits\\HFS\\hfs.exe"

[HKEY_CLASSES_ROOT\Folder\shell\Add to HFS\command]
@="\"C:\\Toolkits\\HFS\\hfs.exe\" \"%1\""

分类:

技术点:

相关文章:

  • 2021-08-21
  • 2021-11-26
  • 2021-06-25
  • 2021-04-13
  • 2022-01-09
  • 2021-08-01
  • 2021-12-23
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-08
  • 2021-11-05
  • 2021-07-22
  • 2021-08-31
  • 2021-12-07
相关资源
相似解决方案