Skip to content

Instantly share code, notes, and snippets.

@kekyo
Created May 9, 2016 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kekyo/5f253ea144cb7473ad62f46e3fdc9ddb to your computer and use it in GitHub Desktop.
Save kekyo/5f253ea144cb7473ad62f46e3fdc9ddb to your computer and use it in GitHub Desktop.
Enable .NET fusion logging
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"ForceLog"=dword:00000001
"LogFailures"=dword:00000001
"LogResourceBinds"=dword:00000001
"EnableLog"=dword:00000001
"LogPath"="C:\\FusionLog\\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment