適用先
Windows 10 Enterprise, version 1809 Windows Server 2019

概要

この更新プログラムにより、Windows 10 Version 1809 および Windows Server 2019 の Windows 回復環境が強化されます。

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

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

この更新プログラムをインストールするには、次のいずれかのリリース チャネルを使用してください。

使用可能

次の手順

はい

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

前提条件

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

再起動に関する情報

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

アンインストール情報

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

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

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

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

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

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

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

16-Sep-24

16:28

4,144

acpi.sys

10.0.17763.4964

16-Sep-24

16:28

595,312

pci.inf

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

16-Sep-24

16:28

16,148

pci.sys

10.0.17763.4964

16-Sep-24

16:28

315,776

winresume.exe

10.0.17763.4964

16-Sep-24

16:28

988,056

winresume.efi

10.0.17763.4964

16-Sep-24

16:28

1,101,704

winload.exe

10.0.17763.5322

16-Sep-24

16:28

1,230,352

winload.efi

10.0.17763.5322

16-Sep-24

16:28

1,367,688

bootmgfw.efi

10.0.17763.5322

16-Sep-24

16:28

1,269,728

bootmgr.efi

10.0.17763.5322

16-Sep-24

16:28

1,254,872

boot.stl

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

16-Sep-24

16:28

10,689

winsipolicy.p7b

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

16-Sep-24

16:28

8,786

winresume.exe

10.0.17763.5322

16-Sep-24

16:28

988,176

winresume.efi

10.0.17763.5322

16-Sep-24

16:28

1,101,824

BootMenuUX.dll

10.0.17763.6401

16-Sep-24

16:28

530,944

ci.dll

10.0.17763.5322

16-Sep-24

16:28

685,080

driver.stl

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

16-Sep-24

16:28

15,792

errata.inf

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

16-Sep-24

16:28

123,848

fltMgr.sys

10.0.17763.4964

16-Sep-24

16:28

306,048

hal.dll

10.0.17763.4964

16-Sep-24

16:28

386,928

halmacpi.dll

10.0.17763.4964

16-Sep-24

16:28

386,928

cmi2migxml.dll

10.0.17763.6401

16-Sep-24

16:28

147,456

csiagent.dll

10.0.17763.6401

16-Sep-24

16:28

509,312

diagER.dll

10.0.17763.6401

16-Sep-24

16:28

42,992

hwcompat.dll

10.0.17763.6401

16-Sep-24

16:28

160,736

hwcompat.txt

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

16-Sep-24

16:28

589,760

hwexclude.txt

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

16-Sep-24

16:28

51

migapp.xml

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

16-Sep-24

16:28

654,548

migcore.dll

10.0.17763.6401

16-Sep-24

16:28

6,777,824

mighost.exe

10.0.17763.6401

16-Sep-24

16:28

249,848

migres.dll

10.0.17763.6401

16-Sep-24

16:28

17,392

migisol.dll

10.0.17763.6401

16-Sep-24

16:28

120,816

migstore.dll

10.0.17763.6401

16-Sep-24

16:28

939,512

migsys.dll

10.0.17763.6401

16-Sep-24

16:28

304,112

MXEAgent.dll

10.0.17763.6401

16-Sep-24

16:28

237,952

offline.xml

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

16-Sep-24

16:28

37,395

oscomps.xml

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

16-Sep-24

16:28

435,175

oscomps.woa.xml

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

16-Sep-24

16:28

249,101

osfilter.inf

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

16-Sep-24

16:28

21,299

reagent.dll

10.0.17763.6401

16-Sep-24

16:28

923,128

setupplatform.cfg

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

16-Sep-24

16:28

6,266

setupplatform.dll

1.54.17763.6401

16-Sep-24

16:28

6,934,520

setupplatform.exe

1.54.17763.6401

16-Sep-24

16:28

155,016

SFCN.dat

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

16-Sep-24

16:28

18:24

SFLCID.dat

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

16-Sep-24

16:28

1,644

SFLISTW7.dat

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

16-Sep-24

16:28

1,703,408

SFLISTW8.dat

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

16-Sep-24

16:28

2,608,968

SFLISTWB.dat

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

16-Sep-24

16:28

3,173,014

SFLISTWT.dat

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

16-Sep-24

16:28

4,935,478

sflistw8.woa.dat

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

16-Sep-24

16:28

954,506

SFLISTRS1.dat

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

16-Sep-24

16:28

5,593,518

sflistwb.woa.dat

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

16-Sep-24

16:28

1,150,204

sflistwt.woa.dat

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

16-Sep-24

