Vulnerability

Find out if your Windows is affected by Meltdown and Spectre CPU Vulnerabilities

Find out if your Windows is affected by Meltdown and Spectre CPU Vulnerabilities

Most of you must have read about the Spectre and Meltdown CPU vulnerabilities and wondering if there is anything you need to do to protect yourself against these CPU vulnerabilities. Microsoft has released a PowerShell cmdlet that lets you find out if your Windows computer is affected by Meltdown and Spectre CPU Vulnerabilities and suggested ways on how to protect your system from it.

Find out if your Windows is affected by Meltdown & Spectre

Run PowerShell as administrator and execute the following commands one after the other:

PS> # Save the current execution policy so it can be reset PS> $SaveExecutionPolicy = Get-ExecutionPolicy PS> Set-ExecutionPolicy RemoteSigned -Scope Currentuser PS> CD C:\ADV180002\SpeculationControl PS> Import-Module .\SpeculationControl.psd1 PS> Get-SpeculationControlSettings PS> # Reset the execution policy to the original state PS> Set-ExecutionPolicy $SaveExecutionPolicy -Scope Currentuser

This will install, activate an additional module and enable protection.

Check the output and see if all the elements show a value of True. That shows that your Windows is protected. If it shows False, it means that your system is vulnerable and you need to fix those issues.

You can later on restore the default ExecutionPolicy setting by running executing this Set-ExecutionPolicy Default command.

For more information, you may visit Microsoft.

Protect Windows against Meltdown & Spectre

US-CERT has said - “Replace CPU hardware. The underlying vulnerability is primarily caused by CPU architecture design choices. Fully removing the vulnerability requires replacing vulnerable CPU hardware.”

However, there are some basic precautions you can take to protect your Windows against Meltdown and Spectre CPU Vulnerabilities:

Ashampoo Spectre Meltdown CPU Checker will check if your Windows computer is vulnerable easily.

Stay safe!

Найкращі лабораторні ігри Oculus App
Якщо ви є власником гарнітури Oculus, то вам потрібно дізнатися про бокове завантаження. Бокове завантаження - це процес встановлення негарнітного вмі...
Top 10 Games to Play on Ubuntu
Windows platform has been one of the dominating platforms for gaming because of the huge percentage of games that are developing today to natively sup...
5 найкращих аркадних ігор для Linux
В наш час комп’ютери - це серйозні машини, що використовуються для ігор. Якщо ви не можете отримати новий високий бал, ви зрозумієте, що я маю на уваз...