Skip to content

Fast and Automatic Microsoft Recommended Driver Block Rules updates

Violet Hansen edited this page Dec 27, 2024 · 21 revisions

Fast and Automatic Microsoft Recommended Driver Block Rules updates


The blocklist is updated with each new major release of Windows, typically 1-2 times per year, but you can deploy the recommended driver block rules policy more frequently.

This is the GitHub source for the XML content shown on the Microsoft document website. You can see when the last time it was changed was, read the change history and commit messages.

Use the AppControl Manager to automate the required steps explained on the document to download and deploy the recommended driver block rules.


image


The Auto Update button in the Create Policy page creates a scheduled task in Windows that will automatically run every 7 days to keep the block list up to date.


Note

Microsoft recommended driver block rules that are enforced as a result of using either memory integrity (also known as hypervisor-protected code integrity or HVCI), Smart App Control, or S mode, are saved in a file called driversipolicy.p7b in the %windir%\system32\CodeIntegrity directory.

The file you download from Microsoft document is called SiPolicy.p7b and it won't overwrite the driversipolicy.p7b once deployed. It will work side-by-side the default block rules and will be enforced as well. They are both explicit deny base policies.









C#


Clone this wiki locally