Search results

  1. A

    Windows 11 23H2 getting huge (Edge WebView2)

    You cannot, only MS can package Edge.wim
  2. A

    Windows 11 23H2 getting huge (Edge WebView2)

    https://forums.mydigitallife.net/posts/1816821/ DISM commands, only for offline image /Remove-Edge - Removes All Edge from image. /Remove-EdgeBrowser - Removes Edge Browser from image. /Remove-EdgeWebView - Removes Edge WebView from image. i actually knew about first command since W11 21H2 was...
  3. A

    Problem including PowerShell into Windows 11 22H2 boot.wim

    What's the issue exactly? :rolleyes: p.s. you know that 22H2 GA media 22621.382 was pulled/replaced with 22621.525 (KB5019311) because WinPE-Setup-*.cab langpacks are missing setup files? yeah it's mess :D even ADK / WinPE 25398 is also missing vbscript.dll and require LCU integration to fix...
  4. A

    Problem including PowerShell into Windows 11 22H2 boot.wim

    ADK for Windows 11 22H2 (updated September 2023) is actually ADK for Windows Server 23H2, but MS lie you should use the original ADK for Windows 11 22H2 under Other ADK downloads
  5. A

    Windows 11 23H2 getting huge (Edge WebView2)

    Are you sure the Program files one is removed with it? they maybe hardlinked in install.wim, but the two locations don't seems hardlinked after deploy fsutil hardlink list C:\Windows\System32\Microsoft-Edge-WebView\msedge.dll
  6. A

    Enabling Media Features (Windows 11 N)

    Why the trouble, get a non-N image
  7. A

    Understanding Installed Package/Update Discrepancies

    "WU re-installs already integrated Cumulative Update" is a never ending story
  8. A

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    That reminds me, i pasted plain command format as registry data, which need to double the backslash in setupcomplete.cmd path to work as .reg file updated
  9. A

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    For me i just modify install.wim registry prior installing
  10. A

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    Didn't Microsoft added support for UEFI booting from NTFS USB in W10 v1709 or so? --- it's enough the "enable built-in Administrator" is just an example to use PreOobe key
  11. A

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    There are tools older than it and some are useless still around, but they want to force powershell down the throat
  12. A

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    Yes :) wmic.exe can be used, but it's not guaranteed to be installed/enabled on Win11 builds 22483 and later exit /b 0 is crucial to always exit the command with success (otherwise setup may stop on error)
  13. A

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    Maybe investigate and make use of First Boot Experience keys https://forums.mydigitallife.net/posts/1724745/ ; enable built-in Administrator [HKEY_LOCAL_MACHINE\SYSTEM\Setup\FirstBoot\PreOobe] "00"="cmd.exe /c powershell -ep unrestricted -nop -c \"Set-CimInstance -Query 'Select * from...
  14. A

    KB5031408 integration failure on Windows 7 Pro x64

    Can NTLite integrate ESU updates (even before 2023-01)? as for KB5031408, it's applicable for all Win7 editions (as long as you use dism for installation and suppress ESU) the error message clearly says you need new SSU, which it is, you need SSU KB5017397 or later
  15. A

    Windows 11 23H2 update (KB5031354)

    Windows 11 22H2 and later already have .NET 4.8.1 inbox
  16. A

    [SOLVED] WU re-installs already integrated Cumulative Update

    https://www.ntlite.com/community/index.php?threads/kb5011487-is-not-integrated-into-windows-10-21h2.2724/post-24632 https://www.ntlite.com/community/index.php?threads/win10-still-downloads-and-installs-the-already-integrated-updates.1459/post-14607...
  17. A

    RPC Issues with updating Server 2016 to 14393.6351 (10.2023 CU)

    Deja vu https://www.ntlite.com/community/index.php?threads/dism-cleanup-progress-status-broken-on-win11-22h2.3598/post-35547 i think NTlite should add a check for the two error codes and run /Get-Packages if occured
  18. A

    IE 11 features in Win 7

    Did try to unload / reload the image?
  19. A

    IE 11 features in Win 7

    It does not, the files get replaced, but the feature will be the same: Internet-Explorer-Optional-amd64 or Internet-Explorer-Optional-x86
  20. A

    IE 11 features in Win 7

    IE11 is update for IE8 the feature name (option) is inbox, and doesn't change
Back
Top