ogmini - Exploration of DFIR

Having fun while learning about and pivoting into the world of DFIR.


About Blog Posts by Tags Research CTF/Challenge GitHub RSS
30 June 2025

Windows Notepad - Application Hive Markdown Setting

by ogmini

With the introduction of Markdown support we have a new setting in the settings.dat file to enable/disable the Formatting options. Using Registry Explorer we can take a look and see it:

FormattingEnabled

Using 010 Editor and the template.

010FormattingEnabled

KeyName Type Notes
Formatting Enabled 0x5f5e10b 0 = Off / 1 = On

More to come as I get more time to dig in.

tags: #research #windows-notepad