16:28

2,636,890

SFPAT.inf

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

16-Sep-24

16:28

11,365

SFPATW7.inf

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

16-Sep-24

16:28

17,396

SFPATW8.inf

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

16-Sep-24

16:28

79,818

SFPATWB.inf

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

16-Sep-24

16:28

91,635

SFPATWT.inf

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

16-Sep-24

16:28

165,729

SFPATRS1.inf

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

16-Sep-24

16:28

169,742

unbcl.dll

10.0.17763.6401

16-Sep-24

16:28

836,104

upgradeagent.dll

10.0.17763.6401

16-Sep-24

16:28

2,378,232

upgradeagent.xml

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

16-Sep-24

16:28

70,911

upgrade_comp.xml

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

16-Sep-24

16:28

4,320

upgrade_bulk.xml

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

16-Sep-24

16:28

191,927

upgrade_data.xml

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

16-Sep-24

16:28

41,108

upgrade_frmwrk.xml

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

16-Sep-24

16:28

17,284

upgWow_bulk.xml

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

16-Sep-24

16:28

97,110

uninstall.xml

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

16-Sep-24

16:28

3,286

uninstall_data.xml

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

16-Sep-24

16:28

11,122

wdsutil.dll

10.0.17763.6401

16-Sep-24

16:28

237,064

ClipSp.sys

10.0.17763.4964

16-Sep-24

16:28

798,680

ntdll.dll

10.0.17763.4964

16-Sep-24

16:28

1,657,496

ntfs.sys

10.0.17763.587

16-Sep-24

16:28

2,137,400

ntoskrnl.exe

10.0.17763.4964

16-Sep-24

16:28

6,893,528

diagtrack.dll

10.0.10586.10008

16-Sep-24

16:28

919,736

diagtrackrunner.exe

10.0.10586.0

16-Sep-24

16:28

79,040

reagent.admx

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

16-Sep-24

16:28

1,240

reagent.xml

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

16-Sep-24

16:28

837

SetupPlatform.cfg

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

16-Sep-24

16:28

8,000

wdsclientapi.dll

10.0.17763.6401

16-Sep-24

16:28

250,504

wdscore.dll

10.0.17763.6401

16-Sep-24

16:28

197,504

wdscsl.dll

10.0.17763.6401

16-Sep-24

16:28

52,088

wdsimage.dll

10.0.17763.6401

16-Sep-24

16:28

758,264

wdstptc.dll

10.0.17763.6401

16-Sep-24

16:28

526,960

ResetEngine.dll

10.0.17763.292

16-Sep-24

16:28

1,856,000

ResetEngine.exe

10.0.17763.1

16-Sep-24

16:28

9,728

ResetPluginHost.exe

10.0.17763.1

16-Sep-24

16:28

24,064

reseteng.dll

10.0.17763.344

16-Sep-24

16:28

1,013,248

resetengmig.dll

10.0.17763.1

16-Sep-24

16:28

64,512

ResetEngInterfaces.exe

10.0.17763.1

16-Sep-24

16:28

8,192

srms.dat

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

16-Sep-24

16:28

58,524

srms62.dat

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

16-Sep-24

16:28

22,841

sysreset.exe

6.1.7782.0

16-Sep-24

16:28

275,968

systemreset.exe

10.0.17763.292

16-Sep-24

16:28

451,896

ResetEngOnline.dll

10.0.17763.292

16-Sep-24

16:28

193,536

SysResetErr.exe

10.0.17763.1

16-Sep-24

16:28

36,152

winpeshl.exe

10.0.17763.6401

16-Sep-24

16:28

25,600

wpeutil.dll

10.0.17763.6401

16-Sep-24

16:28

104,960

wpeutil.exe

10.0.17763.6401

16-Sep-24

16:28

9,728

wpeinit.exe

10.0.17763.6401

16-Sep-24

16:28

28,160

startnet.cmd

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

16-Sep-24

16:28

9

StartRep.exe

10.0.17763.6401

16-Sep-24

16:28

803,328

RecEnv.exe

10.0.17763.6401

16-Sep-24

16:28

665,080

BootRec.exe

10.0.17763.6401

16-Sep-24

16:28

297,984

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

acpi.inf

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

16-Sep-24

16:38

4,152

acpi.sys

10.0.17763.4964

16-Sep-24

16:38

792,960

pci.inf

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

16-Sep-24

16:38

16,156

pci.sys

10.0.17763.4964

16-Sep-24

16:38

423,896

skci.dll

10.0.17763.5322

16-Sep-24

16:38

301,264

