(Sorry if asked few hundred times in past pages and I couldn't notice) Is there any plan/roadmap regarding 20H2? ( I intend to postpone setup if 20H2 support won't take long )
Thank you, friend, for your kind invitation. But first, I need to do smth. with unresolved question above. Then I planed to see on behavior of 20H1 / 20H2 (soon) in general, and how it works after cutting all of these things. (I'm a new in MSMG, remebmer?) Then I have to rebuild and complete my own GPO / cmd bundles for the newer OS builds (this is a LOT of work...). Only after all of these things being done I'll try to go online on my testing machine... May be some day I'll try your forked version, but I have no chance to do it right now. Best regards! UPD: Running a scripts (cmd commands) on the early stage looks interesting for me. Is it a stock part of MSMG or this option is avalable only in your version?
I just edited this message that you answered me. I spent a few months doing exactly what you want to do. Yes all the original Stok part of the Toolkit is in Custom a, in the package there are both. The latest Toolkit and the Custom Toolkit. Most of the edited content is made up of additions and in the Tweaks part I had to change a lot to implement a question and answer system, but keeping the Menu with the individual options. Read the modifications made, everything is described in the Custom Toolkit download post. About testing: Of course I was able to make a Laptop available just for that. No worries about data. It improved the possibility of testing. Since the first modifications, more than 200 ISOS installations were created with the Toolkit so that I could understand the removals and registry changes that cause problems, before I could make something functional available. Before that, I lost about a day, to finish an ISO. Today it takes me less than 1 hour to do any ISO for Custom Editions.
@RaiyvaN Sounds pretty promising. OK, I should read more about your bundle and proposed options to understand things better. I'll post my feedback, when I try and have smth. to say. Thanks for your detailed answers!
Windows 10.0.19041.1 Core x64 1. Spoiler: Disable-feature Code: dism /image:C:\mount /disable-feature /featurename:Printing-PrintToPDFServices-Features /featurename:Windows-Defender-Default-Definitions /featurename:Printing-XPSServices-Features /featurename:SearchEngine-Client-Package /featurename:MSRDC-Infrastructure /featurename:WorkFolders-Client /featurename:Printing-Foundation-Features /featurename:Printing-Foundation-InternetPrinting-Client /featurename:MicrosoftWindowsPowerShellV2Root /featurename:MicrosoftWindowsPowerShellV2 /featurename:NetFx4-AdvSrvs /featurename:WCF-Services45 /featurename:WCF-TCP-PortSharing45 /featurename:SMB1Protocol /featurename:SMB1Protocol-Client /featurename:SMB1Protocol-Deprecation /featurename:MediaPlayback /featurename:WindowsMediaPlayer /featurename:Internet-Explorer-Optional-amd64 2. Spoiler: Enable-feature Code: dism /image:C:\mount /enable-feature /featurename:LegacyComponents /featurename:DirectPlay 3. Spoiler: Remove-package Code: dism /image:C:\mount /remove-package /packagename:Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 dism /image:C:\mount /remove-package /packagename:OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1 4. Spoiler: Remove-AppxProvisionedPackage with Powershell Code: Get-AppXProvisionedPackage -Path C:\mount | Remove-AppxProvisionedPackage -Path C:\mount 5. Spoiler: ToolKitHelper Version 1.0.3780.0 Code: MSMG ToolKit Commandline Helper Version: 1.0.3780.0 Image Version: 10.0.19041.1 Component : AdobeFlashForWindows Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : InternetExplorer Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : FirstLogonAnimation Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : GameExplorer Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : SnippingTool Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : SpeechRecognition Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... Component : WindowsPhotoViewer Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WinSAT Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : CEIP_SQM Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : FaceRecognition Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : KernelDebugging Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : LocationService Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : PicturePassword Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : PinEnrollment Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : UnifiedTelemetryClient Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WiFiNetworkManager Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsErrorReporting Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsInsiderHub Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : HomeGroup Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : MultiPointConnector Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : RemoteAssistance Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : DeviceLockdown Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : EaseOfAccessThemes Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : EasyTransfer Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : FileHistory Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... Component : SecurityCenter Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... Component : SystemRestore Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsBackup Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsFirewall Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsSubsystemForLinux Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsToGo Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... Component : AADBrokerPlugin Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : BioEnrollment Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : CallingShellApp Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : CBSPreview Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : ContentDeliveryManager Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : ECApp Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : EdgeDevToolsClient Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : Edge Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : FileExplorer Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : LockApp Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : MapControl Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : NarratorQuickStart Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : OneDrive Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : ParentalControls Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : PeopleExperienceHost Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... Component : RetailDemoContent Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : SettingSync Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : SkypeORTC Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : SmartScreen Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : Win32WebViewHost Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsDefender Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsMixedReality Removing Package files... Modifying Package Registry... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : WindowsReaderPDF Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : XboxGameCallableUI Removing Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... Component : WindowsStore Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. Component : XboxApp Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... The specified component has already been removed... Press any key to continue . . . Last edited: added Cleanup. 6. Spoiler: Cleanup Code: Microsoft Windows [Version 10.0.19041.1] (c) 2019 Microsoft Corporation. All rights reserved. C:\Windows\system32>dism /image:C:\Mount /cleanup-image /startcomponentcleanup Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. C:\Windows\system32> Microsoft Windows [Version 10.0.19041.1] (c) 2019 Microsoft Corporation. All rights reserved. C:\Windows\system32>sfc /scannow /offbootdir=C:\mount /offwindir=C:\mount\windows Beginning system scan. This process will take some time. Windows Resource Protection did not find any integrity violations. C:\Windows\system32>
Basicamente tu podes traduzir todas (dentre mais de 30000) as linhas de código que começam, com "echo." ou somente "echo". sem aspas. Apenas não traduza o comando "echo" para "eco". Basically you can translate all (out of more than 30000) the lines of code that start with "echo." or just "echo". without quotes. Just don't translate the "echo" command to "eco". From echo.Apply Custom Tweaks Selection To echo.Aplicar Selecao Personalizada de Ajustes Remova os caracteres especiais das palavras em português. Ex: "Seleção". Os caracteres aparecerão diferentes se você manter acentos cidilha, etc. Então mantenha "Selecao". Remove special characters from Portuguese words. Ex: "Seleção" ("Selection"). The characters will appear different if you keep scent accents, etc. Then keep "Selecao". Só para você saber como seria, da maneira mais difícil. Ou seja, há coisas que devem ser realizadas através do "Faça Você Mesmo". Just so you know what it would be like, in the hardest way. That is, there are things that must be accomplished through "Do It Yourself - DIY". Que nickname loco, hehehehe What a crazy nickname, hehehehe
Created a Batch Script about the same with some changes . Script Worked Perfectly on Win10 19041.450 ISO. https://forums.mydigitallife.net/th...tem-apps-ownership-script.82116/#post-1619511 Thanks a lot.
I'm tou trying to use my head but I can't get my knowledge very little if I can help thank you very much
@ALL RMB -> Open with... -> More apps Still not working. Adding "FileExplorer" app to the image doesn't help. Any suggestions? What are dependecies? Question is here: https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-822#post-1619341 @mdl052020 & @MSMG Basicly, it would be nice to have: 1) Inside MSMG bundle: an option to delete Windows Features (not disable only) & wider list of Windows Capabilities (add these new ones, by @Ace2 & @mdl052020, if they are OK) 2) Inside MSMG bundle: Template file for PowerShell commands insertion (not only *.reg files) for early start tweaking 2) Inside MSMG bundle: Template file for cmd commands insertion (not only *.reg files) for early start tweaking 4) Topic inside the thread: "Apps & Packs : Save to delete. Short Descriptions. Dependecies."
1)But there is this option through removal by lists, in the Option by DISM command. In the option of removal by list by command ToolkitHelper, the removal is not complete, as it maintains the requirements for other system functionality (destination very addressed by @MSMG), that is, it offers a safer removal. 2 and 3) In case I got it right, I'll just report what I did, but over time, I ended up changing my mind: I used several configuration scripts triggered by commands inserted in the "setupcomplete.cmd" file that started before the installation was completed. However, I started to realize that all the modifications I wanted to apply can be inserted directly into the image "install.wim". In this way, the facilities would become more stable. So, I added the changes to the Custom Toolkit and eliminated the use of "setupcomplete.cmd". Of course it is useful for many things (for example: installing software in silent mode), but in my case, I don't need it anymore... My fever has passed, leaving ISOS ready with all the added software, because eventually I I would have to finish a clean installation and go through the trouble of updating all the software again. So, I currently prefer to keep a USB stick with my apps up to date and install the latest versions manually. 4) in the menus this brief description is available, and varies depending on the version of Windows. In the lists, there were some descriptions in the old versions of the Toolkit. But in order to increase the speed of removal of components through lists, the code has been modified. But in order to read the list without problems, so I understood the descriptions inside the templates lost their support and had to be removed. Before, each removed component was applied to all indexes, and the cycle was repeated for the next component, and so on. Today, all selected components are removed at once in each index and the removal is completed. This allowed for a reduction in removal time. You can test the old versions, to better visualize these differences. Remembering to use the correct template, according to the Toolkit version. I don't remember exactly which version the Template Layout changed.