Skip to content

Commit a4ab68f

Browse files
authored
Docs: Add note for ETW Profiling regarding Intel TDT and Windows Defender (#2196)
1 parent 8b61591 commit a4ab68f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/articles/features/etwprofiler.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ What we have today comes with following limitations:
3030
<DebugSymbols>true</DebugSymbols>
3131
```
3232

33+
> [!NOTE]
34+
> On certain machines [Intel TDT and Windows Defender](https://www.microsoft.com/en-us/security/blog/2021/04/26/defending-against-cryptojacking-with-microsoft-defender-for-endpoint-and-intel-tdt/) can cause CPU samples to be captured with no value.
35+
> You can correct this problem by disabling the feature using `powershell.exe Set-MpPreference -DisableTDTFeature $true`.
36+
> *WARNING:* Disabling security features will make your machine less secure; do so at your own risk.
37+
3338
## How to use it?
3439

3540
You need to install `BenchmarkDotNet.Diagnostics.Windows` package.

0 commit comments

Comments
 (0)