1. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #21501 ingviowarr, Nov 19, 2021
    Last edited: Nov 19, 2021
    If using PowerShell for apps installation is OK for you, then you don't really need all these bloat.
    I beleive M$ don't give to us reasonable choice. Just cut off, trim, chop away all their nonsence.
    Installed? That's all we interested in.
    ------
    My previous suggestion was about easy installation through UI (I mean offline installation of ANY apps, when you have *.appxbundle).
    Seems like it requires too much bloat to be kept, and no guarantees it will work. Right?

    It would be great if one day someone would create an offline client for easy apps installation offline, by one click, closely integrated with OS and UI, with new associations for file extensions and working "Open with..." menu .
    Some kind of Store replacement for offline *.appxbundle usage. Just a dream for trimmed OS.
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    I intend to create my normal image with 19044 soon. Then I shall begin testing, as I prepare to erase 18363 in favour of 19044.
     
  3. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Nah... I downloaded them from a third party site when my son reported the errors with a couple of games. Found the answer on steam. I was using 10.4 of the toolkit at the time, The only reason I recreated an image with 11.6 was that I could remove a couple more things from my image. But the WMP files were not retained there either. My setupcomplete script copies the two files I need.

    About 3 months ago I raised an issue with you regarding webp. It has been stated that W10 1809 LTSC can view webp images natively. Neither of the images created with 10.4 or 11.6 can. No program in Windows 10 can open them. I have to use third party programs Icaros and Imageglass. You indicated you would check it out. Have you had a chance to look at that?
     
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I do not know if winget (DesktopAppInstaller) works right without WindowsStoreApp. But if you have the opportunity... tries to install NVIDIA Control Panel through Winget.

    # NVIDIA Control Panel [9NF8H0H7WMLT]
    The cmd command is this:
    winget install --id 9NF8H0H7WMLT --source msstore --silent --accept-package-agreements --accept-source-agreements

    I did just that in the last few weeks. I jumped from 18363 to 19044 I'm having a very good experience, nothing to complain so far. I updated yesterday to 19044.1379, all right too. I even removed the components through the menus (toolkithelper) and even though this version is not officially supported by Toolkit, I did not have the problems mentioned by friend @zero cool root. My image is also pt-br.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    What I meant was only in recent Toolkit versions I started retaining those codecs while removing Windows Media Player.

    I had replied about the WebP issue, may be you didn't noticed it I think.

    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-1030#post-1693041

    You need to first add WebP appx and then enable the Windows Photo Viewer, this will enable you choose Windows Photo Viewer as the default viewer in Open With Window, also the explorer thumbnails too works.
     
  6. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
  7. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    You should use NVCleanstall instead of NVSlimmer, it is regularly updated and installs without problems with MSMG ISO.
     
  8. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Oh geez. I think I better make an appointment to have my eyes checked :)

    Ok, before I go reinstalling Windows on 10 computers I'd like to make sure it works, like just using dism to install it on my test PC.

    I can't find any license file for it in the toolkit.

    Argh... I still can't run the toolkit. start.cmd fails. I've reinstalled it but it doesn't work.
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The license files are in <Bin\AppLicense> folder.

    Here's the Start.cmd is working fine, you can try replacing NSudo from old version of Toolkit to see if it's the issue.
     
  10. bobo1704

    bobo1704 MDL Novice

    Feb 25, 2009
    24
    2
    0
    Hello everyone!! Is there any way to integrate NET 5 on MSMG 11.9?
    tHANKS A LOT!!
     
  11. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,293
    627
    60
    Has 11.9 been updated since release?
     
  12. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    Not yet.
     
  13. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    #21514 Yanta, Nov 21, 2021
    Last edited: Nov 21, 2021
    There is no applicence folder in 11.6. It is in 11.9, I'll grab the file from there

    I tried that. And I completely removed the toolkit and re-extracted it. Still crashes "Failed to create process".

    It crashes in toolkit versions 10.4, 11.6 and 11.9.
    It will be something wrong at my end. I doubt it's a faulty nsudo or toolkit. I've probably tweaked something I shouldn't have.
    A proverbial needle in a haystack search :(
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I had this problem. With memory leak tweaks.
    If I remember well, it was something like Null Service.

    Code:
                   rem Default value 1 "Null".
                   rem Disable value 4 "Null".
                   rem Disable it causes CLI and Scripts issues.
                   
                   reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\Null" /v "Start" /t REG_DWORD /d "1" /f >nul 2>&1
    
    If you have changed this value, maybe this helps you (return to the default value 1). Hope so.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Only, place all files from your NET5 pack, renamed as NET6, in the NET6 folder, and integrate.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Seems like 21H2 (build 1348) is now listed on uupdump.
    It's time to build images.
     
  17. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  18. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Thanks for that.

    I just finished reinstalling Windows. Problem still exists.

    The value for this service is 1. I haven't changed it.