Find and extract Adobe Fonts (OTF) to your Downloads directory
This script copies all Adobe activated font files hidden in "%AppData%\Adobe\CoreSync\plugins\livetype\r"
to your Downloads directory and renames all of them to what they represent.
For example, the file 40414
becomes NotoSans-SemiBoldItalic.otf
(which includes all cues for font variation, weight, etc.).
- Download this repository. (Always keep
reveal.bat
andotfinfo.exe
together); - Run
reveal.bat
; - Done! Press any key at the end or go to your downloads directory to find the fonts.
Script taken and adapted from https://github.com/Anibaaal/adobe-fonts-revealer-windows (WSL version), which in turn was taken and adapted from https://github.com/Kalaschnik/adobe-fonts-revealer (macOS version).