如何使用项属性

可以测试项的 Shell 属性的 SFGAO 标志值,以确定是应启用或禁用谓词。

若要使用此属性功能,请在 谓词下添加以下 REG_DWORD 值:

Instructions

步骤 1:

AttributeMask 值指定用于测试掩码的位值的 SFGAO 值。

步骤 2:

AttributeValue 值指定所测试位的 SFGAO 值。

步骤 3:

ImpliedSelectionModel 为项目谓词指定零,或为后台快捷菜单上的谓词指定非零值。

备注

在以下示例注册表项中,AttributeMask 设置为 SFGAO_READONLY (0x40000) 。

HKEY_CLASSES_ROOT
   txtfile
      Shell
         test.verb2
            AttributeMask = 0x40000
            AttributeValue = 0x0
            ImpliedSelectionModel = 0x0
            command
               (Default) = %SystemRoot%\system32\notepad.exe %1