Recent content by abbodi86

  1. A

    Removing PowerShell

    This is just hardcoded path for compatibilty and stability, it will never change run this in command prompt to check if 2.0 engine exists: powershell.exe -version 2
  2. 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 :)
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. A

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

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

    Windows 11 24H2 updates KB5043080 & KB5050009

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