適用先
Windows Server 2022

Windows セキュア ブート証明書の有効期限 

重要: ほとんどの Windows デバイスで使用されるセキュア ブート証明書の有効期限は、2026 年 6 月以降に設定されます。 これは、特定の個人用デバイスとビジネス デバイスが時間内に更新されていない場合に安全に起動する機能に影響する可能性があります。 中断を回避するために、ガイダンスを確認し、証明書を事前に更新するためのアクションを実行することをお勧めします。  

Windows デバイス向けの詳細と準備手順については、「Windows セキュア ブート証明書の有効期限と CA 更新プログラム」を参照してください

Windows サーバー向けの詳細と準備手順については、以下のリソースを参照してください。

Windows Server 2022 のサポートは 2031 年 10 月に終了します

2031 年 10 月 14 日以降、Windows Update を介した Windows Server 2022 の無料ソフトウェア更新プログラム、テクニカル サポート、セキュリティ修正プログラムが、Microsoft から提供されなくなります。 新しいバージョンの Windows Server にアップグレードすることをお勧めします

概要

この更新プログラムにより、Windows 回復環境 (WinRE) が強化されます。

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

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

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

使用可能

次のステップ

利用可能

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

前提条件

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

再起動に関する情報

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

アンインストール情報

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

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

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

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

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

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

ファイル情報

このソフトウェア更新プログラムの英語 (米国) 版では、次の属性を持つファイルがインストールされます。 この更新プログラムには、追加の言語のファイルが含まれている場合があります。

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

usb.inf

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

17-1 月 26 日

16:07

41,484

usbccgp.sys

10.0.20348.4762

17-1 月 26 日

16:07

222,624

usbhub3.inf

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

17-1 月 26 日

16:07

11,162

USBHUB3.SYS

10.0.20348.4762

17-1 月 26 日

16:07

697,760

usbport.inf

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

17-1 月 26 日

16:07

77,558

usbohci.sys

10.0.20348.4762

17-1 月 26 日

16:07

61,440

usbport.sys

10.0.20348.4762

17-1 月 26 日

16:07

505,248

usbhub.sys

10.0.20348.4762

17-1 月 26 日

16:07

554,400

usbehci.sys

10.0.20348.4762

17-1 月 26 日

16:07

116,128

usbuhci.sys

10.0.20348.4762

17-1 月 26 日

16:07

69,632

usbd.sys

10.0.20348.4762

17-1 月 26 日

16:07

66,976

skci.dll

10.0.20348.4762

17-1 月 26 日

16:07

315,536

conhost.exe

10.0.20348.4762

17-1 月 26 日

16:07

987,136

iumbase.dll

10.0.20348.4762

17-1 月 26 日

16:07

46,944

iumdll.dll

10.0.20348.4762

17-1 月 26 日

16:07

38,720

vertdll.dll

10.0.20348.4762

17-1 月 26 日

16:07

199,864

ucrtbase_enclave.dll

10.0.20348.4762

17-1 月 26 日

16:07

563,480

securekernel.exe

10.0.20348.4762

17-1 月 26 日

16:07

1,070,496

VbsSiPolicy.p7b

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

17-1 月 26 日

16:07

81,434

advapi32.dll

10.0.20348.4762

17-1 月 26 日

16:07

129,552

comctl32.dll

10.0.20348.4762

17-1 月 26 日

16:07

57,344

comdlg32.dll

10.0.20348.4762

17-1 月 26 日

16:07

45,056

cryptui.dll

10.0.20348.4762

17-1 月 26 日

16:07

40,960

dwmapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

63,448

dxcore.dll

10.0.20348.4762

17-1 月 26 日

16:07

28,672

fontsub.dll

10.0.20348.4762

17-1 月 26 日

16:07

28,672

gdi32.dll

10.0.20348.4762

17-1 月 26 日

16:07

137,824

imm32.dll

10.0.20348.4762

17-1 月 26 日

16:07

59,312

kernel32.dll

10.0.20348.4762

17-1 月 26 日

16:07

191,536

ole32.dll

10.0.20348.4762

17-1 月 26 日

16:07

129,560

oleacc.dll

10.0.20348.4762

17-1 月 26 日

16:07

40,960

PerceptionDevice.dll

10.0.20348.4762

17-1 月 26 日

16:07

36,864

psapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

42,784

rstrtmgr.dll

10.0.20348.4762

17-1 月 26 日

16:07

40,960

setupapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

117,200

user32.dll

10.0.20348.4762

17-1 月 26 日

16:07

402,272

usp10.dll

10.0.20348.4762

