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

Source
Intel 渲染性能降低9%
實測 amd 沒有降低性能