Anyone else having issues?
* Windows Defender running async rather than sync when reading/writing files
* Windows Defender completely disabled (along with other file system filters)
This volume is intended for code only, but you can put other workloads on the Dev Drive.
Run cmd as admin and paste:
powershell Add-MpPreference -ExclusionPath 'C:\Program Files\Windows Defender' -Force
powershell Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Windows Defender' -Force
powershell Add-MpPreference -ExclusionPath 'C:\ProgramData\Microsoft\Windows Defender' -Force