查看Windows有沒有啟動防禦Spectre和Meltdown的功能

Install the PowerShell Module
PS> Install-Module SpeculationControl

Run the PowerShell module to validate the protections are enabled

 Save the current execution policy so it can be reset
PS> $SaveExecutionPolicy = Get-ExecutionPolicy
PS> Set-ExecutionPolicy RemoteSigned -Scope Currentuser
PS> Import-Module SpeculationControl
PS> Get-SpeculationControlSettings

 Reset the execution policy to the original state
PS> Set-ExecutionPolicy $SaveExecutionPolicy -Scope Currentuser



普通使用者只要輸入
Install-Module SpeculationControl
Get-SpeculationControlSettings

查看Windows有沒有啟動防禦Spectre和Meltdown的功能

Source

Intel 渲染性能降低9%
實測 amd 沒有降低性能
2018-01-07 11:28 發佈
這不用急吧,過一陣子Microsoft會出相對較完整的Patch
Spectre現在似乎是無解的
緊張也沒有用啊
內文搜尋
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?