标签: attributes

新的 Windows 8/10 属性是什么意思:无清理文件 (X)、完整性 (V)、固定 (P)、未固定 (U)

我刚刚ATTRIB在 Windows 10.0.15063 上打开命令帮助,发现有我不知道的新属性。

>attrib /?
Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] [+O | -O] [+I | -I] [+P | -P] [+U | -U]
       [drive:][path][filename] [/S [/D]] [/L]

  +   Sets an attribute.
  -   Clears an attribute.
  R   Read-only file attribute.
  A   Archive file attribute.
  S   System file attribute.
  H   Hidden file attribute.
  O   Offline attribute.
  I   Not content indexed file attribute.
  X   No scrub file attribute. …
Run Code Online (Sandbox Code Playgroud)

ntfs file-attributes attributes windows-8 windows-10

11
推荐指数
2
解决办法
6982
查看次数

如 chattr 手册中所述,linux 中的“项目 ID”是什么?

当我在文件属性定义列表中看到以下内容时,我正在阅读chattrLinux 机器 ( kali4-amd64)上的手册:

A directory with the 'P' attribute set will enforce a hierarchical
structure for project id's.  This means that files and directory created in
the directory will inherit the project id of the directory, rename
operations are constrained so when a file or directory is moved into
another directory, that the project id's much match.  In addition, a hard
link to file can only be created when the project id for the file and …
Run Code Online (Sandbox Code Playgroud)

linux unix file-attributes attributes

9
推荐指数
1
解决办法
878
查看次数

是否可以修改任务栏固定快捷方式的工具提示?

我有一堆快捷方式(无法获得其他链接mklink),例如:对于链接到的 Firefox:

C:\Program Files (x86)\Mozilla Firefox\firefox.exe

当我将鼠标移到任务栏中的图标上时,我会得到一个工具提示:

火狐浏览器

如何将其更改为我自己的描述?

我的尝试

  1. 突出显示快捷方式,右键单击 Properties
  2. 单击Details选项卡
  3. 点击移除 Properties and Personal Information

(保留细节不变)

  1. 找到一个十六进制编辑器,firefox.exe打开可执行文件并进行编辑*
  2. 修改高亮线 十六进制
  3. 运行可执行文件 错误信息 *覆盖模式或插入模式;对结果没有影响

该错误可能是由于标头中某处的校验和造成的。


没有编译我自己的 Firefox 版本,我该如何重命名描述?

例如:重新计算标头校验和

windows shortcuts attributes

3
推荐指数
1
解决办法
3795
查看次数

如何使用 ffmpeg 将自定义数据保存到电影文件的标头中?

我正在寻找使用 ffmpeg 将自定义数据保存到电影文件中,主要是实际的开始帧、结束帧和其他一些信息,例如键:值对,因此稍后我可以随时从电影文件中获取详细信息。

我环顾四周,却无法弄清楚自己。有办法做到这一点吗?

ffmpeg headers attributes

2
推荐指数
1
解决办法
6242
查看次数