17-1 月 26 日

16:07

40,960

secur32.dll

10.0.20348.4762

17-1 月 26 日

16:07

45,056

shell32.dll

10.0.20348.4762

17-1 月 26 日

16:07

121,296

shlwapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

121,296

version.dll

10.0.20348.4762

17-1 月 26 日

16:07

32,768

wevtapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

63,488

winmm.dll

10.0.20348.4762

17-1 月 26 日

16:07

86,016

winspool.drv

10.0.20348.4762

17-1 月 26 日

16:07

61,440

prntvpt.dll

10.0.20348.4762

17-1 月 26 日

16:07

40,960

wtsapi32.dll

10.0.20348.4762

17-1 月 26 日

16:07

59,312

xinput1_4.dll

10.0.20348.4762

17-1 月 26 日

16:07

40,960

winresume.exe

10.0.20348.4762

17-1 月 26 日

16:07

1,282,608

winresume.efi

10.0.20348.4762

17-1 月 26 日

16:07

1,956,120

winload.exe

10.0.20348.4762

17-1 月 26 日

16:07

1,647,240

winload.efi

10.0.20348.4762

17-1 月 26 日

16:07

2,396,744

bootmgfw.efi

10.0.20348.4762

17-1 月 26 日

16:07

2,044,360

bootmgfw_EX.efi

10.0.26100.30212

17-1 月 26 日

16:07

2,830,632

SecureBootRecovery.efi

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

17-1 月 26 日

16:07

162,688

bootmgr.efi

10.0.20348.4762

17-1 月 26 日

16:07

2,027,976

bootmgr_EX.efi

10.0.26100.30212

17-1 月 26 日

16:07

2,818,464

boot.stl

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

17-1 月 26 日

16:07

11,030

winsipolicy.p7b

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

17-1 月 26 日

16:07

9,796

bcrypt.dll

10.0.20348.4762

17-1 月 26 日

16:07

170,904

bcryptprimitives.dll

10.0.20348.4762

17-1 月 26 日

16:07

534,520

BootMenuUX.dll

10.0.20348.4762

17-1 月 26 日

16:07

229,376

driversipolicy.p7b

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

17-1 月 26 日

16:07

229,162

cng.sys

10.0.20348.4762

17-1 月 26 日

16:07

782,416

ci.dll

10.0.20348.4762

17-1 月 26 日

16:07

968,352

driver.stl

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

17-1 月 26 日

16:07

33,360

cryptbase.dll

10.0.20348.4762

17-1 月 26 日

16:07

59,376

cryptsp.dll

10.0.20348.4762

17-1 月 26 日

16:07

121,320

cmi2migxml.dll

10.0.20348.4762

17-1 月 26 日

16:07

230,816

csiagent.dll

10.0.20348.4762

17-1 月 26 日

16:07

718,280

diagER.dll

10.0.20348.4762

17-1 月 26 日

16:07

79,264

hwcompat.dll

10.0.20348.4762

17-1 月 26 日

16:07

251,296

hwcompat.txt

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

17-1 月 26 日

16:07

780,048

hwexclude.txt

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

17-1 月 26 日

16:07

51

migapp.xml

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

17-1 月 26 日

16:07

654,548

migcore.dll

10.0.20348.4762

17-1 月 26 日

16:07

9,741,768

mighost.exe

10.0.20348.4762

17-1 月 26 日

16:07

280,008

migres.dll

10.0.20348.4762

17-1 月 26 日

16:07

26,016

migisol.dll

10.0.20348.4762

17-1 月 26 日

16:07

148,896

migstore.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,320,352

migsys.dll

10.0.20348.4762

17-1 月 26 日

16:07

456,096

MXEAgent.dll

10.0.20348.4762

17-1 月 26 日

16:07

374,216

offline.xml

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

17-1 月 26 日

16:07

40,820

oscomps.xml

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

17-1 月 26 日

16:07

435,175

oscomps.woa.xml

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

17-1 月 26 日

16:07

249,101

osfilter.inf

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

17-1 月 26 日

16:07

21,299

pnppropmig.dll

10.0.20348.4762

17-1 月 26 日

16:07

103,840

reagent.dll

10.0.20348.4762

17-1 月 26 日

16:07

759,200

ReserveManager.dll

10.0.20348.4762

17-1 月 26 日

16:07

296,352

setupplatform.cfg

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

17-1 月 26 日

16:07

6,371

setupplatform.dll

1.64.20348.4762

17-1 月 26 日

16:07

9,278,920

setupplatform.exe

1.64.20348.4762

17-1 月 26 日

16:07

202,184

