Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DanAtkinson/83c2b7769aef027be98b3e3be9792810 to your computer and use it in GitHub Desktop.
Save DanAtkinson/83c2b7769aef027be98b3e3be9792810 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