File Block Settings In The Trust Center -
We often talk about macros, add-ins, and ActiveX controls when discussing Office security. But lurking just a few clicks away in the Trust Center is a feature that is simultaneously one of the most protective and one of the most frustrating in the Microsoft 365 ecosystem: File Block Settings .
| File Type | Extension | Risk Level | Recommended Action | | :--- | :--- | :--- | :--- | | | .xlm | Critical | Hard Block (Open & Save) | | Word 2 / Word 6.0 | .doc (pre-97) | High | Hard Block | | Excel 95 Workbooks | .xls (pre-97) | High | Hard Block | | PowerPoint 95 | .ppt (pre-97) | Medium | Protected View | | Web Pages | .htm , .html | Medium | Block Open (they trigger scripts) | Group Policy: Managing at Scale The worst way to manage File Block Settings is by walking to each desk. The best way is via Group Policy Administrative Templates (ADMX/ADML). file block settings in the trust center
Use PowerShell to scan network shares for .doc , .xls , and .ppt files. Identify who owns them and when they were last modified. We often talk about macros, add-ins, and ActiveX
You can deploy specific GUIDs for each file type. For example, the policy setting for blocking legacy Excel 2.0 spreadsheets is a simple registry key under: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Excel\Security\FileBlock The best way is via Group Policy Administrative
After 90 days of Phase 2, change the policy to "Hard Block Open" . Any remaining legacy files become inaccessible. You will get three angry emails, but the migration will be over. Common Misconceptions Myth 1: "File Block Settings protect against all zero-day exploits." Reality: No. They protect against exploits in specific parsing libraries for specific old formats . A zero-day in .docx will bypass them completely.
Set File Block Settings to "Open selected file types in Protected View" . Users can still view and copy-paste data, but they cannot edit or save. This forces them to consciously choose "Enable Editing" and then "Save As" a modern format.
Between 1997 and 2007, Microsoft Office used the OLE Compound File format ( .doc , .xls , .ppt ). These were not simple text files; they were virtual file systems inside a single file. They contained streams, storages, and binary blobs. Malware authors loved them because it was easy to hide shellcode in unused sectors.