Applies ToWindows 10 Enterprise, version 1809 Windows Server 2019

リマインダー

Windows 10 Version 1809 Pro、Pro for Workstation、Home、IoT Core、Standard Core、Datacenter Core の各エディションは、2020 年 11 月 10 日にサポート終了 (EOS) に達しました。 

Windows 10 Version 1809 Enterprise Multi-Session および IoT Enterprise エディションは、2021 年 5 月 11 日にサポート終了に達しました。

Windows 10 Version 1809 Education エディションは、2022 年 1 月 11 日にサポートが終了しました。

Windows 10 Version 1809 Enterprise は、2024 年 1 月 9 日にサポートを終了します。

サポート終了日が終了すると、これらのエディションではこれらの更新プログラムは提供されなくなります。 これらの更新プログラムを引き続き受け取るには、Windows 10 の最新バージョンに更新することをお勧めします。 Windows 10 Version 1809のサポート終了については、「Windows 10バージョン 1803 および 1809 サービス終了 (Education and Enterprise)」を参照してください。

Windows Server 2019 Datacenter エディション、Nano Server インストール、Standard エディションでは、Nano Server インストール オプションは 2024 年 1 月 9 日にサポート終了となります。

Windows Server 2019 Standard、Datacenter、Essentials、Hyper-V Server 2019 の各エディションは、2029 年 1 月 9 日にサポートが終了します。

サポート終了日が終了すると、これらのエディションではこれらの更新プログラムは提供されなくなります。 これらの更新プログラムを引き続き受け取るには、最新バージョンの Windows Server に更新することをお勧めします。 Windows Server 2019 のサポート終了については、「Windows Server 2019」を参照してください。

概要

この更新プログラムにより、Windows 10 Enterprise バージョン 1809 および Windows Server 2019 の Windows 回復機能が強化されます。

この更新プログラムの入手方法

この更新プログラムのインストール

リリース チャネル

使用可能

次の手順

Windows Update および Microsoft Update

はい

この更新プログラムは、Windows Update を介して利用可能です。 ダウンロードとインストールは自動的に行われます。

Microsoft Update カタログ

この更新プログラムのスタンドアロン パッケージを取得するには、Microsoft Update Catalog Web サイトにアクセスします。

更新プログラム カタログから更新プログラムをダウンロードするには、「Windows Update カタログから更新プログラムをダウンロードする手順」を参照してください。

Windows Server Update Services (WSUS) と Microsoft エンドポイント 構成マネージャー

いいえ

その他のリリース チャネルを参照してください。

前提条件

この更新プログラムを適用するための必要条件はありません。

再起動に関する情報

この更新プログラムの適用後、デバイスを再起動する必要はありません。

アンインストール情報

この更新プログラムは、一度 Windows イメージに適用されると、削除することができません。 

更新プログラムの置き換えに関する情報

この更新プログラムは、以前にリリースされた更新プログラムのKB5029029に置き換えられます。

この更新プログラムのインストールを確認する

この更新プログラムをインストールした後、デバイスにインストールされている WinRE バージョンは 10.0 である必要があります。17763.5322。 ​​​​​

WinRE のバージョンをインストールするには、管理者の資格情報を使用して、次の PowerShell スクリプト "GetWinReVersion.ps1" を実行します。 スクリプトを実行すると、次の例のように、インストールされている WinRE バージョンが表示されます。

GetWinReVersion.ps1 PowerShell スクリプト

################################################################################################

#

# Copyright (c) Microsoft Corporation.

# Licensed under the MIT License.

#

# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

# SOFTWARE.

#

################################################################################################
# Function to get WinRE path

function GetWinREPath {

    $WinRELocation = (reagentc /info | Select-String "Windows RE location")

    if ($WinRELocation) {

        return $WinRELocation.ToString().Split(':')[-1].Trim()

    } else {

        Write-Host "Failed to find WinRE path" -ForegroundColor Red

        exit 1

    }

}

 
# Creates and needs to be return the mount directory
function GetMountDir {
    # systemdirve\mnt
    $MountDir = "$env:SystemDrive\mnt"
    if (-not (Test-Path $MountDir)) {
        New-Item -ItemType Directory -Path $MountDir -Force | Out-Null
    }
    return $MountDir
}  

# Function to get WinRE version
function GetWinREVersion {

    $mountedPath = GetMountDir
    $filePath = "$mountedPath\Windows\System32\winpeshl.exe"

    $WinREVersion = (Get-Item $filePath).VersionInfo.FileVersionRaw.Revision

    return [int]$WinREVersion

}


# Main Execution

