Convert Windows registry to Markdown.
Drop a .reg export and get a readable Markdown outline of its keys and values. It runs entirely in your browser, so your file never leaves your device.
Drag & drop your files
or
Optimize for AI & RAG
Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.
Add YAML front matter
Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.
Add table of contents
Build a linked index from the headings. Handy for long documents.
Export RAG chunks (.json)
Split the result into retrieval-ready chunks. Download per file from the result panel.
Most converters quietly upload your documents to a server. This one physically can't.
Built for the editor,
not for reading.
A .reg export is a flat list of bracketed key paths and quoted name=value lines meant for the Registry Editor. Converting turns that into a readable outline of headings and bullets.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\MyApp]
"Theme"="dark"
"Volume"=dword:00000064
## HKEY_CURRENT_USER\Software\MyApp
- **"Theme"**: "dark"
- **"Volume"**: dword:00000064
Everything you
actually need.
Registry exports in, clean Markdown out, with no server and no account anywhere.
It never leaves your browser
Your .reg export is read and parsed on your device. Nothing is uploaded to any server, ever.
# Heading
- point one
3 chunks
AI & RAG ready
Optional cleanup, YAML front matter, a table of contents and RAG chunk export.
Works offline
Once the page has loaded you can switch off your connection and it keeps converting.
## HKEY_CURRENT_USER\Software\MyApp
- "Theme": "dark"
- "Volume": dword:00000064
Keys become headings
Each bracketed registry key turns into a heading, and every name=value pair under it into a bullet.
Unicode safe
Accents, symbols and non-Latin scripts come through intact as UTF-8.
Free, and unlimited
No sign-up, no quotas, no watermarks. Convert one file or a thousand; it all runs the same way, on your own device.
What carries
across.
Honest about what comes through, and what doesn't. Each bracketed key becomes a heading and each name=value pair a bullet. Value-type prefixes such as dword: are shown raw, not specially handled.
Kept
2- Each [key] path as a heading
- Each name=value pair as a bullet
Dropped
2- The Registry Editor header line
- Comments
"Theme"="dark"
"Volume"=dword:00000064
Registry questions,
answered.
Everything worth knowing before you drop in a .reg export.
Other converters.
Have other config or text files to convert? These work the same way: privately, in your browser.
ZIP to Markdown
.zip · .jar · .war
ZIP archives, contents converted.
tar / gzip to Markdown
.tar · .gz · .tgz
tar & gzip archives, contents converted.
torrent to Markdown
.torrent
BitTorrent metadata files.
JavaScript / TypeScript to Markdown
.js · .ts · .jsx · .tsx
JS, TS, JSX & TSX source.
Python to Markdown
.py
Python source code.
Java to Markdown
.java
Java source code.
C / C++ to Markdown
.c · .cpp · .h
C and C++ source code.
C# to Markdown
.cs
C# source code.