Policy
Disable binding directly to IPropertySetStorage without intermediate layers.
Changes the behavior of IShellFolder::BindToObject for IID_IPropertySetStorage to not bind directly to the IPropertySetStorage implementation, and to include the intermediate layers provided by the Property System. This behavior is consistent with Windows Vista's behavior in this scenario. This disables access to user-defined properties, and properties stored in NTFS secondary streams.
24790b707cee DisableBindDirectlyToPropertySetStorage Registry
Copy registry mappings
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisableBindDirectlyToPropertySetStorage (enabled) = 1
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisableBindDirectlyToPropertySetStorage (disabled) = 0HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisableBindDirectlyToPropertySetStorage (enabled) = 1
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisableBindDirectlyToPropertySetStorage (disabled) = 0 Policy notes
Changes the behavior of IShellFolder::BindToObject for IID_IPropertySetStorage to not bind directly to the IPropertySetStorage implementation, and to include the intermediate layers provided by the Property System. This behavior is consistent with Windows Vista's behavior in this scenario. This disables access to user-defined properties, and properties stored in NTFS secondary streams.