我想在文件VersionInfo中使用空字段来存储元数据以供搜索。我想知道是否可以使用powershell cmdlet或脚本编辑VersionInfo字段。
可以使用以下命令查看VersionInfo:
get-itemproperty -path .\amazon_cel_v2l.dvf | Format-List -Property VersionInfo
输出:
VersionInfo : File: C:\extended_attributes\amazon_cel_v2l.dvf
InternalName:
OriginalFilename:
FileVersion:
FileDescription:
Product:
ProductVersion:
Debug: False
Patched: False
PreRelease: False
PrivateBuild: False
SpecialBuild: False
Language:
如您所见,有几个不同的空字段可以填充元数据。有谁知道这些字段是否/如何写入?特别是我想使用下面列出的四个字段:
InternalName:
OriginalFilename:
FileVersion:
FileDescription:
根据我的问题中的评论,我将尝试以不同的方式将自定义元数据添加到我的文件中。备用数据流很好但如果将文件传输到非ntfs文件系统则会丢失。