It's great to hear from you once again! Now that we know you are well, we can stop worrying about you and your project.
All praise is to Allah, awesome to see you are back @MSMG, even better to hear you are doing OK. Cheers.
@MSMG Good to hear from u back. Is it possible to install just capture picker which I nuked when ddebloating the iso ? I am unable to share screen on online meetings. Even snipping tool is crashing.
Hello! I was wondering if anyone knew how to properly install the newest Cumulative Update for Windows 11 (KB5010386), because every attempt I've made has ended with an error. I was able to come close by extracting the Servicing Stack Update .cab and the Cumulative Update .cab & .psf, then moving them to the \Updates\w11\x64 folder. But even after attempting this it still resulted in failure: Spoiler: Error: 0x800f0988 =============================================================================== MSMG ToolKit - Integrate Windows Updates =============================================================================== ------------------------------------------------------------------------------- ####Starting Integrating Windows Updates####################################### ------------------------------------------------------------------------------- Image : Install.wim Image Index : 1 Image Architecture : x64 Image Version : 10.0.22000.318.0 ------------------------------------------------------------------------------- ####Processing Windows Updates Packages######################################## ------------------------------------------------------------------------------- Creating Windows Updates Packages Temporary folder... Extracting .CAB Package files to Temporary folder... Finished Extracting .CAB Package files to Temporary folder... ------------------------------------------------------------------------------- ####Integrating Windows Updates################################################ ------------------------------------------------------------------------------- ===========================[Install.wim, Index : 1]============================ Deployment Image Servicing and Management tool Version: 10.0.22000.1 Image Version: 10.0.22000.318 Processing 1 of 2 - Adding package Package_for_ServicingStack_469~31bf3856ad364e35~amd64~~22000.469.1.1 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.493.1.3 [==========================100.0%==========================] Error: 0x800f0988 Package Package_for_RollupFix may have failed due to pending updates to servicing components in the image. Try the command again.The command completed with errors. For more information, refer to the log file. The DISM log file can be found at D:\Toolkit\Logs\Dism.txt ------------------------------------------------------------------------------- Generating Windows Updates Integration LOG File... ------------------------------------------------------------------------------- Writing Windows Updates Integration Log file. ------------------------------------------------------------------------------- Cleaning Up Temporary Files & Folders... ------------------------------------------------------------------------------- Cleaning Up Windows Updates Temporary folder. ------------------------------------------------------------------------------- ####Finished Integrating Windows Updates####################################### ------------------------------------------------------------------------------- ===============================================================================
Hi everyone, I was wondering if has a way to keep the components removed and the optimizations included in a ISO after a update in windows 10/11. And if I set the windows updates to install just security updates, the components will come back? And if any of you guys, could give me a pack including some tweaks to apply to the system to the components, optimizations stay on the system would be appreciated.
Why don't you read the thread in your spare time (it's all been discussed here many times already), or MSMG's posts ? Believe me, you will discover many interesting and very useful things about your questions. msmg-toolkit.50572/page-1103#post-1718659 msmg-toolkit.50572/page-941#post-1650527
To prevent it from becoming a paid tool that someone else sells. MSMG isn't hiring a team of lawyers to protect their IP.
"ToolKit cannot service Windows 10/11 Source OS on Windows 7 HOST OS... ToolKit requires a Windows 8.1/10 HOST OS for servicing Windows 10/11 Source OS..." Any way around this?
@MSMG , In Toolkit 12.0 lines 2259 to 2266: Code: :: Checking whether the HOST OS is Windows 7 and selected Source OS is Windows 10/11 if "%HostVersion%" equ "6.1" if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" ( echo. echo.ToolKit cannot service Windows 10/11 Source OS on Windows 7 HOST OS... echo. echo.ToolKit requires a Windows 8.1/10 HOST OS for servicing Windows 10/11 Source OS... goto :Stop ) it should be: Code: :: Checking whether the HOST OS is Windows 7 and selected Source OS is Windows 10/11 if "%HostVersion%" equ "6.1" if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" ( echo. echo.ToolKit cannot service Windows 10/11 Source OS on Windows 7 HOST OS... echo. echo.ToolKit requires a Windows 8.1/10/11 HOST OS for servicing Windows 10/11 Source OS... goto :Stop ) This issue was found by @kyrcy first.