SFCN.dat

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

17-1 月 26 日

16:07

18:24

SFLCID.dat

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

17-1 月 26 日

16:07

1,644

SFLISTW7.dat

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

17-1 月 26 日

16:07

1,703,368

SFLISTW8.dat

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

17-1 月 26 日

16:07

2,608,858

SFLISTWB.dat

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

17-1 月 26 日

16:07

3,172,904

SFLISTWT.dat

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

17-1 月 26 日

16:07

4,935,438

sflistw8.woa.dat

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

17-1 月 26 日

16:07

954,436

SFLISTRS1.dat

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

17-1 月 26 日

16:07

5,593,408

sflistwb.woa.dat

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

17-1 月 26 日

16:07

1,150,134

sflistwt.woa.dat

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

17-1 月 26 日

16:07

2,636,850

SFPAT.inf

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

17-1 月 26 日

16:07

11,602

SFPATW7.inf

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

17-1 月 26 日

16:07

17,396

SFPATW8.inf

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

17-1 月 26 日

16:07

79,818

SFPATWB.inf

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

17-1 月 26 日

16:07

91,635

SFPATWT.inf

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

17-1 月 26 日

16:07

165,729

SFPATRS1.inf

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

17-1 月 26 日

16:07

169,870

unbcl.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,205,664

upgradeagent.dll

10.0.20348.4762

17-1 月 26 日

16:07

3,286,432

upgradeagent.xml

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

17-1 月 26 日

16:07

70,907

upgrade_comp.xml

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

17-1 月 26 日

16:07

6,054

upgrade_bulk.xml

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

17-1 月 26 日

16:07

211,052

upgrade_data.xml

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

17-1 月 26 日

16:07

41,750

upgrade_frmwrk.xml

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

17-1 月 26 日

16:07

18,614

upgWow_bulk.xml

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

17-1 月 26 日

16:07

114,963

uninstall.xml

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

17-1 月 26 日

16:07

4,407

uninstall_data.xml

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

17-1 月 26 日

16:07

11,122

wdsutil.dll

10.0.20348.4762

17-1 月 26 日

16:07

353,736

iertutil.dll

11.0.20348.4762

17-1 月 26 日

16:07

2,856,680

msIso.dll

11.0.20348.4762

17-1 月 26 日

16:07

290,816

edgeIso.dll

11.0.20348.4762

17-1 月 26 日

16:07

487,424

kernel32.dll

10.0.20348.4762

17-1 月 26 日

16:07

782,480

KernelBase.dll

10.0.20348.4762

17-1 月 26 日

16:07

3,637,688

ClipSp.sys

10.0.20348.4762

17-1 月 26 日

16:07

1,127,840

dxgkrnl.sys

10.0.20348.4762

17-1 月 26 日

16:07

4,527,520

cdd.dll

10.0.20348.4762

17-1 月 26 日

16:07

270,336

dxgmms1.sys

10.0.20348.4762

17-1 月 26 日

16:07

521,632

dxgmms2.sys

10.0.20348.4762

17-1 月 26 日

16:07

1,050,016

dxgkrnl.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

109,056

dxgmms2.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

5,120

dxgmms2.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

5,632

dxgkrnl.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

110,592

dxgkrnl.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

110,080

dxgkrnl.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

108,032

dxgmms2.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

4,608

dxgkrnl.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

107,520

lsasrv.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,638,400

lsaadt.dll

10.0.20348.4762

17-1 月 26 日

16:07

217,088

ksecpkg.sys

10.0.20348.4762

17-1 月 26 日

16:07

214,472

offlinelsa.dll

10.0.20348.4762

17-1 月 26 日

16:07

157,128

msasn1.dll

10.0.20348.4762

17-1 月 26 日

16:07

84,168

msvcrt.dll

7.0.20348.4762

17-1 月 26 日

16:07

675,008

netio.sys

10.0.20348.4762

17-1 月 26 日

16:07

656,840

ntdll.dll

10.0.20348.4762

17-1 月 26 日

16:07

2,108,808

windows.storage.dll

10.0.20348.4762

17-1 月 26 日

16:07

8,736,544

ntoskrnl.exe

10.0.20348.4762

17-1 月 26 日

16:07

11,584,928

ntkrla57.exe

10.0.20348.4762

17-1 月 26 日

16:07

11,101,640

rpcrt4.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,195,640

diagtrack.dll

10.0.10586.0

17-1 月 26 日

16:07

1,365,856

diagtrackrunner.exe

10.0.10586.0

17-1 月 26 日

16:07

88,256

reagent.admx

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

17-1 月 26 日

