KB5053143: Windows 11バージョン 24H2 および Windows Server 2025 の安全な OS 動的更新プログラム: 2025 年 2 月 25 日

適用先
Windows 11 SE, version 24H2 Windows 11 Enterprise and Education, version 24H2 Windows 11 Enterprise Multi-Session, version 24H2 Windows 11 Home and Pro, version 24H2 Windows 11 IoT Enterprise, version 24H2 Windows Server 2025

概要

この更新プログラムにより、Windows 11 バージョン 24H2 および Windows Server 2025 の Windows 回復環境が強化されます。

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

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

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


使用可能 次の手順
はい この更新プログラムは、Windows Update を介して利用可能です。 ダウンロードとインストールは自動的に行われます。
前提条件 この更新プログラムを適用するための必要条件はありません。
再起動に関する情報 この更新プログラムの適用後、デバイスを再起動する必要はありません。
アンインストール情報 この更新プログラムは、一度 Windows イメージに適用されると、削除することができません。
更新プログラムの置き換えに関する情報 この更新プログラムは、以前にリリースされた更新プログラム のKB5053426に置き換えられます。
この更新プログラムのインストールを確認する この更新プログラムをインストールした後、デバイスにインストールされる WinRE バージョンは 10.0.26100.3320 である必要があります。
インストールされている WinRE バージョンを確認する方法

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

GetWinREVersion のスクリーンショット

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

ファイル情報

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

