Search results

  1. A

    Image creation aborted - [112] There is not enough space on the disk.

    Can show result of these commands? fsutil fsinfo ntfsinfo H: fsutil fsinfo volumeInfo H: fsutil resource info H:\
  2. A

    Image creation aborted - [112] There is not enough space on the disk.

    How many .inf files in the Nvidia driver folder? dism has a known behavior of creating separate folder for each inf file in the mounted image
  3. A

    PowerShell GUI for Downloading Language Packs - W10_11LangPack.ps1

    garlin The second cab file(s) are used for express uup upgrades (WU) uupdump doesn't exclude them properly however, express cabs filename are always appended with "_hash" string so, you can for example exclude any files with "_" character
  4. A

    Windows 7 x64 KB2533552 Integration

    KB2533552 is old and replaced by later Servicing Stack updates once you integrate or install those SSUs (KB4490628), KB2533552 cannot be installed via msu file because local WU engine will detect it as superseded online WU uses KB2533552 cab file to install the update, which can be installed...
  5. A

    Turn off windows update, registry dword value contradictions on the web.

    Registry was never enough to stop W10 update madness (unless you set connection to metered) you will always need to disable relevant scheduled tasks, disable waasmedic service
  6. A

    Trouble finding W10 21H2 ISO

    There are no instructions in the opening post + even Win10 1507 ESD links still work
  7. A

    Language pack & Language Apps

    Yes, because the original image only include english files (localization) for apps re-add them again or update them from store after installation
  8. A

    Language pack & Language Apps

    FoD packages are not Apps InboxApps.iso https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240904-1906.ge_release_svc_prod1_amd64fre_InboxApps.iso
  9. A

    Updates built into the images are installed after a clean install of Windows. [resolved]

    https://www.ntlite.com/community/index.php?threads/kb5011487-is-not-integrated-into-windows-10-21h2.2724/post-24632
  10. A

    Language pack & Language Apps

    non-system apps cannot be localized with LP/FOD ISO you need InboxApps.iso (or manually downloaded newer version of the apps)
  11. A

    PowerShell GUI for Downloading Language Packs - W10_11LangPack.ps1

    The "Cumulative Update" equivalents are working (yeah, it's CU without any CU :D) 82bfaf56-2ef9-49ce-89fa-daa9c9eaff11 294aa40d-f466-4071-8654-d952a9a68ac1
  12. A

    Set User Password to never expire

    I use this in setupcomplete.cmd and the UI checkbox get checked :) FOR /F "TOKENS=2 DELIMS==" %%A IN ('"WMIC /NAMESPACE:\\ROOT\CIMV2 PATH Win32_UserAccount GET Name /VALUE"') DO ( CALL WMIC /NAMESPACE:\\ROOT\CIMV2 PATH Win32_UserAccount WHERE Name='%%A' SET PasswordExpires=FALSE ) powershell...
  13. A

    WMIC missing on Windows 11 24H2

    Yes, disabling the task is more "supported" way OOBEFodSetup.exe doesn't actually check the "Upgrade" value data, it only query its presence so it can be set to 0
  14. A

    WMIC missing on Windows 11 24H2

    OOBEFodSetup.exe executed by schedule task "Microsoft\Windows\Servicing\OOBEFodSetup", triggered by WNF_SHEL_LOGON_COMPLETE since the task mostly not created offline prior installation, add this registry value which OOBEFodSetup.exe checks to skip disabling wmic...
  15. A

    Updating Winre.wim?

    I think they did it to solve the issues with updating already installed OS winre.wim and small recovery partition size i personally think winre.wim should only get SSU + Safe OS, for all Windows 10/11 versions that was their rule mostly with refreshed monthly ISOs, until they broke it with...
  16. A

    Updating Winre.wim?

    Yes, using pre-extracted LCU (update.mum) is not blocked for winre.wim it's only LCU msu specific metadata block <MSConditionalFeatures> <ConditionalFeature UpdateAction="Add" FeatureID="CumulativeUpdate_KB5039417" FMID="MSDN"> <Condition Type="PackageAnyVersion" Status="NotInstalled"...
  17. A

    Updating Winre.wim?

    Win11 24H2 LCU msu is not applicable (actually metadata-skipped) for winre.wim only the SSU update will be added SafeOS DU is designed specifically for winre.wim only (although they could apply to boot.wim or install.wim)
  18. A

    Components of new GUI of Explorer.exe in Windows 11

    Disabling Recall offline (or before specialize unattend phase) cause "Microsoft.WindowsAppRuntime.CBS" appx registration to fail, which somehow affect the new FileExplorer worth noting that MicrosoftWindows.Client.AIX is the only system app that explicitly have Microsoft.WindowsAppRuntime.CBS...
  19. A

    Error 0x800f0838 - [2104] An internal error occurred

    KB5043080 msu file most likely have to exist next to KB5044284 msu specially if you added lang or FOD https://support.microsoft.com/help/5044786 file name doesn't matter, dism cbsprovider.dll search and check all "*.msu" files in the same folder to find the Baseline (checkpoint) LCUs
Back
Top