It started maybe 6 months ago. On some computers it's perpetually at ~20% CPU and busy with the disk. It fights with Visual Studio and slows down builds. I've needed to increase CPU on some computers to accommodate it. And at home, at night, it spins up my fans and wakes me up.<p>Anyone else having issues?
If you're up to run Windows 11 dev builds, try Dev Drive [0] which uses ReFS on another partition, volume, or virtual disk (VHDX), by default with 4KiB clusters (! big ReFS change) and has a couple modes:<p>* Windows Defender running async rather than sync when reading/writing files<p>* Windows Defender completely disabled (along with other file system filters)<p>This volume is intended for code only, but you can put other workloads on the Dev Drive.<p>[0] <a href="https://learn.microsoft.com/en-us/windows/dev-drive/" rel="nofollow noreferrer">https://learn.microsoft.com/en-us/windows/dev-drive/</a>