16:07

1,240

reagent.xml

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

17-1 月 26 日

16:07

837

SetupPlatform.cfg

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

17-1 月 26 日

16:07

11,803

wdsclientapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

334,200

wdscore.dll

10.0.20348.4762

17-1 月 26 日

16:07

279,968

wdscsl.dll

10.0.20348.4762

17-1 月 26 日

16:07

91,552

wdsimage.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,038,712

wdstptc.dll

10.0.20348.4762

17-1 月 26 日

16:07

727,416

fvevol.sys

10.0.20348.4762

17-1 月 26 日

16:07

861,600

dumpfve.sys

10.0.20348.4762

17-1 月 26 日

16:07

129,560

KerbClientShared.dll

10.0.20348.4762

17-1 月 26 日

16:07

237,016

sechost.dll

10.0.20348.4762

17-1 月 26 日

16:07

675,048

fveapibase.dll

10.0.20348.4762

17-1 月 26 日

16:07

450,560

fveapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,093,632

NtlmShared.dll

10.0.20348.4762

17-1 月 26 日

16:07

67,600

schannel.dll

10.0.20348.4762

17-1 月 26 日

16:07

671,744

ResetEngine.dll

10.0.20348.4762

17-1 月 26 日

16:07

2,299,296

ResetEngine.exe

10.0.20348.4762

17-1 月 26 日

16:07

38,304

ResetPluginHost.exe

10.0.20348.4762

17-1 月 26 日

16:07

53,248

reseteng.dll

10.0.20348.4762

17-1 月 26 日

16:07

679,936

resetengmig.dll

10.0.20348.4762

17-1 月 26 日

16:07

106,496

srms.dat

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

17-1 月 26 日

16:07

59,554

srms62.dat

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

17-1 月 26 日

16:07

22,841

sysreset.exe

10.0.20348.4762

17-1 月 26 日

16:07

372,736

systemreset.exe

10.0.20348.4762

17-1 月 26 日

16:07

538,624

ResetEngOnline.dll

10.0.20348.4762

17-1 月 26 日

16:07

221,184

SysResetErr.exe

10.0.20348.4762

17-1 月 26 日

16:07

71,112

tcpip.sys

10.0.20348.4762

17-1 月 26 日

16:07

3,216,840

FWPKCLNT.SYS

10.0.20348.4762

17-1 月 26 日

16:07

542,112

tcpipreg.sys

10.0.20348.4762

17-1 月 26 日

16:07

77,824

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

207,872

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

212,992

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

209,920

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

209,408

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

210,944

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

211,968

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

206,336

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

205,312

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

211,456

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

200,704

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

200,192

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

208,384

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

208,896

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

207,360

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

210,432

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

198,144

tcpip.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

198,656

tbs.dll

10.0.20348.4762

17-1 月 26 日

16:07

125,448

tbs.sys

10.0.20348.4762

17-1 月 26 日

16:07

71,072

ucrtbase.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,129,568

msvcp_win.dll

10.0.20348.4762

17-1 月 26 日

16:07

662,648

nsi.dll

10.0.20348.4762

17-1 月 26 日

16:07

46,944

winnsi.dll

10.0.20348.4762

17-1 月 26 日

16:07

59,312

nsisvc.dll

10.0.20348.4762

17-1 月 26 日

16:07

57,344

nsiproxy.sys

10.0.20348.4762

17-1 月 26 日

16:07

73,728

ws2_32.dll

10.0.20348.4762

17-1 月 26 日

16:07

476,672

win32u.dll

10.0.20348.4762

17-1 月 26 日

16:07

166,808

win32k.sys

10.0.20348.4762

17-1 月 26 日

16:07

684,032

win32kfull.sys

10.0.20348.4762

17-1 月 26 日

16:07

3,829,760

win32kbase.sys

10.0.20348.4762

17-1 月 26 日

16:07

2,895,872

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

19,968

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

22,528

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

21,504

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

23,040

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

20,480

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

20,992

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

19,456

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

22,016

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

17,408

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

16,896

win32kbase.sys.mui

10.0.20348.4762

17-1 月 26 日

16:07

15,360

WindowsCodecs.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,782,400

winpeshl.exe

10.0.20348.4762

17-1 月 26 日

16:07

90,112

wpeutil.dll

10.0.20348.4762

17-1 月 26 日

16:07

159,744

wpeutil.exe

10.0.20348.4762

17-1 月 26 日

16:07

32,768

wpeinit.exe

10.0.20348.4762

17-1 月 26 日

16:07

57,344

startnet.cmd

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

17-1 月 26 日

