Özet
Bu güncelleştirme, Windows 11, sürüm 24H2'de Windows kurtarma ortamında iyileştirmeler yapar.
Bu güncelleştirmeyi alma
Bu güncelleştirmeyi yükleme
Bu güncelleştirmeyi yüklemek için aşağıdaki yayın kanallarından birini kullanın.
| Kullanılabilir | Sonraki adım | 
| Hayır | Bu güncelleştirme Windows Update aracılığıyla kullanılamaz. Güncelleştirme Kataloğu yayın kanalına bakın. | 
| Kullanılabilir | Sonraki adım | 
| Evet | Bu güncelleştirmenin tek başına paketini almak için Microsoft Update Kataloğu web sitesine gidin. Güncelleştirme Kataloğu'ndan güncelleştirmeleri indirmek için bkz. Windows Update Kataloğu'ndan güncelleştirmeleri indirme adımları. | 
| Kullanılabilir | Sonraki adım | 
| Evet | Bu güncelleştirme, ilişkili Windows aylık güvenlik güncelleştirmesinin bir parçası olarak yüklenir. Ayrıca, Ürün ve Sınıflandırmaları aşağıdaki gibi yapılandırdığınızda bu güncelleştirme WSUS ile otomatik olarak eşitlenir: 
 | 
| Önkoşullar | Bu güncelleştirmeyi uygulamak için herhangi bir ön koşul yoktur. | 
| Yeniden başlatma bilgileri | Bu güncelleştirmeyi uyguladıktan sonra cihazınızı yeniden başlatmanız gerekmez. | 
| Kaldırma bilgileri | Bu güncelleştirme bir Windows görüntüsüne uygulandıktan sonra kaldırılamaz. | 
| Güncelleştirme değiştirme bilgileri | Bu güncelleştirme, daha önce yayımlanan güncelleştirme KB5041979 yerini alır. | 
| Bu güncelleştirmenin yüklendiğini doğrulayın | Bu güncelleştirmeyi yükledikten sonra, cihaza yüklenen WinRE sürümü 10.0.26100.1583 olmalıdır. | 
Yüklü WinRE sürümünü almak için, Yönetici kimlik bilgileriyle aşağıdaki "GetWinReVersion.ps1" PowerShell betiğini çalıştırın. Betiği çalıştırdıktan sonra, aşağıdaki örnekte olduğu gibi yüklü WinRE sürümünü almalısınız:
GetWinReVersion.ps1 PowerShell betiği
################################################################################################
#
# 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 -RecurseWinREAgent, Windows Kurtarma Ortamı (WinRE) ile ilgili olayları günlüğe kaydeder ve öncelikle kurtarma görüntüsünün oluşturulması, değiştirilmesi ve kullanımıyla ilgili ayrıntıları kaydeder. Bu örnekte, Olay Kimliği: 4501 Bakım başarılı olaylarını arıyoruz. Ortamınızda oluşabilecek alan sınırlamaları nedeniyle WinREAgent bakım olaylarını bulamazsanız DISM komutunu kullanmanızı öneririz.
- 
                Windows Search çubuğunu açın. Bunu yapmak için, Başlat’a sağ tıklayın ve ardından Ara seçeneğine tıklayın. 
- 
                Arama çubuğuna Olay Görüntüleyicisi yazın ve Olay Görüntüleyicisi’ne tıklayın. 
- 
                Windows Günlükleri’ni genişletin ve ardından Sistem’e tıklayın. 
- 
                Sağ taraftaki gezinti bölmesinde, Eylemler’in altındaki Bul seçeneğine tıklayın. 
- 
                Aranan: kutusuna WinREAgent yazın ve Sonrakini Bul seçeneğine tıklayın. 
- 
                Arama iletişim kutusunu kapatmak için İptal’e tıklayın. WinREAgent bakım olayı alt orta bölmede gösterilmelidir ve Genel sekmesinde şuna benzer bir ileti görürsünüz: Hizmet başarılı oldu. Windows Kurtarma Ortamı sürümü artık: 10.0.22621.4742 Bu örnekteki WinRE sürümü 10.0.22621.4742’dir. 