$WinREPath = GetWinREPath


# Make dir C:\mnt if not exists

$TempDir = GetMountDir


# Get the read write permission for this directory

if (-not (Test-Path $TempDir)) {

    New-Item -ItemType Directory -Path $TempDir -Force | Out-Null

}


# Mount WinRE image

dism /Mount-Image /ImageFile:"$WinREPath\winre.wim" /Index:1 /MountDir:"$TempDir"


$WinREVersion = GetWinREVersion

Write-Host "WinRE Version: $WinREVersion" -ForegroundColor Cyan

dism /Unmount-Image /MountDir:"$TempDir" /Discard

Remove-Item -Path $TempDir -Force -Recurse

ファイル情報

英語 (米国) バージョンのこのソフトウェア更新プログラムで、次の一覧の属性を持つファイルがインストールされます。

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

acpi.inf

バージョン管理されていません

13-Sep-23

1,923

4,144

acpi.sys

10.0.17763.4964

13-Sep-23

21:28

595,312

pci.inf

バージョン管理されていません

13-Sep-23

1,919

16,148

pci.sys

10.0.17763.4964

13-Sep-23

21:28

315,776

winresume.exe

10.0.17763.4964

13-Sep-23

21:12

988,056

winresume.efi

10.0.17763.4964

13-Sep-23

21:12

1,101,704

winload.exe

10.0.17763.5322

11-Dec-23

21:03

1,230,352

winload.efi

10.0.17763.5322

11-Dec-23

21:03

1,367,688

bootmgfw.efi

10.0.17763.5322

11-Dec-23

21:03

1,269,728

bootmgr.efi

10.0.17763.5322

11-Dec-23

21:03

1,254,872

boot.stl

バージョン管理されていません

6-Nov-23

1,329

10,689

winsipolicy.p7b

バージョン管理されていません

7-Dec-23

15:22

8,786

winresume.exe

10.0.17763.5322

11-Dec-23

21.08

988,176

winresume.efi

10.0.17763.5322

11-Dec-23

21.08

1,101,824

BootMenuUX.dll

10.0.17763.3646

10 月 27 日~10 月 22 日

0:56

529,408

ci.dll

10.0.17763.5322

11-Dec-23

21:06

685,080

driver.stl

バージョン管理されていません

2-Dec-23

1,725

15,792

errata.inf

バージョン管理されていません

5-Sep-23

1,302

123,848

fltMgr.sys

10.0.17763.4964

13-Sep-23

21:06

306,048

hal.dll

10.0.17763.4964

13-Sep-23

21:06

386,928

halmacpi.dll

10.0.17763.4964

13-Sep-23

21:06

386,928

ClipSp.sys

10.0.17763.4964

13-Sep-23

21:07

798,680

ntdll.dll

10.0.17763.4964

13-Sep-23

21:06

1,657,496

ntfs.sys

10.0.17763.587

29-5 月 19 日

2,135

2,137,400

ntoskrnl.exe

10.0.17763.4964

13-Sep-23

21:06

6,893,528

ResetEngine.dll

10.0.17763.292

16-Jan-19

0:53

1,856,000

ResetEngine.exe

10.0.17763.1

14-9 月 18 日

20:59

9,728

ResetPluginHost.exe

10.0.17763.1

14-9 月 18 日

20:58

24,064

reseteng.dll

10.0.17763.344

8-2 月 19 日

18:45

1,013,248

resetengmig.dll

10.0.17763.1

14-9 月 18 日

20:53

64,512

ResetEngInterfaces.exe

10.0.17763.1

14-9 月 18 日

20:53

8,192

srms.dat

バージョン管理されていません

9-8 月 18 日

1,442

58,524

srms62.dat

バージョン管理されていません

9-8 月 18 日

1,442

22,841

sysreset.exe

6.1.7782.0

16-Jan-19

0:53

275,968

systemreset.exe

10.0.17763.292

16-Jan-19

1:06

451,896

ResetEngOnline.dll

10.0.17763.292

16-Jan-19

0:53

193,536

SysResetErr.exe

10.0.17763.1

14-9 月 18 日

21:09

36,152

winpeshl.exe

10.0.17763.5322

11-Dec-23

20:47

25,600

wpeutil.dll

10.0.17763.5322

11-Dec-23

20:47

104,960

wpeutil.exe

10.0.17763.5322

11-Dec-23

20:51

9,728

wpeinit.exe

10.0.17763.5322

11-Dec-23

20:50

28,160

startnet.cmd

バージョン管理されていません

6-Nov-23

13:31

9

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

acpi.inf

バージョン管理されていません

