im probly as stupid as my fix, but at least i played gta that niight. On the other hands, the "media player features pack" installed succesfully (it was listed as installed but I coulnd found it anywhere) so the rockstar game launcher didnt work either... and the only downloadable mediaplayer i found on ms.com was made only for "N". I see you linked the correct files, is it possible to integrate them into the ISO? Thanks.
I've just made fresh install. Used 18363.418 ISO (en-US), integrated latest SSU and CU (18363.449), removed everything except IE, Store and few more components. Everything went fine. No issues in OS' work so far.
hi there, to conferm, so you got the build 18363.418 from uup, is it required for you to integrate updates in auder for msmg toolkit to remove items? or as soon as the images are mounted you can start the purge? if updates are required could you list which ones? thanks for msmg toolkit, would it be possible in future releaces for msmg to note which build the toolkit will work with e.g 18363.418 can i assume that the rtm release of win10 v1909 will work out the box? thanks, Majid
If you are using a 18362 source (ISO/UUP/ESD) then you need to integrate the below updates to get the build 18363.418 Windows10.0-KB4521863-x64.msu (ServicingStack) Windows10.0-KB4516115-x64.msu (FlashPlayer) Windows10.0-KB4519573-x64.msu (NetCumulative) Windows10.0-KB4517389-x64.msu (Cumulative) Windows10.0-KB4517245-x64.cab (Enablement) If you are using a 18363.418 released ISO (en_windows_10_business_editions_version_1909_x64_dvd_ada535d0.iso) or the consumer edition will work. Also the latest Service Stack update (Windows10.0-KB4525419-x64.cab) and Cumulative Update (Windows10.0-KB4522355-x64.cab) can be used to get the latest version 18363.448 Note: Unlike v1809 in v1903/9 the removed components do get restored when Windows Updates are used or when updates or integrated/installed after the OS Install.
msmg, you are an angel! currently building the iso via uup, thanks for msmg toolkit! could you tell me if in the future, there will be a version of msmg toolkit that will function with older windows versions? currently, we have to use older msmg releaces, for older windows builds? I guess what i'm asking is will there be one msmg toolkit version that will function with older releases and current? thanks for your wonderful programme! Majid
Hi MSMG, I tried to remove most of components using below image: cn_windows_10_business_editions_version_1909_x64_dvd_0ca83907.iso I kept the windows store app. The app can be open without any issue in the main page, but when click into a particular app page (trying to install an app), it crashed. I'm not sure any dependencies I should keep if I want the windows store app running normally (be able to install apps)? Thanks.
Try retaining XboxIdentityProvider and for screening URL's sent to Store Apps the Smart Screen is required for Smart Screen to work Windows Defender is required.
@MSMG ,I designed a simple about page.Now in my Localization Lab,code A. Code: ::------------------------------------------------------------------------------------------- :: MSMG ToolKit - About ::------------------------------------------------------------------------------------------- :About cls echo.=============================================================================== echo. MSMG ToolKit - About echo.=============================================================================== echo. echo. echo. echo. echo. echo. MSMG ToolKit echo. echo. Version %Tver% Lab Version %Tlab% echo. echo. Copyright (c) 2013-2019 MSMG. All rights reserved. echo. echo. echo. echo. MSMG ToolKit, Windows are registered trademarks of their respective authors or companies. echo. echo. echo. [1] Return to Main Menu echo. [2] Return to Tools Menu echo. echo.=============================================================================== choice /C:12 /N /M "Enter Your Choice : " if errorlevel 2 goto :ToolsMenu if errorlevel 1 goto :MainMenu Version is ToolKit's version,use value 'Tver'; Lab Version is my lab cade, use value 'Tlab' e.g. Version=9.5,Lab Version A In Tools Menu,I add a new Menu item 'about'. Code: ::------------------------------------------------------------------------------------------- :: MSMG ToolKit - Tools Menu ::------------------------------------------------------------------------------------------- :ToolsMenu cls echo.=============================================================================== echo. MSMG ToolKit - Tools Menu echo.=============================================================================== echo. echo. [1] WIM Manager echo. echo. [2] Debug echo. echo. [3] Options echo. echo. [4] About echo. echo. echo. echo. echo. echo. echo. echo. echo. [X] Go Back echo. echo.=============================================================================== echo. choice /C:1234X /N /M "Enter Your Choice : " if errorlevel 5 goto :MainMenu if errorlevel 4 goto :About if errorlevel 3 goto :Options if errorlevel 2 goto :Debug if errorlevel 1 goto :WIMManger ::-------------------------------------------------------------------------------------------
Isn't 8.8 is appropriate for LTSB builds and 9.4+,9.5 can be used on LTSC versions? Thanks in advance