Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vmandic/513cc629f17dd56af6b9fcb141d8978d to your computer and use it in GitHub Desktop.
Save vmandic/513cc629f17dd56af6b9fcb141d8978d to your computer and use it in GitHub Desktop.
.NET enable and disable Fusion log
reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 1 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment