Best way to block downloads of executables and archives, while allowing normal files (PDF, images, videos)?

Posted by Same-Target-3116@reddit | sysadmin | View on Reddit | 21 comments

I’m trying to restrict a Windows environment so users can still download normal files like PDFs, images, and videos, but prevent downloading potentially risky files such as executables or compressed archives.

The goal is to allow:

While blocking:

I understand that blocking execution with AppLocker is one layer, but I’m specifically looking for ways to control the download side as well.

So far I’ve looked into:

But I’m not sure what the most effective or maintainable approach is.

Ideally I want something that:

Any recommendations or real-world approaches would be appreciated.