winresume.exe

10.0.17763.4964

16-Sep-24

16:38

1,191,064

winresume.efi

10.0.17763.4964

16-Sep-24

16:38

1,353,272

winload.exe

10.0.17763.5322

16-Sep-24

16:38

1,493,800

winload.efi

10.0.17763.5322

16-Sep-24

16:38

1,712,864

bootmgfw.efi

10.0.17763.5322

16-Sep-24

16:38

1,507,312

bootmgr.efi

10.0.17763.5322

16-Sep-24

16:38

1,489,888

boot.stl

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

16-Sep-24

16:38

10,895

winsipolicy.p7b

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

16-Sep-24

16:38

8,786

winresume.exe

10.0.17763.5322

16-Sep-24

16:38

1,191,072

winresume.efi

10.0.17763.5322

16-Sep-24

16:38

1,353,288

BootMenuUX.dll

10.0.17763.6401

16-Sep-24

16:38

662,528

driversipolicy.p7b

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

16-Sep-24

16:38

150,679

ci.dll

10.0.17763.5322

16-Sep-24

16:38

870,976

driver.stl

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

16-Sep-24

16:38

25,628

bootmgfw.efi

10.0.17763.4964

16-Sep-24

16:38

1,507,184

errata.inf

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

16-Sep-24

16:38

123,848

fltMgr.sys

10.0.17763.4964

16-Sep-24

16:38

434,032

hal.dll

10.0.17763.4964

16-Sep-24

16:38

593,280

cmi2migxml.dll

10.0.17763.6401

16-Sep-24

16:38

179,184

csiagent.dll

10.0.17763.6401

16-Sep-24

16:38

658,800

diagER.dll

10.0.17763.6401

16-Sep-24

16:38

53,232

hwcompat.dll

10.0.17763.6401

16-Sep-24

16:38

199,664

hwcompat.txt

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

16-Sep-24

16:38

730,884

hwexclude.txt

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

16-Sep-24

16:38

51

migapp.xml

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

16-Sep-24

16:38

654,548

migcore.dll

10.0.17763.6401

16-Sep-24

16:38

8,899,040

mighost.exe

10.0.17763.6401

16-Sep-24

16:38

258,552

migres.dll

10.0.17763.6401

16-Sep-24

16:38

17,416

migisol.dll

10.0.17763.6401

16-Sep-24

16:38

143,856

migstore.dll

10.0.17763.6401

16-Sep-24

16:38

1,230,344

migsys.dll

10.0.17763.6401

16-Sep-24

16:38

385,528

MXEAgent.dll

10.0.17763.6401

16-Sep-24

16:38

316,808

offline.xml

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

16-Sep-24

16:38

37,395

oscomps.xml

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

16-Sep-24

16:38

435,175

oscomps.woa.xml

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

16-Sep-24

16:38

249,101

osfilter.inf

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

16-Sep-24

16:38

21,299

reagent.dll

10.0.17763.6401

16-Sep-24

16:38

1,094,512

setupplatform.cfg

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

16-Sep-24

16:38

6,266

setupplatform.dll

1.54.17763.6401

16-Sep-24

16:38

9,161,184

setupplatform.exe

1.54.17763.6401

16-Sep-24

16:38

169,840

SFCN.dat

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

16-Sep-24

16:38

18:24

SFLCID.dat

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

16-Sep-24

16:38

1,644

SFLISTW7.dat

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

16-Sep-24

16:38

1,703,408

SFLISTW8.dat

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

16-Sep-24

16:38

2,608,968

SFLISTWB.dat

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

16-Sep-24

16:38

3,173,014

SFLISTWT.dat

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

16-Sep-24

16:38

4,935,478

sflistw8.woa.dat

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

16-Sep-24

16:38

954,506

SFLISTRS1.dat

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

16-Sep-24

16:38

5,593,518

sflistwb.woa.dat

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

16-Sep-24

16:38

1,150,204

sflistwt.woa.dat

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

16-Sep-24

16:38

2,636,890

SFPAT.inf

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

16-Sep-24

16:38

11,365

SFPATW7.inf

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

16-Sep-24

16:38

17,396

SFPATW8.inf

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

16-Sep-24

16:38

79,818

SFPATWB.inf

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

16-Sep-24

16:38

91,635

SFPATWT.inf

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

16-Sep-24

16:38

165,729

SFPATRS1.inf

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

16-Sep-24

16:38

169,742

unbcl.dll

10.0.17763.6401

16-Sep-24

16:38

1,089,520

upgradeagent.dll

10.0.17763.6401

