Policy
Disable additional security checks on VBA library references that may refer to unsafe locations on the local machine
This policy setting restricts VBA to checking project library references only against the registry and trusted zones. By default VBA performs additional checks against library paths to prevent loading references from potentially unsafe locations on the local machine as well. It is recommended that this setting remain 0 or unset to allow for the more secure default behavior. Only enable this setting if the default behavior is causing compatibility issues with critical solutions, and then, only to provide time to migrate the solutions to address the less secure behavior, at which point the setting should be turned off again.
44ea0d8940c8 L_DisableStrictVbaRefsSecurityPolicy Registry
Copy registry mappings
HKCU\software\policies\microsoft\vba\security\disablestrictvbarefssecurity (enabled) = 1
HKCU\software\policies\microsoft\vba\security\disablestrictvbarefssecurity (disabled) = 0 Policy notes
This policy setting restricts VBA to checking project library references only against the registry and trusted zones. By default VBA performs additional checks against library paths to prevent loading references from potentially unsafe locations on the local machine as well. It is recommended that this setting remain 0 or unset to allow for the more secure default behavior. Only enable this setting if the default behavior is causing compatibility issues with critical solutions, and then, only to provide time to migrate the solutions to address the less secure behavior, at which point the setting should be turned off again.