- 
                WinREAgent bakım olayının Olay Özellikleri bölmesini görüntülemek için, Sistem bölmesindeki (üst orta bölme) WinREAgent seçeneğine sağ tıklayın ve ardından Olay Özellikleri’ne tıklayın.  
- 
                Bir yükseltilmiş Windows komut listesi açın. Bunu yapmak için Windows tuşuna basın, cmd yazın, Komut İstemi seçeneğine sağ tıklayın ve ardından Yönetici Olarak Çalıştır’a tıklayın. 
- 
                Komut istemine, reagentc /info yazın ve Enter tuşuna basın. 
- 
                Windows RE konumunun yolunu not edin. Bu örnekte, konum \\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE şeklindedir. Bu yol, Windows yüklemenize bağlı olarak değişebilir. 
- 
                Windows Kurtarma Ortamı (WinRE) bilgilerini almak için komut isteminde DISM komutunu kullanın. Bu örnek için, şu komutu girin ve Enter tuşuna basın: Dism /Get-ImageInfo /ImageFile:\\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE\winre.wim /index:1 Not WinRE görüntü dosyasının varsayılan adı winre.wim’dir. Ortamınızda WinRE görüntü dosyasının adı farklı olabilir. Ayrıca, varsayılan winre.wim dosyasının Dizin numarası 1'dir. Ortamınızda Dizin numarası farklı olabilir. 
- 
                WinRE resim dosyası bilgileri şu örnekte gösterildiği gibi döndürülür: 
