Skip to content

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.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

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.

01Why

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.

REGexport.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\MyApp]

"Theme"="dark"

"Volume"=dword:00000064

MDexport.md

## HKEY_CURRENT_USER\Software\MyApp

- **"Theme"**: "dark"

- **"Volume"**: dword:00000064

02Features

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.

local
REGexport.reg

# 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.

03Fidelity

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
REGexport.reg
Windows Registry Editor Version 5.00
dropped
; app settings
dropped
[HKEY_CURRENT_USER\Software\MyApp]
kept

"Theme"="dark"

"Volume"=dword:00000064

kept
04FAQ

Registry questions,
answered.

Everything worth knowing before you drop in a .reg export.

05More

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.

Convert

tar / gzip to Markdown

.tar · .gz · .tgz

tar & gzip archives, contents converted.

Convert

torrent to Markdown

.torrent

BitTorrent metadata files.

Convert

JavaScript / TypeScript to Markdown

.js · .ts · .jsx · .tsx

JS, TS, JSX & TSX source.

Convert

Python to Markdown

.py

Python source code.

Convert

Java to Markdown

.java

Java source code.

Convert

C / C++ to Markdown

.c · .cpp · .h

C and C++ source code.

Convert

C# to Markdown

.cs

C# source code.

Convert