KB5053426: Säker dynamisk OS-uppdatering för Windows 11 version 24H2 och Windows Server 2025: 11 februari 2025

Gäller för
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

Sammanfattning

Den här uppdateringen förbättrar Windows-återställningsmiljön i Windows 11, version 24H2 och Windows Server 2025.

Så här hämtar du uppdateringen

Installera den här uppdateringen

Använd någon av följande utgivningskanaler för att installera den här uppdateringen.


Tillgänglig Nästa steg
Ja Den här uppdateringen är tillgänglig via Windows Update. Den laddas ned och installeras automatiskt.
Förutsättningar Det finns inga krav för den här uppdateringen.
Information om omstart Du behöver inte starta om enheten efter att du har installerat den här uppdateringen.
Information om borttagning Den här uppdateringen kan inte tas bort när den har tillämpats på en Windows-avbildning.
Uppdatera ersättningsinformation Den här uppdateringen ersätter följande tidigare uppdatering KB5053117.
Verifiera installationen av den här uppdateringen När du har installerat den här uppdateringen bör WinRE-versionen som är installerad på enheten vara 10.0.26100.3180.
Metoder för att verifiera den installerade WinRE-versionen

Kör följande PowerShell-skript "GetWinReVersion.ps1" med administratörsautentiseringsuppgifter. När du har kört skriptet bör du få den installerade WinRE-versionen som i följande exempel:

GetWinREVersion Skärmbild

PowerShell-skript för GetWinReVersion.ps1


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

#

# 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

Filinformation

Den engelska versionen (USA) av den här programuppdateringen installerar filer som har följande attribut. Den här uppdateringen kan innehålla filer för ytterligare språk.

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

Referenser

Beskrivning av standardterminologin som används för att beskriva Microsofts programuppdateringar

Frågeord: safeos du