Good morning! If I want to modify W10 Home and Pro in the same iso, how to make the file unattended for both editions, thanks
1903 and 1909 are both the same OS with only cosmetic differences in their build number, v1909 is not a feature upgrade like v1903, v1809, v1903 etc. The Changelog for only adds support for people who wish to use the component removal with the latest CU for v1909. Even If I add support for v2004 still the removed components will be restored due to the way the MS's change in the CU structure. Regular components like IE, WMP, System Restore and System Apps like Edge, Cortana, Defender are restored but the Windows Apps like Calculator, Paint3D, Photos aren't restored.
For live system, save the contents to a file named tweaks.reg and import the reg file using a NSudo command prompt with the below command reg import tweaks.reg For Offline image, some tweaks related to Biometric may break the OOBE.
Disable features, Remove Apps or Components using List is already implemented in the Toolkit, do check in [4] Remove and [5] Customize menus. You need to modify the files DisableFeaturesList.txt, EnableFeaturesList, RemoveAppsList in <Bin\Lists> folder by adding the required features, apps to be disabled, enabled or removed using the DISM method. You need to modify the file RemovePkgsList.txt in <Bin\Lists> folder by adding the required package entries to be removed using the DISM method. You need to modify the file RemovePkgsList.txt in <Bin\Lists> folder by adding the required apps or components entries to be removed using the ToolkitHelper method. PS: Don't use all the above methods for removing Apps and Components, just use one method.
You can check in the Remove Apps and Remove Components to know which components are dependent/required for what components. Known/Reported issues : - Internet Explorer may be needed for many legacy software's which depend on IE sub-components - Removing Internet Explorer is breaking Photoshop CC Web Installer, DirectX 9.0c Web Installer (Confirmed) - Removing Maps App is breaking Photos App Info section (Reported) - Adding Microsoft Games is breaking Instagram UWP App(Confirmed)
In the unattended file remove the Edition entries/tags to allow the setup to display the list of editions present in the image.
Please, share step by step order (procedures). The removing was done by using PKGSLIST.TXT or different way? Very interesting all things. Thanks in advance.
Was busy with another product development and so still haven't checked with the Edge issue yet, will do it once I do get some free time.
Hey, so when getting apx file, do I need to get all of the versions? For example Microsoft.MSPaint 2019.408.1721.0 vs 2019.717.2251.0 vs 5.1811.20017.0, which of these versions is necessary to work with LTSC 2019 (1809)? Can I just get the bundles that refer to x64 bit or is x86 & arm also necessary even though I am on x64 bit PC? I keep getting 403 - Forbidden When trying to download the bundles. Edit: I opened the links in internet explorer and they downloaded. Still not sure on what I need. Thanks Thanks Edit: I am testing on my notebook (accidentally did not download these files) but when clicking on store downloads and updates it just says "Try that again" "Page could not be loaded". So I'm guessing that store engagement is required to even get that to load? Thanks
@MSMG : Sir, If we manage to make all the updates, except the version upgrading cumulative update(s), are there any chances that other updates can bring back the removed components, etc. ? Any other updates like reliability updates or security only updates can bring back the removed components ? Thanks in advance! EDIT : Sorry, I realize that Security CU is embedded with version upgradation.
Under the spoiler, the sequence of actions Spoiler: Sequence Integrating: Microsoft DirectX 9.0c Microsoft Games Integrating: kb4524569-x64 kb4530684-x64 kb4533002-x64 Removing: Adobe Flash For Windows Internet Explorer First Logon Animation Snipping Tool Windows Media Player Windows Photo Viewer Assigned Access Customer Experience Improvement Program (CEIP) Face Recognition Kernel Debugging | Depends on: Windows Error Reporting Location Service Picture Password Pin SignIn Support Unified Telemetry Client (Asimov) | Depends on: Windows Error Reporting WiFi Network Manager (WiFi Sense) Windows Error Reporting | Needed for Out of Box Experience Windows Insider Hub Home Group MultiPoint Connector Remote Assistance Device Lockdown (Embedded Experience) Ease of Access Themes Manual Setup (InPlace Upgrade) Security Center | Depends on: Windows Defender System Restore Windows Subsystem For Linux Windows To Go Assigned Access Lock App | Depends on: Assigned Access Azure Active Directory AppX Broker Plugin Bio Enrollment App Camera Barcode Scanner Connect App Content Delivery Manager | Needed for Out of Box Experience Edge Eye Control App File Explorer App Lockscreen App Map Control Narrator QuickStart OneDrive Desktop Client Parental Controls People Bar Quick Assist App Retail Demo Content Setting Sync Skype ORTC Smart Screen | Depends on: Windows Defender Take Test App Win32 Web View Host Windows Defender App Windows Mixed Reality Xbox App Xbox Game Callable UI Xbox Identity Provider Advertising Xaml Alarms & Clock App Camera App Desktop App Installer Feedback Hub App Films & TV App Get Help App Google's VP9 WebM Video Codec Plugin Groove Music App High Efficiency Image File (HEIF) Codec Plugin Maps App | Depends on: Map Control Messaging App Microsoft Pay App Mixed Reality Portal App | Depends on: Windows Mixed Reality Mixed Reality Viewer App | Depends on: Windows Mixed Reality Mobile Plans App My Office App OneNote App Paint 3D App People App | Depends on: People Bar Print 3D App Screen Sketch App Skype App Solitaire Collection App | Depends on: Xbox Game Callable UI Sticky Notes App | Depends on: Windows Store Tips App Voice Recorder App Weather App | Depends on: Advertising Xaml Web Media Codec Plugin WebP Image Codec Plugin Windows Mail App | Depends on: Advertising Xaml Your Phone App PKGSLIST.TXT not used. Deleted one at a time (A, B, C ...) This is also better not to touch. There will be small errors, but the integrity is not affected https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-701#post-1574527
Hello, It doesn't work with Windows v2004. Error information: "Image Architecture: x64 Image Version: 10.0.19041.84.0 Image Edition: Professional Image Default Language: en-US MSMG ToolKit Commandline Helper Version: 1.0.2592.0 Error: Unsupported Windows OS Image ToolKitHelper only support Windows 10 v1809 and v1909"
Just check whether the latest version supports your purpose. Download the latest ToolKitHelper.exe ( ver :1.0.2808.0 ) & replace the default one in the folder ToolKit_v9.6 \bin. Thanks. ...