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.
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.
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?
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.
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.
You should use NVCleanstall instead of NVSlimmer, it is regularly updated and installs without problems with MSMG ISO.
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.
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.
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
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.
Thanks for that. I just finished reinstalling Windows. Problem still exists. The value for this service is 1. I haven't changed it.