Dosya bilgileri
Bu yazılım güncelleştirmesinin Türkçe (Türkiye) sürümü, aşağıdaki tabloda listelenen özniteliklere sahip dosyaları yükler.
| Dosya adı | Dosya sürümü | Tarih | Saat | Dosya boyutu | 
| storufs.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 24,702 | 
| storufs.sys | 10.0.26100.560 | 8 Ağustos 24 | 18:12 | 148,800 | 
| Facilitator.dll | 10.0.26100.1287 | 8 Ağustos 24 | 18:12 | 1,111,456 | 
| dhcpcore.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 435,616 | 
| dhcpcsvc.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 157,104 | 
| dhcpcore6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 320,928 | 
| dhcpcsvc6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 128,416 | 
| cmi2migxml.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 226,624 | 
| csiagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 718,144 | 
| diagER.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 99,744 | 
| hwcompat.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 242,992 | 
| hwcompat.txt | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 963,150 | 
| hwexclude.txt | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 51 | 
| icbexclusion.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 7,222 | 
| migapp.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 654,548 | 
| migcore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 9,274,824 | 
| mighost.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 288,176 | 
| migres.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 25,904 | 
| migisol.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 148,920 | 
| migstore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 1,303,984 | 
| migsys.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 464,176 | 
| MXEAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 386,352 | 
| AppExtAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 488,752 | 
| offline.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 44,544 | 
| oscomps.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 449,323 | 
| osfilter.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 21,299 | 
| pnppropmig.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 107,824 | 
| ReserveManager.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 316,720 | 
| setupplatform.cfg | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 15,971 | 
| setupplatform.dll | 1.95.26100.1583 | 8 Ağustos 24 | 18:12 | 9,684,288 | 
| setupplatform.exe | 1.95.26100.1583 | 8 Ağustos 24 | 18:12 | 255,416 | 
| SFCN.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1,824 | 
| SFLCID.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1,644 | 
| SFLISTW7.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1,703,368 | 
| SFLISTW8.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 2,608,858 | 
| SFLISTWB.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 3,172,904 | 
| SFLISTWT.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 4,935,402 | 
| SFLISTRS1.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 5,593,182 | 
| SFPAT.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 11,602 | 
| SFPATW7.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 17,396 | 
| SFPATW8.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 79,818 | 
| SFPATWB.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 91,635 | 
| SFPATWT.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 165,729 | 
| SFPATRS1.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 169,730 | 
| unbcl.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 1,090,880 | 
| upgradeagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 3,302,832 | 
| upgradeagent.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 70,907 | 
| upgrade_comp.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 6,054 | 
| upgrade_bulk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 211,949 | 
| upgrade_data.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 41,750 | 
| upgrade_frmwrk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 19,157 | 
| upgWow_bulk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 114,707 | 
| uninstall.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 4,639 | 
| uninstall_data.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 11,122 | 
| wdsutil.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 353,720 | 
| WinSetupMon.hiv | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 8,192 | 
| WinSetupMon.sys | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 169,304 | 
| actionqueue.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 267,584 | 
| appcompat_detailed.xsl | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 13,608 | 
| appcompat_detailed_bidi.xsl | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 13,732 | 
| cdplib.mof | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1,976 | 
| cdplibuninstall.mof | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 571 | 
| dpx.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 1,078,600 | 
| UpdateCompression.dll | 5.0.1.1 | 8 Ağustos 24 | 18:12 | 542,000 | 
| itgtupg.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 116,160 | 
| migtestplugin.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 75,304 | 
| msdelta.dll | 5.0.1.1 | 8 Ağustos 24 | 18:12 | 595,360 | 
| mspatcha.dll | 5.0.1.1 | 8 Ağustos 24 | 18:12 | 83,400 | 
| smiengine.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 927,136 | 
| wcmtypes.xsd | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1.047 | 
| wdsupgcompl.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 46,536 | 
| auditetw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 26,152 | 
| cmisetupetw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 26,056 | 
| etwproviderinstall.vbs | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 6,868 | 
| setupcletw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 30,248 | 
| winsetupetw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 75,296 | 
| migcore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 9,274,672 | 
| migapp.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 329,120 | 
| AppExtAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 488,768 | 
| csiagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 718,128 | 
| SFLISTXP.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1,459,226 | 
| SFLISTLH.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 3,347,940 | 
| SFPATXP.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 4,355 | 
| SFPATLH.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 8,678 | 
| ncsi.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 692,224 | 
| netprofmsvc.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 1,871,872 | 
| nlaapi.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 53,248 | 
| nlmproxy.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 53,248 | 
| nlmsprep.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 49,152 | 
| diagtrack.dll | 10.0.10586.0 | 8 Ağustos 24 | 18:12 | 1,365,856 | 
| diagtrackrunner.exe | 10.0.10586.0 | 8 Ağustos 24 | 18:12 | 88,256 | 
| reagent.admx | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 1,240 | 
| reagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 603,440 | 
| reagent.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 837 | 
| SetupPlatform.cfg | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 23,023 | 
| wdscore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 279,984 | 
| WinSetupBoot.hiv | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 8,192 | 
| WinSetupBoot.sys | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 111,936 | 
| wdsclientapi.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 267,816 | 
| wdscsl.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 112,048 | 
| wdsimage.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 128,552 | 
| wdstptc.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 218,568 | 
| bcd.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 162,616 | 
| bootsvc.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 307,136 | 
| hwreqchk.dll | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 423,328 | 
| ServicingCommon.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 1,030,248 | 
| utcapi.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 66,872 | 
| wimgapi.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 910,768 | 
| wdscommonlib.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 341,424 | 
| dismapi.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 1,201,480 | 
| dismcore.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 476,480 | 
| dismcoreps.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 230,816 | 
| dismprov.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 300,344 | 
| folderprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 95,552 | 
| imagingprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 247,200 | 
| logprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 189,752 | 
| UpdateCompression.dll | 5.0.1.1 | 8 Ağustos 24 | 18:12 | 542,016 | 
| vhdprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 599,456 | 
| wimprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 697,656 | 
| unattend.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 275,872 | 
| wpx.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 1,422,640 | 
| locale.nls | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 861,992 | 
| nlsbres.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 103,856 | 
| ServicingCommon.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 1,030,224 | 
| ResetEngine.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 2,823,600 | 
| ResetTelemetry.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 570,784 | 
| ResetEngine.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 42,424 | 
| ResetPluginHost.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 57,344 | 
| srms.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 60,394 | 
| sysreset.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 487,424 | 
| winpeshl.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 57,344 | 
| wpeutil.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 159,744 | 
| wpeutil.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 32.768 | 
| wpeinit.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 61,440 | 
| startnet.cmd | Sürüme alınmadı | 8 Ağustos 24 | 18:12 | 9 | 
| dhcpcore.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 343,872 | 
| dhcpcsvc.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 97,072 | 
| dhcpcore6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 246,576 | 
| dhcpcsvc6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:12 | 82,864 | 
| migcore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 7,130,528 | 
| migstore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 1,004,448 | 
| mighost.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 254,768 | 
| migres.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 17,328 | 
| migapp.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 231,840 | 
| MXEAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 274,752 | 
| AppExtAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 346,432 | 
| csiagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 527,168 | 
| cmi2migxml.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:12 | 158,624 | 
| ServicingCommon.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:12 | 827,904 | 
| Dosya adı | Dosya sürümü | Tarih | Saat | Dosya boyutu | 
| storufs.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 24,702 | 
| storufs.sys | 10.0.26100.560 | 8 Ağustos 24 | 18:09 | 108,344 | 
| Facilitator.dll | 10.0.26100.1287 | 8 Ağustos 24 | 18:09 | 1,160,008 | 
| dhcpcore.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 720,816 | 
| dhcpcsvc.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 254,896 | 
| dhcpcore6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 513,328 | 
| dhcpcsvc6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 168,752 | 
| cmi2migxml.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 216,504 | 
| csiagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 739,232 | 
| diagER.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 77,624 | 
| hwcompat.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 234,912 | 
| hwcompat.txt | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 218,923 | 
| hwexclude.txt | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 51 | 
| icbexclusion.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 7,222 | 
| migapp.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 654,548 | 
| migcore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 9,871,672 | 
| mighost.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 271,280 | 
| migres.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 17,352 | 
| migisol.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 124,720 | 
| migstore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 1,350,464 | 
| migsys.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 483,232 | 
| MXEAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 395,168 | 
| AppExtAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 499,504 | 
| offline.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 44,544 | 
| oscomps.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 449,323 | 
| osfilter.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 21,299 | 
| pnppropmig.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 93,600 | 
| ReserveManager.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 310,688 | 
| setupplatform.cfg | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 15,971 | 
| setupplatform.dll | 1.95.26100.1583 | 8 Ağustos 24 | 18:09 | 10,160,584 | 
| setupplatform.exe | 1.95.26100.1583 | 8 Ağustos 24 | 18:09 | 239,024 | 
| SFCN.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1,824 | 
| SFLCID.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1,644 | 
| SFLISTW7.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1,703,368 | 
| SFLISTW8.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 2,608,858 | 
| SFLISTWB.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 3,172,904 | 
| SFLISTWT.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 4,935,402 | 
| SFLISTRS1.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 5,593,182 | 
| SFPAT.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 11,602 | 
| SFPATW7.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 17,396 | 
| SFPATW8.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 79,818 | 
| SFPATWB.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 91,635 | 
| SFPATWT.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 165,729 | 
| SFPATRS1.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 169,730 | 
| unbcl.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 1,113,008 | 
| upgradeagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 3,451,184 | 
| upgradeagent.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 70,907 | 
| upgrade_comp.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 6,054 | 
| upgrade_bulk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 211,949 | 
| upgrade_data.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 41,750 | 
| upgrade_frmwrk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 19,157 | 
| upgWow_bulk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 114,707 | 
| upgWowA32_bulk.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 114,697 | 
| uninstall.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 4,639 | 
| uninstall_data.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 11,122 | 
| wdsutil.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 352,688 | 
| WinSetupMon.hiv | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 8,192 | 
| WinSetupMon.sys | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 145,736 | 
| actionqueue.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 431,536 | 
| appcompat_detailed.xsl | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 13,608 | 
| appcompat_detailed_bidi.xsl | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 13,732 | 
| cdplib.mof | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1,976 | 
| cdplibuninstall.mof | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 571 | 
| dpx.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 1,891,120 | 
| UpdateCompression.dll | 5.0.1.1 | 8 Ağustos 24 | 18:09 | 930,736 | 
| itgtupg.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 99,896 | 
| migtestplugin.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 55,736 | 
| msdelta.dll | 5.0.1.1 | 8 Ağustos 24 | 18:09 | 947,616 | 
| mspatcha.dll | 5.0.1.1 | 8 Ağustos 24 | 18:09 | 116,144 | 
| smiengine.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 1,696,672 | 
| wcmtypes.xsd | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1.047 | 
| wdsupgcompl.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 26,040 | 
| auditetw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 15,288 | 
| cmisetupetw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 15,928 | 
| etwproviderinstall.vbs | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 6,868 | 
| setupcletw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 19,912 | 
| winsetupetw.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 68,024 | 
| migcore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 9,871,800 | 
| migstore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 1,350,472 | 
| migres.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 17,200 | 
| migapp.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 334,128 | 
| MXEAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 395,056 | 
| AppExtAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 499,520 | 
| csiagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 739,256 | 
| cmi2migxml.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 216,368 | 
| SFLISTXP.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1,459,226 | 
| SFLISTLH.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 3,347,940 | 
| SFPATXP.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 4,355 | 
| SFPATLH.inf | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 8,678 | 
| ncsi.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 1,222,144 | 
| netprofmsvc.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 1,927,680 | 
| nlaapi.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 75,264 | 
| nlmproxy.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 77,312 | 
| nlmsprep.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 57,344 | 
| diagtrack.dll | 10.0.10586.0 | 8 Ağustos 24 | 18:09 | 1,561,952 | 
| diagtrackrunner.exe | 10.0.10586.0 | 8 Ağustos 24 | 18:09 | 90,304 | 
| reagent.admx | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 1,240 | 
| reagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 973,232 | 
| reagent.xml | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 837 | 
| SetupPlatform.cfg | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 23,023 | 
| wdscore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 260,016 | 
| WinSetupBoot.hiv | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 8,192 | 
| WinSetupBoot.sys | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 86,856 | 
| wdsclientapi.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 251,432 | 
| wdscsl.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 94,528 | 
| wdsimage.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 110,648 | 
| wdstptc.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 198,096 | 
| bcd.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 145,112 | 
| bootsvc.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 282,528 | 
| hwreqchk.dll | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 757,152 | 
| ServicingCommon.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 1,941,128 | 
| utcapi.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 46,512 | 
| wimgapi.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 1,538,480 | 
| wdscommonlib.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 322,464 | 
| dismapi.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 2,067,264 | 
| dismcore.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 783,664 | 
| dismcoreps.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 217,504 | 
| dismprov.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 297,280 | 
| folderprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 162,608 | 
| imagingprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 470,344 | 
| logprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 180,128 | 
| vhdprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 1,090,368 | 
| wimprovider.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 1,283,376 | 
| unattend.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 256,416 | 
| wpx.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 1,553,840 | 
| locale.nls | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 861,992 | 
| nlsbres.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 95,136 | 
| ServicingCommon.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 1,941,136 | 
| ResetEngine.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 3,320,240 | 
| ResetTelemetry.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 583,088 | 
| ResetEngine.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 26,416 | 
| ResetPluginHost.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 41,472 | 
| srms.dat | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 60,394 | 
| sysreset.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 480,256 | 
| winpeshl.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 37,376 | 
| wpeutil.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 139,776 | 
| wpeutil.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 15,872 | 
| wpeinit.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 39,424 | 
| startnet.cmd | Sürüme alınmadı | 8 Ağustos 24 | 18:09 | 9 | 
| dhcpcore.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 343,872 | 
| dhcpcsvc.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 97,072 | 
| dhcpcore6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 246,576 | 
| dhcpcsvc6.dll | 10.0.26100.712 | 8 Ağustos 24 | 18:09 | 82,864 | 
| migcore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 7,130,528 | 
| migstore.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 1,004,448 | 
| mighost.exe | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 254,768 | 
| migres.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 17,328 | 
| migapp.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 231,840 | 
| MXEAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 274,752 | 
| AppExtAgent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 346,432 | 
| csiagent.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 527,168 | 
| cmi2migxml.dll | 10.0.26100.1583 | 8 Ağustos 24 | 18:09 | 158,624 | 
| ServicingCommon.dll | 10.0.26100.998 | 8 Ağustos 24 | 18:09 | 827,904 | 
Başvurular
Microsoft yazılım güncelleştirmelerini açıklamak için kullanılan standart terminolojinin açıklaması
Sorgu sözcükleri: safeos du
 
                         
				 
				