16-Sep-24

16:38

2,962,808

upgradeagent.xml

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

16-Sep-24

16:38

70,911

upgrade_comp.xml

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

16-Sep-24

16:38

4,320

upgrade_bulk.xml

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

16-Sep-24

16:38

191,927

upgrade_data.xml

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

16-Sep-24

16:38

41,108

upgrade_frmwrk.xml

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

16-Sep-24

16:38

17,284

upgWow_bulk.xml

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

16-Sep-24

16:38

97,110

uninstall.xml

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

16-Sep-24

16:38

3,286

uninstall_data.xml

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

16-Sep-24

16:38

11,122

wdsutil.dll

10.0.17763.6401

16-Sep-24

16:38

297,968

ClipSp.sys

10.0.17763.4964

16-Sep-24

16:38

1,056,128

ntdll.dll

10.0.17763.4964

16-Sep-24

16:38

1,998,952

ntfs.sys

10.0.17763.587

16-Sep-24

16:38

2,626,872

ntoskrnl.exe

10.0.17763.4964

16-Sep-24

16:38

9,666,432

diagtrack.dll

10.0.10586.10008

16-Sep-24

16:38

1,362,104

diagtrackrunner.exe

10.0.10586.0

16-Sep-24

16:38

88,256

reagent.admx

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

16-Sep-24

16:38

1,240

reagent.xml

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

16-Sep-24

16:38

837

SetupPlatform.cfg

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

16-Sep-24

16:38

8,000

wdsclientapi.dll

10.0.17763.6401

16-Sep-24

16:38

299,520

wdscore.dll

10.0.17763.6401

16-Sep-24

16:38

250,376

wdscsl.dll

10.0.17763.6401

16-Sep-24

16:38

61,920

wdsimage.dll

10.0.17763.6401

16-Sep-24

16:38

954,984

wdstptc.dll

10.0.17763.6401

16-Sep-24

16:38

660,592

ResetEngine.dll

10.0.17763.292

16-Sep-24

16:38

2,298,880

ResetEngine.exe

10.0.17763.1

16-Sep-24

16:38

11,264

ResetPluginHost.exe

10.0.17763.1

16-Sep-24

16:38

30,720

reseteng.dll

10.0.17763.344

16-Sep-24

16:38

1,224,704

resetengmig.dll

10.0.17763.1

16-Sep-24

16:38

77,824

ResetEngInterfaces.exe

10.0.17763.1

16-Sep-24

16:38

10,240

srms.dat

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

16-Sep-24

16:38

58,524

srms62.dat

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

16-Sep-24

16:38

22,841

sysreset.exe

6.1.7782.0

16-Sep-24

16:38

315,392

systemreset.exe

10.0.17763.292

16-Sep-24

16:38

522,312

ResetEngOnline.dll

10.0.17763.292

16-Sep-24

16:38

241,152

SysResetErr.exe

10.0.17763.1

16-Sep-24

16:38

42,496

winpeshl.exe

10.0.17763.6401

16-Sep-24

16:38

32,256

wpeutil.dll

10.0.17763.6401

16-Sep-24

16:38

122,368

wpeutil.exe

10.0.17763.6401

16-Sep-24

16:38

12,288

wpeinit.exe

10.0.17763.6401

16-Sep-24

16:38

33,280

startnet.cmd

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

16-Sep-24

16:38

9

StartRep.exe

10.0.17763.6401

16-Sep-24

16:38

945,664

RecEnv.exe

10.0.17763.6401

16-Sep-24

16:38

814,576

BootRec.exe

10.0.17763.6401

16-Sep-24

16:38

357,888

ntdll.dll

10.0.17763.4964

16-Sep-24

16:38

1,676,728

wdsnbp.com

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

16-Sep-24

16:38

30,832

abortpxe.com

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

16-Sep-24

16:38

79

bootmgr.exe

10.0.17763.4964

16-Sep-24

16:38

668,032

pxeboot.com

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

16-Sep-24

16:38

25,358

pxeboot.n12

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

16-Sep-24

16:38

25,358

hdlscom1.com

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

16-Sep-24

16:38

25,662

hdlscom2.com

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

16-Sep-24

16:38

25,662

hdlscom1.n12

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

16-Sep-24

16:38

25,646

hdlscom2.n12

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

16-Sep-24

16:38

25,646

bootmgfw.efi

10.0.17763.4964

16-Sep-24

16:38

1,269,632

参考資料

Microsoft ソフトウェア更新プログラムの説明に使用される標準用語の説明

クエリワード: safeos du

ヘルプを表示

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

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