適用先
Windows 11 version 26H1, all editions

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

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

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

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

概要

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

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

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

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

使用可能

次のステップ

利用可能

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

前提条件

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

再起動に関する情報

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

アンインストール情報

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

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

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

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

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

管理者の資格情報を使用して、次の 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

ファイル情報

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

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

hvloader.dll

10.0.28000.1639

17-2 月 26 日

2,319

251,336

hvax64.exe

10.0.28000.1639

17-2 月 26 日

2,319

2,205,088

hvix64.exe

10.0.28000.1639

17-2 月 26 日

2,319

2,352,544

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

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

17-2 月 26 日

2,319

9,172

driver.stl

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

17-2 月 26 日

2,319

33,360

previous.driver.stl

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

17-2 月 26 日

2,319

33,360

kdnet.dll

10.0.28000.1639

17-2 月 26 日

2,319

157,128

kdstub.dll

10.0.28000.1639

17-2 月 26 日

2,319

87,496

bootmgfw.efi

10.0.28000.317

17-2 月 26 日

2,319

3,008,968

bootmgfw_EX.efi

10.0.28000.317

17-2 月 26 日

2,319

3,008,824

SecureBootRecovery.efi

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

17-2 月 26 日

2,319

173,512

bootmgr.efi

10.0.28000.317

17-2 月 26 日

2,319

2,991,008

boot.stl

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

17-2 月 26 日

2,319

11,030

boot.pnd.stl

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

17-2 月 26 日

2,319

11,733

winsipolicy.p7b

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

17-2 月 26 日

2,319

10,360

winload.exe

10.0.28000.1639

17-2 月 26 日

2,319

1,984,496

winload.efi

10.0.28000.1639

17-2 月 26 日

2,319

3,445,616

bfsvc.exe

10.0.28000.1639

17-2 月 26 日

2,319

126,976

bootsvc.dll

10.0.28000.1639

17-2 月 26 日

2,319

315,496

driversipolicy.p7b

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

17-2 月 26 日

2,319

238,694

ci.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,146,072

drupdate.dll

10.0.28000.1639

17-2 月 26 日

2,319

447,944

oobeldretw.dll

10.0.28000.1639

17-2 月 26 日

2,319

27,000

setupugcetw.dll

10.0.28000.1639

17-2 月 26 日

2,319

27,000

sysprepetw.dll

10.0.28000.1639

17-2 月 26 日

2,319

31,096

windeployetw.dll

10.0.28000.1639

17-2 月 26 日

2,319

27,040

esscli.dll

10.0.28000.1639

17-2 月 26 日

2,319

439,712

fastprox.dll

10.0.28000.1639

17-2 月 26 日

2,319

992,672

mofd.dll

10.0.28000.1639

17-2 月 26 日

2,319

390,560

mofinstall.dll

10.0.28000.1639

17-2 月 26 日

2,319

128,416

repdrvfs.dll

10.0.28000.1639

17-2 月 26 日

2,319

427,424

wbemcomn.dll

10.0.28000.1639

17-2 月 26 日

2,319

521,632

wbemcore.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,971,616

wbemprox.dll

10.0.28000.1639

17-2 月 26 日

2,319

71,072

wmi_tracing.mof

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

17-2 月 26 日

2,319

1,682

wmiutils.dll

10.0.28000.1639

17-2 月 26 日

2,319

144,840

dxgkrnl.sys

10.0.28000.1639

17-2 月 26 日

2,319

5,350,816

cdd.dll

10.0.28000.1639

17-2 月 26 日

2,319

335,872

dxgmms1.sys

10.0.28000.1639

17-2 月 26 日

2,319

538,056

dxgmms2.sys

10.0.28000.1639

17-2 月 26 日

2,319

1,295,816

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

116,224

dxgmms2.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

5,120

cdd.dll.mui

10.0.28000.1639

17-2 月 26 日

2,319

3,072

dxgmms2.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

5,632

cdd.dll.mui

10.0.28000.1639

17-2 月 26 日

2,319

2,560

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

117,760

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

114,688

dxgmms2.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

4,608

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

118,272

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

2,319

113,664

Narrator.exe

10.0.28000.1639

17-2 月 26 日

2,319

1,191,936

DetailedReading-Default.xml

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

17-2 月 26 日

2,319

3,944

Narrator.lnk

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

17-2 月 26 日

2,319

11:08

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

24,576

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

29,184

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

28,672

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

28,160

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

27,136

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

30,208

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

30,720

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

29,696

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

23,040

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

26,624

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

17,408

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

27,648

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

2,319

14,336

windows.storage.dll

10.0.28000.1639

17-2 月 26 日

2,319

8,992,728

ntoskrnl.exe

10.0.28000.1639

17-2 月 26 日

2,319

13,825,440

ntkrla57.exe

10.0.28000.1639

17-2 月 26 日

2,319

12,498,336

pcrpf.dll

10.0.28000.1639

17-2 月 26 日

2,319

344,064

pcrpf.dll.mui

10.0.28000.1639

17-2 月 26 日

2,319

6,144

fvevol.sys

10.0.28000.1639

17-2 月 26 日

2,319

1,000,904

fverecoverux.dll

10.0.28000.1639

17-2 月 26 日

2,319

139,264

bcd.dll

10.0.28000.1639

17-2 月 26 日

2,319

175,008

bootsvc.dll

10.0.28000.1639

17-2 月 26 日

2,319

315,536

hwreqchk.dll

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

17-2 月 26 日

2,319

443,808

ServicingCommon.dll

10.0.28000.1639

17-2 月 26 日

2,319

927,072

utcapi.dll

10.0.28000.1639

17-2 月 26 日

2,319

66,976

wimgapi.dll

10.0.28000.1639

17-2 月 26 日

2,319

935,328

wdscommonlib.dll

10.0.28000.1639

17-2 月 26 日

2,319

337,352

dismapi.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,275,336

dismcore.dll

10.0.28000.1639

17-2 月 26 日

2,319

533,920

dismcoreps.dll

10.0.28000.1639

17-2 月 26 日

2,319

247,240

dismprov.dll

10.0.28000.1639

17-2 月 26 日

2,319

300,448

deployprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

718,240

folderprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

95,648

imagingprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

251,296

logprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

189,856

osimageprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

566,728

UpdateCompression.dll

5.0.1.1

17-2 月 26 日

2,319

529,864

vhdprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

599,456

wimprovider.dll

10.0.28000.1639

17-2 月 26 日

2,319

701,896

unattend.dll

10.0.28000.1639

17-2 月 26 日

2,319

357,832

wpx.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,426,888

locale.nls

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

17-2 月 26 日

2,319

862,800

nlsbres.dll

10.0.28000.1639

17-2 月 26 日

2,319

103,840

fveapibase.dll

10.0.28000.1639

17-2 月 26 日

2,319

753,664

fveapi.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,425,408

schannel.dll

10.0.28000.1639

17-2 月 26 日

2,319

770,048

win32u.dll

10.0.28000.1639

17-2 月 26 日

2,319

170,944

win32k.sys

10.0.28000.1639

17-2 月 26 日

2,319

816,584

win32kfull.sys

10.0.28000.1639

17-2 月 26 日

2,319

4,341,760

win32kbase.sys

10.0.28000.1639

17-2 月 26 日

2,319

3,391,488

win32kbase_rs.sys

10.0.28000.1639

17-2 月 26 日

2,319

176,128

winpeshl.exe

10.0.28000.1639

17-2 月 26 日

2,319

90,112

wpeutil.dll

10.0.28000.1639

17-2 月 26 日

2,319

204,800

wpeutil.exe

10.0.28000.1639

17-2 月 26 日

2,319

32,768

wpeinit.exe

10.0.28000.1639

17-2 月 26 日

2,319

61,440

startnet.cmd

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

17-2 月 26 日

2,319

9

winsqlite3.dll

3.51.1.0

17-2 月 26 日

2,319

1,144,576

wintrust.dll

10.0.28000.1639

17-2 月 26 日

2,319

505,568

fastprox.dll

10.0.28000.1639

17-2 月 26 日

2,319

978,944

wbemcomn.dll

10.0.28000.1639

17-2 月 26 日

2,319

499,712

wbemcore.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,859,584

wbemess.dll

10.0.28000.1639

17-2 月 26 日

2,319

487,424

windows.storage.dll

10.0.28000.1639

17-2 月 26 日

2,319

7,234,680

pcrpf.dll

10.0.28000.1639

17-2 月 26 日

2,319

242,176

fveapibase.dll

10.0.28000.1639

17-2 月 26 日

2,319

631,808

fveapi.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,142,272

schannel.dll

10.0.28000.1639

17-2 月 26 日

2,319

553,472

win32u.dll

10.0.28000.1639

17-2 月 26 日

2,319

106,432

winsqlite3.dll

3.51.1.0

17-2 月 26 日

2,319

894,256

wintrust.dll

10.0.28000.1639

17-2 月 26 日

2,319

392,144

fastprox.dll

10.0.28000.1639

17-2 月 26 日

2,319

819,712

wbemcomn.dll

10.0.28000.1639

17-2 月 26 日

2,319

403,456

wbemcore.dll

10.0.28000.1639

17-2 月 26 日

2,319

1,666,048

wdsnbp.com

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

17-2 月 26 日

2,319

30,832

abortpxe.com

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

17-2 月 26 日

2,319

79

bootmgr.exe

10.0.28000.1639

17-2 月 26 日

2,319

830,408

pxeboot.com

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

17-2 月 26 日

2,319

25,254

pxeboot.n12

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

17-2 月 26 日

2,319

25,238

hdlscom1.com

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

17-2 月 26 日

2,319

25,662

hdlscom2.com

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

17-2 月 26 日

2,319

25,662

hdlscom1.n12

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

17-2 月 26 日

2,319

25,646

hdlscom2.n12

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

17-2 月 26 日

2,319

25,646

bootmgfw.efi

10.0.28000.317

17-2 月 26 日

2,319

2,518,944

bootmgfw_EX.efi

10.0.28000.317

17-2 月 26 日

2,319

2,518,832

ファイル名

ファイルのバージョン

日付

時刻

ファイル サイズ

hvloader.dll

10.0.28000.1639

17-2 月 26 日

23:14

232,864

hvaa64.exe

10.0.28000.1639

17-2 月 26 日

23:14

1,833,888

{60FD87F8-4593-44A0-91B0-2E0DA022F248}.cip

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

17-2 月 26 日

23:14

9,172

driver.stl

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

17-2 月 26 日

23:14

15,113

previous.driver.stl

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

17-2 月 26 日

23:14

15,113

kdnet.dll

10.0.28000.1639

17-2 月 26 日

23:14

117,664

kdstub.dll

10.0.28000.1639

17-2 月 26 日

23:14

50,592

bootmgfw.efi

10.0.28000.317

17-2 月 26 日

23:14

3,030,944

bootmgfw_EX.efi

10.0.28000.317

17-2 月 26 日

23:14

3,030,840

SecureBootRecovery.efi

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

17-2 月 26 日

23:14

177,568

bootmgr.efi

10.0.28000.317

17-2 月 26 日

23:14

3,013,024

boot.stl

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

17-2 月 26 日

23:14

10,853

boot.pnd.stl

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

17-2 月 26 日

23:14

11,556

winsipolicy.p7b

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

17-2 月 26 日

23:14

10,360

winload.efi

10.0.28000.1639

17-2 月 26 日

23:14

3,477,640

bfsvc.exe

10.0.28000.1639

17-2 月 26 日

23:14

110,080

bootsvc.dll

10.0.28000.1639

17-2 月 26 日

23:14

494,448

driversipolicy.p7b

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

17-2 月 26 日

23:14

238,709

ci.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,004,336

drupdate.dll

10.0.28000.1639

17-2 月 26 日

23:14

420,256

oobeldretw.dll

10.0.28000.1639

17-2 月 26 日

23:14

16,800

setupugcetw.dll

10.0.28000.1639

17-2 月 26 日

23:14

16,288

sysprepetw.dll

10.0.28000.1639

17-2 月 26 日

23:14

20,384

windeployetw.dll

10.0.28000.1639

17-2 月 26 日

23:14

16,760

esscli.dll

10.0.28000.1639

17-2 月 26 日

23:14

459,208

fastprox.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,052,512

mofd.dll

10.0.28000.1639

17-2 月 26 日

23:14

397,216

mofinstall.dll

10.0.28000.1639

17-2 月 26 日

23:14

111,560

repdrvfs.dll

10.0.28000.1639

17-2 月 26 日

23:14

434,592

wbemcomn.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,058,248

wbemcore.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,077,600

wbemprox.dll

10.0.28000.1639

17-2 月 26 日

23:14

57,760

wmi_tracing.mof

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

17-2 月 26 日

23:14

1,682

wmiutils.dll

10.0.28000.1639

17-2 月 26 日

23:14

165,280

dxgkrnl.sys

10.0.28000.1639

17-2 月 26 日

23:14

5,072,288

cdd.dll

10.0.28000.1639

17-2 月 26 日

23:14

286,208

dxgmms1.sys

10.0.28000.1639

17-2 月 26 日

23:14

459,680

dxgmms2.sys

10.0.28000.1639

17-2 月 26 日

23:14

1,164,192

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

116,224

dxgmms2.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

5,120

cdd.dll.mui

10.0.28000.1639

17-2 月 26 日

23:14

3,072

dxgmms2.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

5,632

cdd.dll.mui

10.0.28000.1639

17-2 月 26 日

23:14

2,560

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

117,760

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

114,688

dxgmms2.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

4,608

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

118,272

dxgkrnl.sys.mui

10.0.28000.1639

17-2 月 26 日

23:14

113,664

Narrator.exe

10.0.28000.1639

17-2 月 26 日

23:14

1,304,576

DetailedReading-Default.xml

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

17-2 月 26 日

23:14

3,944

Narrator.lnk

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

17-2 月 26 日

23:14

11:08

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

24,576

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

29,184

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

28,672

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

28,160

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

27,136

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

30,208

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

30,720

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

29,696

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

23,040

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

26,624

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

17,408

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

27,648

Narrator.exe.mui

10.0.28000.1639

17-2 月 26 日

23:14

14,336

windows.storage.dll

10.0.28000.1639

17-2 月 26 日

23:14

19,202,576

ntoskrnl.exe

10.0.28000.1639

17-2 月 26 日

23:14

12,161,992

pcrpf.dll

10.0.28000.1639

17-2 月 26 日

23:14

668,672

pcrpf.dll.mui

10.0.28000.1639

17-2 月 26 日

23:14

6,144

fvevol.sys

10.0.28000.1639

17-2 月 26 日

23:14

915,912

fverecoverux.dll

10.0.28000.1639

17-2 月 26 日

23:14

130,560

bcd.dll

10.0.28000.1639

17-2 月 26 日

23:14

150,952

bootsvc.dll

10.0.28000.1639

17-2 月 26 日

23:14

494,488

hwreqchk.dll

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

17-2 月 26 日

23:14

806,816

ServicingCommon.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,632,832

utcapi.dll

10.0.28000.1639

17-2 月 26 日

23:14

46,496

wimgapi.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,613,728

wdscommonlib.dll

10.0.28000.1639

17-2 月 26 日

23:14

315,336

dismapi.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,270,624

dismcore.dll

10.0.28000.1639

17-2 月 26 日

23:14

871,880

dismcoreps.dll

10.0.28000.1639

17-2 月 26 日

23:14

230,304

dismprov.dll

10.0.28000.1639

17-2 月 26 日

23:14

296,352

deployprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,233,312

folderprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

162,720

imagingprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

470,432

logprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

178,632

osimageprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,033,120

UpdateCompression.dll

5.0.1.1

17-2 月 26 日

23:14

909,256

vhdprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,115,040

wimprovider.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,296,328

unattend.dll

10.0.28000.1639

17-2 月 26 日

23:14

333,216

wpx.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,553,312

locale.nls

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

17-2 月 26 日

23:14

862,800

nlsbres.dll

10.0.28000.1639

17-2 月 26 日

23:14

94,624

fveapibase.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,314,304

fveapi.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,400,768

schannel.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,285,120

win32u.dll

10.0.28000.1639

17-2 月 26 日

23:14

381,304

win32k.sys

10.0.28000.1639

17-2 月 26 日

23:14

703,944

win32kfull.sys

10.0.28000.1639

17-2 月 26 日

23:14

4,020,736

win32kbase.sys

10.0.28000.1639

17-2 月 26 日

23:14

3,183,616

win32kbase_rs.sys

10.0.28000.1639

17-2 月 26 日

23:14

129,536

winpeshl.exe

10.0.28000.1639

17-2 月 26 日

23:14

69,632

wpeutil.dll

10.0.28000.1639

17-2 月 26 日

23:14

189,952

wpeutil.exe

10.0.28000.1639

17-2 月 26 日

23:14

15,872

wpeinit.exe

10.0.28000.1639

17-2 月 26 日

23:14

39,424

startnet.cmd

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

17-2 月 26 日

23:14

9

winsqlite3.dll

3.51.1.0

17-2 月 26 日

23:14

2,147,584

wintrust.dll

10.0.28000.1639

17-2 月 26 日

23:14

881,760

fastprox.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,188,800

wbemcomn.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,079,296

wbemcore.dll

10.0.28000.1639

17-2 月 26 日

23:14

3,270,656

wbemess.dll

10.0.28000.1639

17-2 月 26 日

23:14

546,304

d2d1.dll

10.0.28000.1639

17-2 月 26 日

23:14

7,023,064

d3d9on12.dll

10.0.28000.1639

17-2 月 26 日

23:14

913,920

d3d10warp.dll

10.0.28000.1639

17-2 月 26 日

23:14

7,362,664

d3d11.dll

10.0.28000.1639

17-2 月 26 日

23:14

3,243,384

d3d11on12.dll

10.0.28000.1639

17-2 月 26 日

23:14

814,320

d3d12.dll

10.0.28000.1639

17-2 月 26 日

23:14

174,912

DWrite.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,957,824

gdi32.dll

10.0.28000.1639

17-2 月 26 日

23:14

325,856

iertutil.dll

11.0.28000.1639

17-2 月 26 日

23:14

2,740,408

jscript9.dll

11.0.28000.1639

17-2 月 26 日

23:14

6,456,832

msftedit.dll

10.0.28000.1639

17-2 月 26 日

23:14

4,264,448

mshtml.dll

11.0.28000.1639

17-2 月 26 日

23:14

28,077,056

msIso.dll

11.0.28000.1639

17-2 月 26 日

23:14

381,440

opengl32.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,304,064

urlmon.dll

11.0.28000.1639

17-2 月 26 日

23:14

2,315,264

windows.storage.dll

10.0.28000.1639

17-2 月 26 日

23:14

12,385,616

WindowsCodecs.dll

10.0.28000.1639

17-2 月 26 日

23:14

2,857,720

wininet.dll

11.0.28000.1639

17-2 月 26 日

23:14

3,098,360

windows.storage.dll

10.0.28000.1639

17-2 月 26 日

23:14

7,234,680

pcrpf.dll

10.0.28000.1639

17-2 月 26 日

23:14

242,176

fveapibase.dll

10.0.28000.1639

17-2 月 26 日

23:14

631,808

fveapi.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,142,272

schannel.dll

10.0.28000.1639

17-2 月 26 日

23:14

553,472

win32u.dll

10.0.28000.1639

17-2 月 26 日

23:14

106,432

winsqlite3.dll

3.51.1.0

17-2 月 26 日

23:14

894,256

wintrust.dll

10.0.28000.1639

17-2 月 26 日

23:14

392,144

fastprox.dll

10.0.28000.1639

17-2 月 26 日

23:14

819,712

wbemcomn.dll

10.0.28000.1639

17-2 月 26 日

23:14

403,456

wbemcore.dll

10.0.28000.1639

17-2 月 26 日

23:14

1,666,048

参考資料

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

クエリワード: safeos du

ヘルプを表示

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

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