サポートされているすべての x64 ベースのバージョン
ファイル名 ファイル バージョン 日付 時間 ファイル サイズ
storufs.inf バージョン管理されていません 13-2 月 25 日 1,930 24,702
storufs.sys 10.0.26100.560 13-2 月 25 日 1,930 148,800
hvloader.dll 10.0.26100.3031 13-2 月 25 日 1,930 226,760
hvax64.exe 10.0.26100.3031 13-2 月 25 日 1,930 1,951,136
hvix64.exe 10.0.26100.3031 13-2 月 25 日 1,930 2,049,464
skci.dll 10.0.26100.3031 13-2 月 25 日 1,930 332,040
securekernel.exe 10.0.26100.3031 13-2 月 25 日 1,930 1,308,064
VbsSiPolicy.p7b バージョン管理されていません 13-2 月 25 日 1,930 68,283
Facilitator.dll 10.0.26100.1287 13-2 月 25 日 1,930 1,111,456
tcblaunch.exe 10.0.26100.3031 13-2 月 25 日 1,930 954,016
tcbloader.dll 10.0.26100.3031 13-2 月 25 日 1,930 292,256
DrtmAuthTxt.wim バージョン管理されていません 13-2 月 25 日 1,930 20,919
winload.sys 10.0.26100.2876 13-2 月 25 日 1,930 1,129,560
winload.exe 10.0.26100.3031 13-2 月 25 日 1,930 1,812,048
winload.efi 10.0.26100.3031 13-2 月 25 日 1,930 3,109,424
bcrypt.dll 10.0.26100.3031 13-2 月 25 日 1,930 166,768
bcryptprimitives.dll 10.0.26100.3031 13-2 月 25 日 1,930 641,960
BootMenuUX.dll 10.0.26100.2876 13-2 月 25 日 1,930 233,472
driversipolicy.p7b バージョン管理されていません 13-2 月 25 日 1,930 228,546
cng.sys 10.0.26100.3031 13-2 月 25 日 1,930 873,328
ci.dll 10.0.26100.3031 13-2 月 25 日 1,930 1,079,936
driver.stl バージョン管理されていません 13-2 月 25 日 1,930 32,666
previous.driver.stl バージョン管理されていません 13-2 月 25 日 1,930 32,666
DismCore.dll 10.0.26100.3320 13-2 月 25 日 1,930 476,616
DismProv.dll 10.0.26100.3320 13-2 月 25 日 1,930 353,696
DismCorePS.dll 10.0.26100.3320 13-2 月 25 日 1,930 230,840
LogProvider.dll 10.0.26100.3320 13-2 月 25 日 1,930 120,240
FolderProvider.dll 10.0.26100.3320 13-2 月 25 日 1,930 95,648
dhcpcore.dll 10.0.26100.712 13-2 月 25 日 1,930 435,616
dhcpcsvc.dll 10.0.26100.712 13-2 月 25 日 1,930 157,104
dhcpcore6.dll 10.0.26100.712 13-2 月 25 日 1,930 320,928
dhcpcsvc6.dll 10.0.26100.712 13-2 月 25 日 1,930 128,416
fbwf.sys 10.0.26100.1866 13-2 月 25 日 1,930 154,360
cmi2migxml.dll 10.0.26100.3180 13-2 月 25 日 1,930 226,736
csiagent.dll 10.0.26100.3180 13-2 月 25 日 1,930 718,256
diagER.dll 10.0.26100.3180 13-2 月 25 日 1,930 99,768
hwcompat.dll 10.0.26100.3180 13-2 月 25 日 1,930 243,104
hwcompat.txt バージョン管理されていません 13-2 月 25 日 1,930 956,929
hwexclude.txt バージョン管理されていません 13-2 月 25 日 1,930 51
icbexclusion.inf バージョン管理されていません 13-2 月 25 日 1,930 7,222
migapp.xml バージョン管理されていません 13-2 月 25 日 1,930 654,548
migcore.dll 10.0.26100.3180 13-2 月 25 日 1,930 9,270,712
mighost.exe 10.0.26100.3180 13-2 月 25 日 1,930 288,200
migres.dll 10.0.26100.3180 13-2 月 25 日 1,930 26,032
migisol.dll 10.0.26100.3180 13-2 月 25 日 1,930 148,936
migstore.dll 10.0.26100.3180 13-2 月 25 日 1,930 1,308,064
migsys.dll 10.0.26100.3180 13-2 月 25 日 1,930 464,304
MXEAgent.dll 10.0.26100.3180 13-2 月 25 日 1,930 386,464
AppExtAgent.dll 10.0.26100.3180 13-2 月 25 日 1,930 488,864
offline.xml バージョン管理されていません 13-2 月 25 日 1,930 44,690
oscomps.xml バージョン管理されていません 13-2 月 25 日 1,930 449,323
osfilter.inf バージョン管理されていません 13-2 月 25 日 1,930 21,299
pnppropmig.dll 10.0.26100.3180 13-2 月 25 日 1,930 107,976
ReserveManager.dll 10.0.26100.3180 13-2 月 25 日 1,930 312,776
setupplatform.cfg バージョン管理されていません 13-2 月 25 日 1,930 15,971
setupplatform.dll 1.95.26100.3180 13-2 月 25 日 1,930 9,692,592
setupplatform.exe 1.95.26100.3180 13-2 月 25 日 1,930 255,408
SFCN.dat バージョン管理されていません 13-2 月 25 日 1,930 18:24
SFLCID.dat バージョン管理されていません 13-2 月 25 日 1,930 1,644
SFLISTW7.dat バージョン管理されていません 13-2 月 25 日 1,930 1,703,368
SFLISTW8.dat バージョン管理されていません 13-2 月 25 日 1,930 2,608,858
SFLISTWB.dat バージョン管理されていません 13-2 月 25 日 1,930 3,172,904
SFLISTWT.dat バージョン管理されていません 13-2 月 25 日 1,930 4,935,402
SFLISTRS1.dat バージョン管理されていません 13-2 月 25 日 1,930 5,593,182
SFPAT.inf バージョン管理されていません 13-2 月 25 日 1,930 11,602
SFPATW7.inf バージョン管理されていません 13-2 月 25 日 1,930 17,396
SFPATW8.inf バージョン管理されていません 13-2 月 25 日 1,930 79,818
SFPATWB.inf バージョン管理されていません 13-2 月 25 日 1,930 91,635
SFPATWT.inf バージョン管理されていません 13-2 月 25 日 1,930 165,729
SFPATRS1.inf バージョン管理されていません 13-2 月 25 日 1,930 169,730
unbcl.dll 10.0.26100.3180 13-2 月 25 日 1,930 1,091,000
upgradeagent.dll 10.0.26100.3180 13-2 月 25 日 1,930 3,306,928
upgradeagent.xml バージョン管理されていません 13-2 月 25 日 1,930 70,907
upgrade_comp.xml バージョン管理されていません 13-2 月 25 日 1,930 6,054
upgrade_bulk.xml バージョン管理されていません 13-2 月 25 日 1,930 211,949
upgrade_data.xml バージョン管理されていません 13-2 月 25 日 1,930 41,750
upgrade_frmwrk.xml バージョン管理されていません 13-2 月 25 日 1,930 19,157
upgWow_bulk.xml バージョン管理されていません 13-2 月 25 日 1,930 114,707
uninstall.xml バージョン管理されていません 13-2 月 25 日 1,930 4,639
uninstall_data.xml バージョン管理されていません 13-2 月 25 日 1,930 11,122
wdsutil.dll 10.0.26100.3180 13-2 月 25 日 1,930 353,736
WinSetupMon.hiv バージョン管理されていません 13-2 月 25 日 1,930 8,192
WinSetupMon.sys 10.0.26100.3180 13-2 月 25 日 1,930 169,424
actionqueue.dll 10.0.26100.1583 13-2 月 25 日 1,930 267,584
appcompat_detailed.xsl バージョン管理されていません 13-2 月 25 日 1,930 13,608
appcompat_detailed_bidi.xsl バージョン管理されていません 13-2 月 25 日 1,930 13,732
cdplib.mof バージョン管理されていません 13-2 月 25 日 1,930 1,976
cdplibuninstall.mof バージョン管理されていません 13-2 月 25 日 1,930 571
dpx.dll 10.0.26100.1583 13-2 月 25 日 1,930 1,078,600
UpdateCompression.dll 5.0.1.1 13-2 月 25 日 1,930 542,000
hwcompat.dll 10.0.26100.1583 13-2 月 25 日 1,930 242,992
itgtupg.dll 10.0.26100.1583 13-2 月 25 日 1,930 116,160
migisol.dll 10.0.26100.1583 13-2 月 25 日 1,930 148,920
migtestplugin.dll 10.0.26100.1583 13-2 月 25 日 1,930 75,304
msdelta.dll 5.0.1.1 13-2 月 25 日 1,930 595,360
mspatcha.dll 5.0.1.1 13-2 月 25 日 1,930 83,400
smiengine.dll 10.0.26100.1583 13-2 月 25 日 1,930 927,136
cmi2migxml.dll 10.0.26100.1583 13-2 月 25 日 1,930 226,624
migcore.dll 10.0.26100.1583 13-2 月 25 日 1,930 9,274,824
migstore.dll 10.0.26100.1583 13-2 月 25 日 1,930 1,303,984
csiagent.dll 10.0.26100.1583 13-2 月 25 日 1,930 718,144
mighost.exe 10.0.26100.1583 13-2 月 25 日 1,930 288,176
mxeagent.dll 10.0.26100.1583 13-2 月 25 日 1,930 386,352
AppExtAgent.dll 10.0.26100.1583 13-2 月 25 日 1,930 488,752
upgradeagent.dll 10.0.26100.1583 13-2 月 25 日 1,930 3,302,832
migres.dll 10.0.26100.1583 13-2 月 25 日 1,930 25,904
wcmtypes.xsd バージョン管理されていません 13-2 月 25 日 1,930 1,047
wdsupgcompl.dll 10.0.26100.1583 13-2 月 25 日 1,930 46,536
auditetw.dll 10.0.26100.1583 13-2 月 25 日 1,930 26,152
cmisetupetw.dll 10.0.26100.1583 13-2 月 25 日 1,930 26,056
etwproviderinstall.vbs バージョン管理されていません 13-2 月 25 日 1,930 6,868
setupcletw.dll 10.0.26100.1583 13-2 月 25 日 1,930 30,248
winsetupetw.dll 10.0.26100.1583 13-2 月 25 日 1,930 75,296
KernelBase.dll 10.0.26100.3031 13-2 月 25 日 1,930 3,988,888
migcore.dll 10.0.26100.1583 13-2 月 25 日 1,930 9,274,672
migapp.dll 10.0.26100.1583 13-2 月 25 日 1,930 329,120
AppExtAgent.dll 10.0.26100.1583 13-2 月 25 日 1,930 488,768
csiagent.dll 10.0.26100.1583 13-2 月 25 日 1,930 718,128
SFLISTXP.dat バージョン管理されていません 13-2 月 25 日 1,930 1,459,226
SFLISTLH.dat バージョン管理されていません 13-2 月 25 日 1,930 3,347,940
SFPATXP.inf バージョン管理されていません 13-2 月 25 日 1,930 4,355
SFPATLH.inf バージョン管理されていません 13-2 月 25 日 1,930 8,678
ncsi.dll 10.0.26100.712 13-2 月 25 日 1,930 692,224
netprofmsvc.dll 10.0.26100.712 13-2 月 25 日 1,930 1,871,872
nlaapi.dll 10.0.26100.712 13-2 月 25 日 1,930 53,248
nlmproxy.dll 10.0.26100.712 13-2 月 25 日 1,930 53,248
nlmsprep.dll 10.0.26100.712 13-2 月 25 日 1,930 49,152
ntdll.dll 10.0.26100.3031 13-2 月 25 日 1,930 2,505,496
rpcrt4.dll 10.0.26100.3031 13-2 月 25 日 1,930 1,154,320
diager.dll 10.0.26100.2003 13-2 月 25 日 1,930 99,760
diagtrack.dll 10.0.10586.0 13-2 月 25 日 1,930 1,365,856
diagtrackrunner.exe 10.0.10586.0 13-2 月 25 日 1,930 88,256
reagent.admx バージョン管理されていません 13-2 月 25 日 1,930 1,240
reagent.dll 10.0.26100.2003 13-2 月 25 日 1,930 611,760
reagent.xml バージョン管理されていません 13-2 月 25 日 1,930 837
SetupPlatform.cfg バージョン管理されていません 13-2 月 25 日 1,930 23,023
SetupPlatform.dll 1.95.26100.2003 13-2 月 25 日 1,930 9,688,496
SetupPlatform.exe 1.95.26100.2003 13-2 月 25 日 1,930 255,416
unbcl.dll 10.0.26100.2003 13-2 月 25 日 1,930 1,090,992
wdscore.dll 10.0.26100.2003 13-2 月 25 日 1,930 279,968
wdsutil.dll 10.0.26100.2003 13-2 月 25 日 1,930 353,696
WinSetupBoot.hiv バージョン管理されていません 13-2 月 25 日 1,930 8,192
WinSetupBoot.sys 10.0.26100.2003 13-2 月 25 日 1,930 116,168
WinSetupMon.sys 10.0.26100.2003 13-2 月 25 日 1,930 169,416
wdsclientapi.dll 10.0.26100.2003 13-2 月 25 日 1,930 267,832
wdscsl.dll 10.0.26100.2003 13-2 月 25 日 1,930 111,936
wdsimage.dll 10.0.26100.2003 13-2 月 25 日 1,930 128,568
wdstptc.dll 10.0.26100.2003 13-2 月 25 日 1,930 218,664
pnppropmig.dll 10.0.26100.2003 13-2 月 25 日 1,930 107,960
hwcompat.dll 10.0.26100.2003 13-2 月 25 日 1,930 243,008
offline.xml バージョン管理されていません 13-2 月 25 日 1,930 44,544
bcd.dll 10.0.26100.3320 13-2 月 25 日 1,930 166,744
bootsvc.dll 10.0.26100.3320 13-2 月 25 日 1,930 307,248
hwreqchk.dll バージョン管理されていません 13-2 月 25 日 1,930 423,344
ServicingCommon.dll 10.0.26100.3320 13-2 月 25 日 1,930 1,055,152
utcapi.dll 10.0.26100.3320 13-2 月 25 日 1,930 66,976
wimgapi.dll 10.0.26100.3320 13-2 月 25 日 1,930 910,792
wdscommonlib.dll 10.0.26100.3320 13-2 月 25 日 1,930 341,424
dismapi.dll 10.0.26100.3320 13-2 月 25 日 1,930 1,201,608
dismcore.dll 10.0.26100.3320 13-2 月 25 日 1,930 476,576
dismcoreps.dll 10.0.26100.3320 13-2 月 25 日 1,930 230,832
dismprov.dll 10.0.26100.3320 13-2 月 25 日 1,930 353,712
folderprovider.dll 10.0.26100.3320 13-2 月 25 日 1,930 95,688
imagingprovider.dll 10.0.26100.3320 13-2 月 25 日 1,930 247,216
logprovider.dll 10.0.26100.3320 13-2 月 25 日 1,930 189,896
UpdateCompression.dll 5.0.1.1 13-2 月 25 日 1,930 542,128
vhdprovider.dll 10.0.26100.3320 13-2 月 25 日 1,930 599,472
wimprovider.dll 10.0.26100.3320 13-2 月 25 日 1,930 697,776
unattend.dll 10.0.26100.3320 13-2 月 25 日 1,930 275,888
wpx.dll 10.0.26100.3320 13-2 月 25 日 1,930 1,422,768
locale.nls バージョン管理されていません 13-2 月 25 日 1,930 861,992
nlsbres.dll 10.0.26100.3320 13-2 月 25 日 1,930 103,856
kerberos.dll 10.0.26100.3031 13-2 月 25 日 1,930 1,380,352
kerb3961.dll 10.0.26100.3031 13-2 月 25 日 1,930 162,664
localkdcsvc.dll 10.0.26100.3031 13-2 月 25 日 1,930 802,816
LsaIso.exe 10.0.26100.3031 13-2 月 25 日 1,930 389,920
iumcrypt.dll 10.0.26100.3031 13-2 月 25 日 1,930 100,680
ServicingCommon.dll 10.0.26100.998 13-2 月 25 日 1,930 1,030,224
ResetEngine.dll 10.0.26100.3320 13-2 月 25 日 1,930 2,864,568
ResetTelemetry.dll 10.0.26100.3320 13-2 月 25 日 1,930 570,800
ResetEngine.exe 10.0.26100.3320 13-2 月 25 日 1,930 42,440
ResetPluginHost.exe 10.0.26100.3320 13-2 月 25 日 1,930 57,344
srms.dat バージョン管理されていません 13-2 月 25 日 1,930 60,394
sysreset.exe 10.0.26100.3320 13-2 月 25 日 1,930 487,424
ResetEngOnline.dll 10.0.26100.3320 13-2 月 25 日 1,930 212,992
SysResetErr.exe 10.0.26100.3320 13-2 月 25 日 1,930 75,168
winpeshl.exe 10.0.26100.3320 13-2 月 25 日 1,930 57,344
wpeutil.dll 10.0.26100.3320 13-2 月 25 日 1,930 200,704
wpeutil.exe 10.0.26100.3320 13-2 月 25 日 1,930 32,768
wpeinit.exe 10.0.26100.3320 13-2 月 25 日 1,930 61,440
startnet.cmd バージョン管理されていません 13-2 月 25 日 1,930 9
StartRep.exe 10.0.26100.3320 13-2 月 25 日 1,930 1,142,784
RecHost.exe 10.0.26100.3320 13-2 月 25 日 1,930 107,952
SrtTel.dll 10.0.26100.3320 13-2 月 25 日 1,930 1,721,776
RecEnv.exe 10.0.26100.3320 13-2 月 25 日 1,930 456,120
BootRec.exe 10.0.26100.3320 13-2 月 25 日 1,930 192,512
DUTProvider.dll 10.0.26100.3320 13-2 月 25 日 1,930 312,736
WinSetupBak.hiv バージョン管理されていません 13-2 月 25 日 1,930 8,192
WinSetupBak.sys 10.0.26100.3320 13-2 月 25 日 1,930 198,048
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 35,840
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 25,600
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 4,608
DUTProvider.dll.mui 10.0.26100.3320 13-2 月 25 日 1,930 5,120
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 34,816
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 38,912
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 27,648
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 5,120
DUTProvider.dll.mui 10.0.26100.3320 13-2 月 25 日 1,930 5,632
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 42,496
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 29,184
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 32,256
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 24,576
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 37,888
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 27,136
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 35,328
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 39,936
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 28,160
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 26,624
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 38,400
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 22,016
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 19,456
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 4,096
DUTProvider.dll.mui 10.0.26100.3320 13-2 月 25 日 1,930 4,096
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 20,992
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 18,432
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 3,584
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 34,304
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 26,112
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 37,376
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 39,424
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 25,088
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 15,360
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 16,896
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 1,930 15,872
bcrypt.dll 10.0.26100.3031 13-2 月 25 日 1,930 102,328
bcryptprimitives.dll 10.0.26100.3031 13-2 月 25 日 1,930 427,256
DismCore.dll 10.0.26100.3320 13-2 月 25 日 1,930 370,104
DismProv.dll 10.0.26100.3320 13-2 月 25 日 1,930 251,848
DismCorePS.dll 10.0.26100.3320 13-2 月 25 日 1,930 98,208
LogProvider.dll 10.0.26100.3320 13-2 月 25 日 1,930 76,208
FolderProvider.dll 10.0.26100.3320 13-2 月 25 日 1,930 59,832
dhcpcore.dll 10.0.26100.712 13-2 月 25 日 1,930 343,872
dhcpcsvc.dll 10.0.26100.712 13-2 月 25 日 1,930 97,072
dhcpcore6.dll 10.0.26100.712 13-2 月 25 日 1,930 246,576
dhcpcsvc6.dll 10.0.26100.712 13-2 月 25 日 1,930 82,864
KernelBase.dll 10.0.26100.3031 13-2 月 25 日 1,930 2,796,416
migcore.dll 10.0.26100.1583 13-2 月 25 日 1,930 7,130,528
migstore.dll 10.0.26100.1583 13-2 月 25 日 1,930 1,004,448
mighost.exe 10.0.26100.1583 13-2 月 25 日 1,930 254,768
migres.dll 10.0.26100.1583 13-2 月 25 日 1,930 17,328
migapp.dll 10.0.26100.1583 13-2 月 25 日 1,930 231,840
MXEAgent.dll 10.0.26100.1583 13-2 月 25 日 1,930 274,752
AppExtAgent.dll 10.0.26100.1583 13-2 月 25 日 1,930 346,432
csiagent.dll 10.0.26100.1583 13-2 月 25 日 1,930 527,168
cmi2migxml.dll 10.0.26100.1583 13-2 月 25 日 1,930 158,624
ntdll.dll 10.0.26100.3031 13-2 月 25 日 1,930 1,801,176
rpcrt4.dll 10.0.26100.3031 13-2 月 25 日 1,930 758,296
kerberos.dll 10.0.26100.3031 13-2 月 25 日 1,930 1,012,736
kerb3961.dll 10.0.26100.3031 13-2 月 25 日 1,930 110,592
ServicingCommon.dll 10.0.26100.998 13-2 月 25 日 1,930 827,904
サポートされているすべての Arm64 ベースのバージョン
ファイル名 ファイル バージョン 日付 時間 ファイル サイズ
storufs.inf バージョン管理されていません 13-2 月 25 日 19:25 24,702
storufs.sys 10.0.26100.560 13-2 月 25 日 19:25 108,344
hvloader.dll 10.0.26100.3031 13-2 月 25 日 19:25 187,312
hvaa64.exe 10.0.26100.3031 13-2 月 25 日 19:25 1,428,424
skci.dll 10.0.26100.3031 13-2 月 25 日 19:25 246,624
securekernel.exe 10.0.26100.3031 13-2 月 25 日 19:25 923,592
VbsSiPolicy.p7b バージョン管理されていません 13-2 月 25 日 19:25 68,283
Facilitator.dll 10.0.26100.1287 13-2 月 25 日 19:25 1,160,008
tcblaunch.exe 10.0.26100.3031 13-2 月 25 日 19:25 896,776
tcbloader.dll 10.0.26100.3031 13-2 月 25 日 19:25 260,552
DrtmAuthArm.wim バージョン管理されていません 13-2 月 25 日 19:25 5,102
winload.efi 10.0.26100.3031 13-2 月 25 日 19:25 2,956,608
bcrypt.dll 10.0.26100.3031 13-2 月 25 日 19:25 264,656
bcryptprimitives.dll 10.0.26100.3031 13-2 月 25 日 19:25 904,608
BootMenuUX.dll 10.0.26100.2876 13-2 月 25 日 19:25 210,944
driversipolicy.p7b バージョン管理されていません 13-2 月 25 日 19:25 228,546
cng.sys 10.0.26100.3031 13-2 月 25 日 19:25 728,936
ci.dll 10.0.26100.3031 13-2 月 25 日 19:25 948,528
driver.stl バージョン管理されていません 13-2 月 25 日 19:25 15,114
previous.driver.stl バージョン管理されていません 13-2 月 25 日 19:25 15,114
DismCore.dll 10.0.26100.3320 13-2 月 25 日 19:25 783,816
DismProv.dll 10.0.26100.3320 13-2 月 25 日 19:25 633,248
DismCorePS.dll 10.0.26100.3320 13-2 月 25 日 19:25 400,304
LogProvider.dll 10.0.26100.3320 13-2 月 25 日 19:25 200,096
FolderProvider.dll 10.0.26100.3320 13-2 月 25 日 19:25 162,736
dhcpcore.dll 10.0.26100.712 13-2 月 25 日 19:25 720,816
dhcpcsvc.dll 10.0.26100.712 13-2 月 25 日 19:25 254,896
dhcpcore6.dll 10.0.26100.712 13-2 月 25 日 19:25 513,328
dhcpcsvc6.dll 10.0.26100.712 13-2 月 25 日 19:25 168,752
fbwf.sys 10.0.26100.1866 13-2 月 25 日 19:25 128,800
cmi2migxml.dll 10.0.26100.3180 13-2 月 25 日 19:25 216,480
csiagent.dll 10.0.26100.3180 13-2 月 25 日 19:25 739,232
diagER.dll 10.0.26100.3180 13-2 月 25 日 19:25 77,752
hwcompat.dll 10.0.26100.3180 13-2 月 25 日 19:25 234,912
hwcompat.txt バージョン管理されていません 13-2 月 25 日 19:25 219,003
hwexclude.txt バージョン管理されていません 13-2 月 25 日 19:25 51
icbexclusion.inf バージョン管理されていません 13-2 月 25 日 19:25 7,222
migapp.xml バージョン管理されていません 13-2 月 25 日 19:25 654,548
migcore.dll 10.0.26100.3180 13-2 月 25 日 19:25 9,872,304
mighost.exe 10.0.26100.3180 13-2 月 25 日 19:25 271,280
migres.dll 10.0.26100.3180 13-2 月 25 日 19:25 17,312
migisol.dll 10.0.26100.3180 13-2 月 25 日 19:25 124,848
migstore.dll 10.0.26100.3180 13-2 月 25 日 19:25 1,350,600
migsys.dll 10.0.26100.3180 13-2 月 25 日 19:25 483,248
MXEAgent.dll 10.0.26100.3180 13-2 月 25 日 19:25 395,168
AppExtAgent.dll 10.0.26100.3180 13-2 月 25 日 19:25 499,616
offline.xml バージョン管理されていません 13-2 月 25 日 19:25 44,690
oscomps.xml バージョン管理されていません 13-2 月 25 日 19:25 449,323
osfilter.inf バージョン管理されていません 13-2 月 25 日 19:25 21,299
pnppropmig.dll 10.0.26100.3180 13-2 月 25 日 19:25 93,600
ReserveManager.dll 10.0.26100.3180 13-2 月 25 日 19:25 309,168
setupplatform.cfg バージョン管理されていません 13-2 月 25 日 19:25 15,971
setupplatform.dll 1.95.26100.3180 13-2 月 25 日 19:25 10,170,800
setupplatform.exe 1.95.26100.3180 13-2 月 25 日 19:25 239,008
SFCN.dat バージョン管理されていません 13-2 月 25 日 19:25 18:24
SFLCID.dat バージョン管理されていません 13-2 月 25 日 19:25 1,644
SFLISTW7.dat バージョン管理されていません 13-2 月 25 日 19:25 1,703,368
SFLISTW8.dat バージョン管理されていません 13-2 月 25 日 19:25 2,608,858
SFLISTWB.dat バージョン管理されていません 13-2 月 25 日 19:25 3,172,904
SFLISTWT.dat バージョン管理されていません 13-2 月 25 日 19:25 4,935,402
SFLISTRS1.dat バージョン管理されていません 13-2 月 25 日 19:25 5,593,182
SFPAT.inf バージョン管理されていません 13-2 月 25 日 19:25 11,602
SFPATW7.inf バージョン管理されていません 13-2 月 25 日 19:25 17,396
SFPATW8.inf バージョン管理されていません 13-2 月 25 日 19:25 79,818
SFPATWB.inf バージョン管理されていません 13-2 月 25 日 19:25 91,635
SFPATWT.inf バージョン管理されていません 13-2 月 25 日 19:25 165,729
SFPATRS1.inf バージョン管理されていません 13-2 月 25 日 19:25 169,730
unbcl.dll 10.0.26100.3180 13-2 月 25 日 19:25 1,113,032
upgradeagent.dll 10.0.26100.3180 13-2 月 25 日 19:25 3,451,296
upgradeagent.xml バージョン管理されていません 13-2 月 25 日 19:25 70,907
upgrade_comp.xml バージョン管理されていません 13-2 月 25 日 19:25 6,054
upgrade_bulk.xml バージョン管理されていません 13-2 月 25 日 19:25 211,949
upgrade_data.xml バージョン管理されていません 13-2 月 25 日 19:25 41,750
upgrade_frmwrk.xml バージョン管理されていません 13-2 月 25 日 19:25 19,157
upgWow_bulk.xml バージョン管理されていません 13-2 月 25 日 19:25 114,707
upgWowA32_bulk.xml バージョン管理されていません 13-2 月 25 日 19:25 114,697
uninstall.xml バージョン管理されていません 13-2 月 25 日 19:25 4,639
uninstall_data.xml バージョン管理されていません 13-2 月 25 日 19:25 11,122
wdsutil.dll 10.0.26100.3180 13-2 月 25 日 19:25 352,696
WinSetupMon.hiv バージョン管理されていません 13-2 月 25 日 19:25 8,192
WinSetupMon.sys 10.0.26100.3180 13-2 月 25 日 19:25 145,880
actionqueue.dll 10.0.26100.1583 13-2 月 25 日 19:25 431,536
appcompat_detailed.xsl バージョン管理されていません 13-2 月 25 日 19:25 13,608
appcompat_detailed_bidi.xsl バージョン管理されていません 13-2 月 25 日 19:25 13,732
cdplib.mof バージョン管理されていません 13-2 月 25 日 19:25 1,976
cdplibuninstall.mof バージョン管理されていません 13-2 月 25 日 19:25 571
dpx.dll 10.0.26100.1583 13-2 月 25 日 19:25 1,891,120
UpdateCompression.dll 5.0.1.1 13-2 月 25 日 19:25 930,736
hwcompat.dll 10.0.26100.1583 13-2 月 25 日 19:25 234,912
itgtupg.dll 10.0.26100.1583 13-2 月 25 日 19:25 99,896
migisol.dll 10.0.26100.1583 13-2 月 25 日 19:25 124,720
migtestplugin.dll 10.0.26100.1583 13-2 月 25 日 19:25 55,736
msdelta.dll 5.0.1.1 13-2 月 25 日 19:25 947,616
mspatcha.dll 5.0.1.1 13-2 月 25 日 19:25 116,144
smiengine.dll 10.0.26100.1583 13-2 月 25 日 19:25 1,696,672
cmi2migxml.dll 10.0.26100.1583 13-2 月 25 日 19:25 216,504
migcore.dll 10.0.26100.1583 13-2 月 25 日 19:25 9,871,672
migstore.dll 10.0.26100.1583 13-2 月 25 日 19:25 1,350,464
csiagent.dll 10.0.26100.1583 13-2 月 25 日 19:25 739,232
mighost.exe 10.0.26100.1583 13-2 月 25 日 19:25 271,280
mxeagent.dll 10.0.26100.1583 13-2 月 25 日 19:25 395,168
AppExtAgent.dll 10.0.26100.1583 13-2 月 25 日 19:25 499,504
upgradeagent.dll 10.0.26100.1583 13-2 月 25 日 19:25 3,451,184
migres.dll 10.0.26100.1583 13-2 月 25 日 19:25 17,352
wcmtypes.xsd バージョン管理されていません 13-2 月 25 日 19:25 1,047
wdsupgcompl.dll 10.0.26100.1583 13-2 月 25 日 19:25 26,040
auditetw.dll 10.0.26100.1583 13-2 月 25 日 19:25 15,288
cmisetupetw.dll 10.0.26100.1583 13-2 月 25 日 19:25 15,928
etwproviderinstall.vbs バージョン管理されていません 13-2 月 25 日 19:25 6,868
setupcletw.dll 10.0.26100.1583 13-2 月 25 日 19:25 19,912
winsetupetw.dll 10.0.26100.1583 13-2 月 25 日 19:25 68,024
KernelBase.dll 10.0.26100.3031 13-2 月 25 日 19:25 6,654,232
migcore.dll 10.0.26100.1583 13-2 月 25 日 19:25 9,871,800
migstore.dll 10.0.26100.1583 13-2 月 25 日 19:25 1,350,472
migres.dll 10.0.26100.1583 13-2 月 25 日 19:25 17,200
migapp.dll 10.0.26100.1583 13-2 月 25 日 19:25 334,128
MXEAgent.dll 10.0.26100.1583 13-2 月 25 日 19:25 395,056
AppExtAgent.dll 10.0.26100.1583 13-2 月 25 日 19:25 499,520
csiagent.dll 10.0.26100.1583 13-2 月 25 日 19:25 739,256
cmi2migxml.dll 10.0.26100.1583 13-2 月 25 日 19:25 216,368
SFLISTXP.dat バージョン管理されていません 13-2 月 25 日 19:25 1,459,226
SFLISTLH.dat バージョン管理されていません 13-2 月 25 日 19:25 3,347,940
SFPATXP.inf バージョン管理されていません 13-2 月 25 日 19:25 4,355
SFPATLH.inf バージョン管理されていません 13-2 月 25 日 19:25 8,678
ncsi.dll 10.0.26100.712 13-2 月 25 日 19:25 1,222,144
netprofmsvc.dll 10.0.26100.712 13-2 月 25 日 19:25 1,927,680
nlaapi.dll 10.0.26100.712 13-2 月 25 日 19:25 75,264
nlmproxy.dll 10.0.26100.712 13-2 月 25 日 19:25 77,312
nlmsprep.dll 10.0.26100.712 13-2 月 25 日 19:25 57,344
ntdll.dll 10.0.26100.3031 13-2 月 25 日 19:25 4,271,800
rpcrt4.dll 10.0.26100.3031 13-2 月 25 日 19:25 2,077,072
diager.dll 10.0.26100.2003 13-2 月 25 日 19:25 77,752
diagtrack.dll 10.0.10586.0 13-2 月 25 日 19:25 1,561,952
diagtrackrunner.exe 10.0.10586.0 13-2 月 25 日 19:25 90,304
reagent.admx バージョン管理されていません 13-2 月 25 日 19:25 1,240
reagent.dll 10.0.26100.2003 13-2 月 25 日 19:25 991,024
reagent.xml バージョン管理されていません 13-2 月 25 日 19:25 837
SetupPlatform.cfg バージョン管理されていません 13-2 月 25 日 19:25 23,023
SetupPlatform.dll 1.95.26100.2003 13-2 月 25 日 19:25 10,165,552
SetupPlatform.exe 1.95.26100.2003 13-2 月 25 日 19:25 239,024
unbcl.dll 10.0.26100.2003 13-2 月 25 日 19:25 1,112,992
wdscore.dll 10.0.26100.2003 13-2 月 25 日 19:25 260,000
wdsutil.dll 10.0.26100.2003 13-2 月 25 日 19:25 352,688
WinSetupBoot.hiv バージョン管理されていません 13-2 月 25 日 19:25 8,192
WinSetupBoot.sys 10.0.26100.2003 13-2 月 25 日 19:25 92,592
WinSetupMon.sys 10.0.26100.2003 13-2 月 25 日 19:25 145,856
wdsclientapi.dll 10.0.26100.2003 13-2 月 25 日 19:25 251,448
wdscsl.dll 10.0.26100.2003 13-2 月 25 日 19:25 94,528
wdsimage.dll 10.0.26100.2003 13-2 月 25 日 19:25 110,648
wdstptc.dll 10.0.26100.2003 13-2 月 25 日 19:25 198,088
pnppropmig.dll 10.0.26100.2003 13-2 月 25 日 19:25 93,616
hwcompat.dll 10.0.26100.2003 13-2 月 25 日 19:25 234,936
offline.xml バージョン管理されていません 13-2 月 25 日 19:25 44,544
bcd.dll 10.0.26100.3320 13-2 月 25 日 19:25 148,328
bootsvc.dll 10.0.26100.3320 13-2 月 25 日 19:25 284,160
hwreqchk.dll バージョン管理されていません 13-2 月 25 日 19:25 757,168
ServicingCommon.dll 10.0.26100.3320 13-2 月 25 日 19:25 1,974,768
utcapi.dll 10.0.26100.3320 13-2 月 25 日 19:25 46,496
wimgapi.dll 10.0.26100.3320 13-2 月 25 日 19:25 1,538,488
wdscommonlib.dll 10.0.26100.3320 13-2 月 25 日 19:25 322,464
dismapi.dll 10.0.26100.3320 13-2 月 25 日 19:25 2,071,496
dismcore.dll 10.0.26100.3320 13-2 月 25 日 19:25 783,800
dismcoreps.dll 10.0.26100.3320 13-2 月 25 日 19:25 217,504
dismprov.dll 10.0.26100.3320 13-2 月 25 日 19:25 355,248
imagingprovider.dll 10.0.26100.3320 13-2 月 25 日 19:25 470,432
logprovider.dll 10.0.26100.3320 13-2 月 25 日 19:25 180,128
vhdprovider.dll 10.0.26100.3320 13-2 月 25 日 19:25 1,090,464
wimprovider.dll 10.0.26100.3320 13-2 月 25 日 19:25 1,283,488
unattend.dll 10.0.26100.3320 13-2 月 25 日 19:25 256,416
wpx.dll 10.0.26100.3320 13-2 月 25 日 19:25 1,553,864
locale.nls バージョン管理されていません 13-2 月 25 日 19:25 861,992
nlsbres.dll 10.0.26100.3320 13-2 月 25 日 19:25 95,160
kerberos.dll 10.0.26100.3031 13-2 月 25 日 19:25 2,288,640
kerb3961.dll 10.0.26100.3031 13-2 月 25 日 19:25 267,216
localkdcsvc.dll 10.0.26100.3031 13-2 月 25 日 19:25 784,384
LsaIso.exe 10.0.26100.3031 13-2 月 25 日 19:25 366,352
iumcrypt.dll 10.0.26100.3031 13-2 月 25 日 19:25 141,192
ServicingCommon.dll 10.0.26100.998 13-2 月 25 日 19:25 1,941,136
ResetEngine.dll 10.0.26100.3320 13-2 月 25 日 19:25 3,363,248
ResetTelemetry.dll 10.0.26100.3320 13-2 月 25 日 19:25 583,088
ResetEngine.exe 10.0.26100.3320 13-2 月 25 日 19:25 26,528
ResetPluginHost.exe 10.0.26100.3320 13-2 月 25 日 19:25 41,472
srms.dat バージョン管理されていません 13-2 月 25 日 19:25 60,394
sysreset.exe 10.0.26100.3320 13-2 月 25 日 19:25 480,256
ResetEngOnline.dll 10.0.26100.3320 13-2 月 25 日 19:25 212,992
SysResetErr.exe 10.0.26100.3320 13-2 月 25 日 19:25 62,896
winpeshl.exe 10.0.26100.3320 13-2 月 25 日 19:25 37,376
wpeutil.dll 10.0.26100.3320 13-2 月 25 日 19:25 182,784
wpeutil.exe 10.0.26100.3320 13-2 月 25 日 19:25 15,872
wpeinit.exe 10.0.26100.3320 13-2 月 25 日 19:25 39,424
startnet.cmd バージョン管理されていません 13-2 月 25 日 19:25 9
StartRep.exe 10.0.26100.3320 13-2 月 25 日 19:25 1,173,504
RecHost.exe 10.0.26100.3320 13-2 月 25 日 19:25 95,176
SrtTel.dll 10.0.26100.3320 13-2 月 25 日 19:25 1,873,312
RecEnv.exe 10.0.26100.3320 13-2 月 25 日 19:25 433,096
BootRec.exe 10.0.26100.3320 13-2 月 25 日 19:25 174,080
DUTProvider.dll 10.0.26100.3320 13-2 月 25 日 19:25 308,656
WinSetupBak.hiv バージョン管理されていません 13-2 月 25 日 19:25 8,192
WinSetupBak.sys 10.0.26100.3320 13-2 月 25 日 19:25 172,960
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 35,840
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 25,600
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 4,608
DUTProvider.dll.mui 10.0.26100.3320 13-2 月 25 日 19:25 5,120
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 34,816
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 38,912
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 27,648
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 5,120
DUTProvider.dll.mui 10.0.26100.3320 13-2 月 25 日 19:25 5,632
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 42,496
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 29,184
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 32,256
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 24,576
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 37,888
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 27,136
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 35,328
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 39,936
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 28,160
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 26,624
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 38,400
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 22,016
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 19,456
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 4,096
DUTProvider.dll.mui 10.0.26100.3320 13-2 月 25 日 19:25 4,096
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 20,992
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 18,432
BootRec.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 3,584
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 34,304
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 26,112
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 37,376
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 39,424
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 25,088
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 15,360
RecEnv.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 16,896
StartRep.exe.mui 10.0.26100.3320 13-2 月 25 日 19:25 15,872
bcrypt.dll 10.0.26100.3031 13-2 月 25 日 19:25 102,328
bcryptprimitives.dll 10.0.26100.3031 13-2 月 25 日 19:25 427,256
ntdll.dll 10.0.26100.3031 13-2 月 25 日 19:25 2,386,456
msvcrt.dll 7.0.26100.3031 13-2 月 25 日 19:25 1,156,672
ucrtbase.dll 10.0.26100.3031 13-2 月 25 日 19:25 1,574,096
KernelBase.dll 10.0.26100.3031 13-2 月 25 日 19:25 3,768,704
oleaut32.dll 10.0.26100.3031 13-2 月 25 日 19:25 1,028,672
rpcrt4.dll 10.0.26100.3031 13-2 月 25 日 19:25 1,236,768
DismCore.dll 10.0.26100.3320 13-2 月 25 日 19:25 370,104
DismProv.dll 10.0.26100.3320 13-2 月 25 日 19:25 251,848
DismCorePS.dll 10.0.26100.3320 13-2 月 25 日 19:25 98,208
LogProvider.dll 10.0.26100.3320 13-2 月 25 日 19:25 76,208
FolderProvider.dll 10.0.26100.3320 13-2 月 25 日 19:25 59,832
dhcpcore.dll 10.0.26100.712 13-2 月 25 日 19:25 343,872
dhcpcsvc.dll 10.0.26100.712 13-2 月 25 日 19:25 97,072
dhcpcore6.dll 10.0.26100.712 13-2 月 25 日 19:25 246,576
dhcpcsvc6.dll 10.0.26100.712 13-2 月 25 日 19:25 82,864
KernelBase.dll 10.0.26100.3031 13-2 月 25 日 19:25 2,796,416
migcore.dll 10.0.26100.1583 13-2 月 25 日 19:25 7,130,528
migstore.dll 10.0.26100.1583 13-2 月 25 日 19:25 1,004,448
mighost.exe 10.0.26100.1583 13-2 月 25 日 19:25 254,768
migres.dll 10.0.26100.1583 13-2 月 25 日 19:25 17,328
migapp.dll 10.0.26100.1583 13-2 月 25 日 19:25 231,840
MXEAgent.dll 10.0.26100.1583 13-2 月 25 日 19:25 274,752
AppExtAgent.dll 10.0.26100.1583 13-2 月 25 日 19:25 346,432
csiagent.dll 10.0.26100.1583 13-2 月 25 日 19:25 527,168
cmi2migxml.dll 10.0.26100.1583 13-2 月 25 日 19:25 158,624
ntdll.dll 10.0.26100.3031 13-2 月 25 日 19:25 1,801,176
rpcrt4.dll 10.0.26100.3031 13-2 月 25 日 19:25 758,296
kerberos.dll 10.0.26100.3031 13-2 月 25 日 19:25 1,012,736
kerb3961.dll 10.0.26100.3031 13-2 月 25 日 19:25 110,592
ServicingCommon.dll 10.0.26100.998 13-2 月 25 日 19:25 827,904

関連情報

動的更新プログラムを使用して Windows インストール メディアを更新する

Microsoft のソフトウェア更新の説明で使用される一般的な用語の解説

クエリワード: safeos du