13-Sep-23

19:25

4,152

acpi.sys

10.0.17763.4964

13-Sep-23

21:25

792,960

pci.inf

バージョン管理されていません

13-Sep-23

21:19

16,156

pci.sys

10.0.17763.4964

13-Sep-23

21:25

423,896

skci.dll

10.0.17763.5322

11-Dec-23

21:17

301,264

winresume.exe

10.0.17763.4964

13-Sep-23

21:23

1,191,064

winresume.efi

10.0.17763.4964

13-Sep-23

21:23

1,353,272

winload.exe

10.0.17763.5322

11-Dec-23

21:14

1,493,800

winload.efi

10.0.17763.5322

11-Dec-23

21:14

1,712,864

bootmgfw.efi

10.0.17763.5322

11-Dec-23

21:15

1,507,312

bootmgr.efi

10.0.17763.5322

11-Dec-23

21:14

1,489,888

boot.stl

バージョン管理されていません

10 月 27 日~10 月 23 日

17:55

10,895

winsipolicy.p7b

バージョン管理されていません

22-Nov-23

17:20

8,786

winresume.exe

10.0.17763.5322

11-Dec-23

21:19

1,191,072

winresume.efi

10.0.17763.5322

11-Dec-23

21:19

1,353,288

BootMenuUX.dll

10.0.17763.3646

10 月 27 日~10 月 22 日

1:16

660,992

driversipolicy.p7b

バージョン管理されていません

16-Nov-23

13:12

150,679

ci.dll

10.0.17763.5322

11-Dec-23

21:16

870,976

driver.stl

バージョン管理されていません

10 月 27 日~10 月 23 日

17:56

25,628

bootmgfw.efi

10.0.17763.4964

13-Sep-23

21:25

1,507,184

errata.inf

バージョン管理されていません

6-Sep-23

11:08

123,848

fltMgr.sys

10.0.17763.4964

13-Sep-23

21:23

434,032

hal.dll

10.0.17763.4964

13-Sep-23

21:23

593,280

ClipSp.sys

10.0.17763.4964

13-Sep-23

21:24

1,056,128

ntdll.dll

10.0.17763.4964

13-Sep-23

21:23

1,998,952

ntfs.sys

10.0.17763.587

29-5 月 19 日

21:46

2,626,872

ntoskrnl.exe

10.0.17763.4964

13-Sep-23

21:23

9,666,432

ResetEngine.dll

10.0.17763.292

16-Jan-19

11.0.

2,298,880

ResetEngine.exe

10.0.17763.1

14-9 月 18 日

21:43

11,264

ResetPluginHost.exe

10.0.17763.1

14-9 月 18 日

21:42

30,720

reseteng.dll

10.0.17763.344

8-2 月 19 日

19:02

1,224,704

resetengmig.dll

10.0.17763.1

14-9 月 18 日

21:42

77,824

ResetEngInterfaces.exe

10.0.17763.1

14-9 月 18 日

21:43

10,240

srms.dat

バージョン管理されていません

5-9 月 18 日

15:07

58,524

srms62.dat

バージョン管理されていません

8-8 月 18 日

20:50

22,841

sysreset.exe

6.1.7782.0

16-Jan-19

1:12

315,392

systemreset.exe

10.0.17763.292

16-Jan-19

1:27

522,312

ResetEngOnline.dll

10.0.17763.292

16-Jan-19

11.0.

241,152

SysResetErr.exe

10.0.17763.1

14-9 月 18 日

2,157

42,496

winpeshl.exe

10.0.17763.5322

11-Dec-23

20:52

32,256

wpeutil.dll

10.0.17763.5322

11-Dec-23

20:50

122,368

wpeutil.exe

10.0.17763.5322

11-Dec-23

20:56

12,288

wpeinit.exe

10.0.17763.5322

11-Dec-23

20:53

33,280

startnet.cmd

バージョン管理されていません

10 月 27 日~10 月 23 日

17:56

9

ntdll.dll

10.0.17763.4964

13-Sep-23

21:06

1,676,728

wdsnbp.com

バージョン管理されていません

5-Sep-23

1,302

30,832

abortpxe.com

バージョン管理されていません

5-Sep-23

1,302

79

bootmgr.exe

10.0.17763.4964

13-Sep-23

21:07

668,032

pxeboot.com

バージョン管理されていません

5-Sep-23

1,302

25,358

pxeboot.n12

バージョン管理されていません

5-Sep-23

1,302

25,358

hdlscom1.com

バージョン管理されていません

5-Sep-23

1,302

25,662

hdlscom2.com

バージョン管理されていません

