Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save jpluimers/2f2e3acdd53a2d6b9ec0 to your computer and use it in GitHub Desktop.
Save jpluimers/2f2e3acdd53a2d6b9ec0 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
@awaescher
Copy link

... or just run the open source alternative Fusion++ from here or directly from chocolatey using choco install fusionplusplus.

Fusion++

@morber13
Copy link

morber13 commented Apr 25, 2022

Because I have disk space problems by thousands of log files, I followed your advice to disable fusion logs.
However, logs are still written.

See screen shot for my current settings.

Do I have to set one of these parameters to 0?
RegEdit

@jpluimers
Copy link
Author

jpluimers commented Jul 14, 2022

Because I have disk space problems by thousands of log files, I followed your advice to disable fusion logs. However, logs are still written.

See screen shot for my current settings.

Do I have to set one of these parameters to 0? RegEdit

I don't know and have not played around with the Fusion logs for years.

Did you try Fusion Log ++ that was suggested by @awaescher in https://gist.github.com/jpluimers/2f2e3acdd53a2d6b9ec0?permalink_comment_id=2937667#gistcomment-2937667 ?

(Note I am currently very inactive still recovering from a lot of rectum cancer treatments, see https://twitter.com/jpluimers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment