Britec Tech Support Forum

Full Version: protect yourself from Meltdown and Spectre CPU flaws
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
please i would like to know any thoughts on this? Winaero link
This is a hardware bug and affects Intel CPU so AMD are safe. Microsoft have released patch to try and fix the issue. Hardware bugs are very hard to fix.

Here are some articles you can read 

Meltdown, Spectre: The password theft bugs at the heart of Intel CPUs

How to protect yourself from Meltdown and Spectre CPU flaws


Serious Intel CPU design flaw require's a Windows patch
it seems not easy to fix, can i click on kb4056897 to download anyway?

i'm using windows 7 sp1
Code:
if (c->x86_vendor != X86_VENDOR_AMD)
setup_force_cpu_bug(X86_BUG_CPU_INSECURE);
Big Grin Tongue
do i need to type in command prompt guiltyspark?
(01-05-2018, 03:48 PM)f23948 Wrote: [ -> ]do i need to type in command prompt guiltyspark?

No it's just 'tongue n cheek' from AMD.
oh lol
Hi f23948,

First, type in the following code into PowerShell and press Enter (This will change the policy, disabling restricted mode, allowing us access to install this module)

Code:
Set-ExecutionPolicy Bypass


When prompted for any action, type "Y" and press Enter. For this command, you will get prompted at least twice.


Once that has finished, type in the next command and press enter to install the module:

Code:
Install-Module SpeculationControl


You should be prompted once, again, type "Y" and press Enter


Once that has finished, you can enter this command to check if you have been affected by this bug:


Code:
Get-SpeculationControlSettings


If the command has worked, you should get something like this, displaying information:
[attachment=3253]
[b Image ]Source:[/b]
https://www.bleepstatic.com/images/news/u/986406/Microsoft/Windows10/Meltdown+Spectre-Powershell.png

Remember after you have finished sorting this out, type the following command to re-enable the restricted mode, in order to keep your system safe:
Code:
Set-ExecutionPolicy Restricted


Hope this helps Smile
Pages: 1 2 3