SpeculationControl PowerShell Script

preview_player
Показать описание
Microsoft has published a PowerShell script to identify which protections against the Meltdown and Spectre vulnerabilities are applied to the current system.

This script was run on a system after the January 2018 security update was applied, showing that OS branch target injection mitigation is present (but not enabled). The system uses an AMD Ryzen processor, which are not believed to be vulnerable to rogue data cache load (Meltdown).

If you haven't used PowerShell before, you will need to change your execution policy to allow this script to run, by running this command as admin:

Set-ExecutionPolicy RemoteSigned