Microsoft hat ein Powershell Skript zum Download zur Verfügung gestellt, um zu prüfen, ob Ihr Rechner von dem Intel-CPU-Bug betroffen ist.
# https://www.windows-papst.de
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Install-Module SpeculationControl
Get-SpeculationControlSettings
https://www.powershellgallery.com/packages/SpeculationControl/1.0.2
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5715
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5754