Recent content by abbodi86

  1. A

    [BUG] Corresponding registry entries are not removed when some Appx packages are deleted

    Yes but dependencies are too size-small to consider or overthink about it :)
  2. A

    [BUG] Corresponding registry entries are not removed when some Appx packages are deleted

    You should not remove any Framework (dependency) apps unless you remove all main apps
  3. A

    Microsoft Security Essentials (MSE) is no longer available for Windows 7

    Pretty much SCEP: SpyNet opt-in during setup enable Server Management EPP: SpyNet opt-in by default enable Firewall Management EPP is mainly deployed with Windows Intune
  4. A

    Microsoft Security Essentials (MSE) is no longer available for Windows 7

    There's "Microsoft Endpoint Protection 2012" too https://officecdn.microsoft.com/pr/MEP/EPPInstall.exe
  5. A

    DISM Update cleanup failing for me (Error 0x800F0806)

    Unlike Windows 10 1607 and later, most updates will trigger offline pending status for Windows 8.1 / 7 you need to install the image in Audit mode, run cleanup, sysprep and capture new install.wim
  6. A

    About Updates, Packages, DISM Cleanup and ResetBase

    Win11 24H2 servicing stack is a complete mess if the size is not an issue, don't cleanup
  7. A

    NTLite Crashes on Integrating .NET 3.5 please help

    The combined 3.5/4.8.1 update can be added without NetFx3, and you don't actually need to re-add it after enabling it unless you removed NetFx4 component of course
  8. A

    Language Packs-Integration breaks language choice in OOBE

    OOBE breaks because you must add updates (latest cumulative update) after languages + "W10-11 LanguagePacks v2.3" is by garlin
  9. A

    Holy What The OMG the DriverStore FOLDER!?

    Never use slmgr /upk because it invalidate sppsvc notify status and might cause it to install the default generic key, leading to unwanted edition switch on win 10 1607 or later slmgr /ipk is enough
  10. A

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

    That's sounds like a disk corruption issue
  11. A

    Windows 11 24H2 updates KB5043080 & KB5050009

    https://www.ntlite.com/community/index.php?posts/24632/
  12. 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:\
  13. 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
  14. 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
  15. 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...
Back
Top