HotCakeX / Harden-Windows-Security

Harden Windows Safely, Securely using Official Supported Microsoft methods and proper explanation | Always up-to-date and works with the latest build of Windows | Provides tools and Guides for Personal, Enterprise, Government and Military security levels | Read The Rationale https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Rationale.md
https://hotcakex.github.io
MIT License
1.87k stars 148 forks source link

Intel TDT - Threat Detection Technology #69

Closed HotCakeX closed 1 year ago

HotCakeX commented 1 year ago
Set-MpPreference -IntelTDTEnabled $true

This document from last year

https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/defending-against-ransomware-with-microsoft-defender-for/ba-p/3243941

said that:

will be available for consumers through Microsoft Defender Antivirus.

Intel website: https://www.intel.com/content/www/us/en/architecture-and-technology/vpro/hardware-shield/threat-detection-technology.html

CSP description and info: https://learn.microsoft.com/en-us/windows/client-management/mdm/defender-csp#configurationinteltdtenabled

GitHub issue: https://github.com/MicrosoftDocs/windows-powershell-docs/issues/3506

Doesn't do anything on non-capable devices but on devices that support it should activate Intel TDT.

HotCakeX commented 1 year ago

Done: https://github.com/HotCakeX/Harden-Windows-Security/releases/tag/v2023.07.29