16:07

9

ReAgent.dll

10.0.20348.4762

17-1 月 26 日

16:07

759,240

ReInfo.dll

10.0.20348.4762

17-1 月 26 日

16:07

61,440

StartRep.exe

10.0.20348.4762

17-1 月 26 日

16:07

647,168

RecEnv.exe

10.0.20348.4762

17-1 月 26 日

16:07

423,368

BootRec.exe

10.0.20348.4762

17-1 月 26 日

16:07

192,512

winsqlite3.dll

3.51.1.0

17-1 月 26 日

16:07

1,079,048

bcrypt.dll

10.0.20348.4762

17-1 月 26 日

16:07

99,208

bcryptprimitives.dll

10.0.20348.4762

17-1 月 26 日

16:07

409,720

cryptbase.dll

10.0.20348.4762

17-1 月 26 日

16:07

33,192

cryptsp.dll

10.0.20348.4762

17-1 月 26 日

16:07

84,312

iertutil.dll

11.0.20348.4762

17-1 月 26 日

16:07

2,294,904

msIso.dll

11.0.20348.4762

17-1 月 26 日

16:07

217,600

edgeIso.dll

11.0.20348.4762

17-1 月 26 日

16:07

403,968

kernel32.dll

10.0.20348.4762

17-1 月 26 日

16:07

641,928

KernelBase.dll

10.0.20348.4762

17-1 月 26 日

16:07

2,437,472

offlinelsa.dll

10.0.20348.4762

17-1 月 26 日

16:07

118,176

msasn1.dll

10.0.20348.4762

17-1 月 26 日

16:07

52,240

msvcrt.dll

7.0.20348.4762

17-1 月 26 日

16:07

788,248

ntdll.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,722,664

windows.storage.dll

10.0.20348.4762

17-1 月 26 日

16:07

6,700,664

rpcrt4.dll

10.0.20348.4762

17-1 月 26 日

16:07

771,224

KerbClientShared.dll

10.0.20348.4762

17-1 月 26 日

16:07

155,032

sechost.dll

10.0.20348.4762

17-1 月 26 日

16:07

508,880

fveapibase.dll

10.0.20348.4762

17-1 月 26 日

16:07

365,568

fveapi.dll

10.0.20348.4762

17-1 月 26 日

16:07

842,240

NtlmShared.dll

10.0.20348.4762

17-1 月 26 日

16:07

37,280

schannel.dll

10.0.20348.4762

17-1 月 26 日

16:07

527,360

tbs.dll

10.0.20348.4762

17-1 月 26 日

16:07

80,144

ucrtbase.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,128,096

msvcp_win.dll

10.0.20348.4762

17-1 月 26 日

16:07

509,912

nsi.dll

10.0.20348.4762

17-1 月 26 日

16:07

21,784

winnsi.dll

10.0.20348.4762

17-1 月 26 日

16:07

31,120

ws2_32.dll

10.0.20348.4762

17-1 月 26 日

16:07

411,256

win32u.dll

10.0.20348.4762

17-1 月 26 日

16:07

102,336

win32k.sys

10.0.20348.4762

17-1 月 26 日

16:07

370,176

win32kfull.sys

10.0.20348.4762

17-1 月 26 日

16:07

2,790,400

WindowsCodecs.dll

10.0.20348.4762

17-1 月 26 日

16:07

1,449,384

ReAgent.dll

10.0.20348.4762

17-1 月 26 日

16:07

633,288

ReInfo.dll

10.0.20348.4762

17-1 月 26 日

16:07

30,208

winsqlite3.dll

3.51.1.0

17-1 月 26 日

16:07

889,648

wdsnbp.com

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

17-1 月 26 日

16:07

30,832

abortpxe.com

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

17-1 月 26 日

16:07

79

bootmgr.exe

10.0.20348.4762

17-1 月 26 日

16:07

721,824

pxeboot.com

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

17-1 月 26 日

16:07

25,358

pxeboot.n12

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

17-1 月 26 日

16:07

25,358

hdlscom1.com

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

17-1 月 26 日

16:07

25,662

hdlscom2.com

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

17-1 月 26 日

16:07

25,662

hdlscom1.n12

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

17-1 月 26 日

16:07

25,646

hdlscom2.n12

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

17-1 月 26 日

16:07

25,646

bootmgfw.efi

10.0.20348.4762

17-1 月 26 日

16:07

1,386,952

bootmgfw_EX.efi

10.0.26100.30212

17-1 月 26 日

16:07

2,376,464

参考資料

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

クエリワード: safeos du

ヘルプを表示

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

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