1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows Server2012R2 intel CPU脆弱性対応

Posted at

1.サーバハードウェアでCPU脆弱性問題に対応したBIOSをインストール

修正プログラムインストールで再起動が走るので、BIOS適応時は再起動は実施しない。

2.Windows Updateの更新履歴でKBkb4056898が適応済みか確認する
WindowsUpdateで適応できない場合、下記サイトからMicorsofut Updateカタログよりインストーラをダウンロード
https://support.microsoft.com/ja-jp/help/4056898/windows-81-upMidate-kb4056898?tduid=(f4734a0a05fb640207c4879f35dedcac)(256081)(2457211)(C4kK9Npmq74-tkzNejmURRb6ObsuUo6_Eg)()

3.レジストリを変更 コマンドプロンプトを管理者として実行
修正プログラムを有効にするには

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 0 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization" /v MinVmVersionForCpuBasedMitigations /t REG_SZ /d "1.0" /f

4.サーバ再起動
パワーシェルを管理者で実行
PS C:>Get-SpeculationControlSettings

ステータスを確認
結果が緑文字でTrueとなっていれば適応済み

キャプチャ.JPG

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?