lawndoc / winbin.wtf

WinBin.wtf is a Windows file documentation site to help you understand what various Windows files are, what they should do, and other useful information about them.
https://winbin.wtf
MIT License
5 stars 3 forks source link

Added SpoolSV DLLs #7

Closed VocalFan closed 2 years ago

VocalFan commented 2 years ago

Finally found out a really fast way to change the Process Explorer DLL output file into the proper MarkDown using Visual Studio's expressions for Replace... I love it. Haha.

Ctrl+H Enable Use Regular Expressions ^.*(?=C:) Replace with:

    - 

Delete non DLL files, and tada! (exe, mui, nls)