Hello Mark,
could you check the event ID on your Windows for the two mentioned numbers ?
You can verify whether the Windows driver policy is responsible by checking the Code Integrity event logs using the following two methods.
Manually querying Code Integrity events
Right-click the Start button and select Event Viewer.
In the left pane, navigate to: Applications and Services Logs > Microsoft > Windows > CodeIntegrity > Operational
Search or filter the log for events with these IDs:
Event ID 3076 – A driver was audited (it would have been blocked but was allowed because the policy is in audit mode).
Event ID 3077 – A driver was blocked from loading because it violated the enforcement policy.
Look for the Policy ID field in the event details. Events caused by this feature reference one of the following policy GUIDs:
Audit policy: {784C4414-79F4-4C32-A6A5-F0FB42A51D0D}
Enforcement policy: {8F9CB695-5D48-48D6-A329-7202B44607E3}
Thanks
Ralf