A little help for ChatGPT on this subject. I got:
Windows includes a security feature that blocks untrusted fonts, which might interfere with legacy applications. You can disable this feature via the Local Group Policy Editor:
- Press
Win + R
, typegpedit.msc
, and press Enter to open the Local Group Policy Editor. - Navigate to
Computer Configuration
>Administrative Templates
>System
>Mitigation Options
. - In the right pane, double-click on "Untrusted Font Blocking."
- Set it to "Disabled" or "Not Configured" to turn off the feature.
- Click "Apply," then "OK."
- Restart your computer to apply the changes.
For more details, refer to Microsoft's documentation on blocking untrusted fonts.