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.
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:
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)