5-Sep-23

1,302

25,662

hdlscom1.n12

バージョン管理されていません

5-Sep-23

1,302

25,646

hdlscom2.n12

バージョン管理されていません

5-Sep-23

1,302

25,646

bootmgfw.efi

10.0.17763.4964

13-Sep-23

21:07

1,269,632

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

acpi.inf

バージョン管理されていません

13-Sep-23

1,924

4,152

acpi.sys

10.0.17763.4964

13-Sep-23

21:27

731,520

pci.inf

バージョン管理されていません

13-Sep-23

1,919

16,156

pci.sys

10.0.17763.4964

13-Sep-23

21:26

391,128

skci.dll

10.0.17763.5322

11-Dec-23

2,120

214,136

winload.efi

10.0.17763.5322

11-Dec-23

21:15

1,663,704

bootmgfw.efi

10.0.17763.5322

11-Dec-23

21:17

1,479,664

bootmgr.efi

10.0.17763.5322

11-Dec-23

21:18

1,462,760

boot.stl

バージョン管理されていません

1-Dec-23

12:55

10,717

winsipolicy.p7b

バージョン管理されていません

1-Dec-23

12:55

8,786

winresume.efi

10.0.17763.5322

11-Dec-23

2,120

1,317,240

BootMenuUX.dll

10.0.17763.3646

10 月 27 日~10 月 22 日

1:42

667,648

driversipolicy.p7b

バージョン管理されていません

1-Dec-23

12:55

150,679

ci.dll

10.0.17763.5322

11-Dec-23

21:17

742,360

driver.stl

バージョン管理されていません

1-Dec-23

12:57

13,916

errata.inf

バージョン管理されていません

5-Sep-23

17:56

123,848

fltMgr.sys

10.0.17763.4964

13-Sep-23

21:15

413,056

hal.dll

10.0.17763.4964

13-Sep-23

21:15

375,664

ClipSp.sys

10.0.17763.4964

13-Sep-23

21:16

891,880

ntdll.dll

10.0.17763.4964

13-Sep-23

21:15

1,930,808

ntfs.sys

10.0.17763.587

29-5 月 19 日

21:22

2,623,528

ntoskrnl.exe

10.0.17763.4964

13-Sep-23

21:15

9,137,008

ResetEngine.dll

10.0.17763.292

16-Jan-19

1:06

2,494,976

ResetEngine.exe

10.0.17763.1

14-9 月 18 日

21:49

11,776

ResetPluginHost.exe

10.0.17763.1

14-9 月 18 日

2,147

32,256

reseteng.dll

10.0.17763.344

8-2 月 19 日

1,819

1,229,312

resetengmig.dll

10.0.17763.1

14-9 月 18 日

2,147

84,992

ResetEngInterfaces.exe

10.0.17763.1

14-9 月 18 日

21:49

9,728

srms.dat

バージョン管理されていません

19-Apr-18

1,311

58,524

srms62.dat

バージョン管理されていません

10 月 28 日~10 月 17 日

17:57

22,841

sysreset.exe

6.1.7782.0

16-Jan-19

(1:08)

334,848

systemreset.exe

10.0.17763.292

16-Jan-19

1:28

535,016

ResetEngOnline.dll

10.0.17763.292

16-Jan-19

(1:08)

251,904

SysResetErr.exe

10.0.17763.1

14-9 月 18 日

2,158

46,096

winpeshl.exe

10.0.17763.5322

11-Dec-23

20:56

33,792

wpeutil.dll

10.0.17763.5322

11-Dec-23

20:56

131,072

wpeutil.exe

10.0.17763.5322

11-Dec-23

20:59

12,288

wpeinit.exe

10.0.17763.5322

11-Dec-23

20:58

35,328

startnet.cmd

バージョン管理されていません

1-Dec-23

12:57

9

ntdll.dll

10.0.17763.4964

13-Sep-23

2,113

1,538,552

ntdll.dll

10.0.17763.4964

13-Sep-23

2,350

2,128,720

msvcrt.dll

7.0.17763.4964

13-Sep-23

2,350

1,090,400

ucrtbase.dll

10.0.17763.4964

13-Sep-23

2,350

1,784,024

ntdll.dll

10.0.17763.4964

13-Sep-23

21:06

1,676,728

参考資料

Microsoft ソフトウェア更新プログラムの説明に使用される標準的な用語について説明します。

単語のクエリ SafeOS DU

ヘルプを表示

その他のオプションが必要ですか?

サブスクリプションの特典の参照、トレーニング コースの閲覧、デバイスのセキュリティ保護方法などについて説明します。