Yes. This is what i need, but in spanish language. In your first post: Windows Pro to Enterprise G (no LTSC). Do you remember?! And bloatware free, no craps, no bulls**t...Convert one edition in another that exist, nonsens. If you can help me to make a Enterprise G (your first propose), but in spanish, really apreciate.
Sorry, I stop participating in that topic. Please search help from here. https://forums.mydigitallife.net/threads/windows-10-global-edition-vs-china-government.80933/
ProfessionalN: can create 25 EnterpriseSN Professional: can create 38 EnterpriseSN (needs removing Windows Media Player package) So, if your language is one of these: ar-sa es-mx fr-ca he-il ja-jp pt-br sr-latn-rs th-th tr-tr uk-ua ru-ru zh-cn zh-tw You need Professional to create Enterprise N LTSC.
Q: How to remove specific Provisioned App Packages in a script applicable to all similar versions? A: dir /b "mount\Program Files\WindowsApps\*549981C3F5F10*neutral_~_8wekyb3d8bbwe" > Temp\AppDel.txt dir /b "mount\Program Files\WindowsApps\*GetHelp*neutral_~_8wekyb3d8bbwe" >> Temp\AppDel.txt dir /b "mount\Program Files\WindowsApps\*Getstarted*neutral_~_8wekyb3d8bbwe" >> Temp\AppDel.txt dir /b "mount\Program Files\WindowsApps\*Microsoft3DViewer*neutral_~_8wekyb3d8bbwe" >> Temp\AppDel.txt dir /b "mount\Program Files\WindowsApps\*MixedReality*neutral_~_8wekyb3d8bbwe" >> Temp\AppDel.txt dir /b "mount\Program Files\WindowsApps\*WindowsFeedbackHub*neutral_~_8wekyb3d8bbwe" >> Temp\AppDel.txt for /f %%x in ('findstr /i . Temp\AppDel.txt 2^>nul') do ( echo. echo Removing %%x dism /english /quiet /image:mount /Remove-ProvisionedAppxPackage /Packagename:%%x ) For example: from 19041.1 to 20150.1000 EnterpriseG Spoiler Current edition is: EnterpriseG Removing Microsoft.549981C3F5F10_2.2005.5739.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.GetHelp_10.2002.31051.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.Getstarted_9.7.31491.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.MixedReality.Portal_2000.20031.1202.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsFeedbackHub_2020.527.454.0_neutral_~_8wekyb3d8bbwe Unmounting image install.wim of 10.0.20150.1000 Windows 10 Enterprise G in en-US has been created successfully
For complete WIM Information, you may go to MSMG for the solution. https://forums.mydigitallife.net/threads/msmg-toolkit.50572/
Package~31bf3856ad364e35~amd64~~10.0.17763.1 dism /image:C:\mount /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.17763.1 dism /image:C:\mount /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.17763.1 dism /image:C:\mount /cleanup-image /startcomponentcleanup Added: [versions amd64~~10.0.17763.1] dism /image:C:\mount /add-package /packagepath:C:\en-US\microsoft-windows-client-languagepack-package_en-us-amd64-en-us\update.mum dism /image:C:\mount /add-package /packagepath:C:\en-US\microsoft-windows-languagefeatures-handwriting-en-us-package-amd64\update.mum dism /image:C:\mount /add-package /packagepath:C:\en-US\microsoft-windows-languagefeatures-ocr-en-us-package-amd64\update.mum dism /image:C:\mount /add-package /packagepath:C:\en-US\microsoft-windows-languagefeatures-speech-en-us-package-amd64\update.mum dism /image:C:\mount /add-package /packagepath:C:\en-US\microsoft-windows-languagefeatures-texttospeech-en-us-package-amd64\update.mum dism /image:C:\mount /add-package /packagepath:C:\en-US\microsoft-windows-languagefeatures-basic-en-us-package-amd64\update.mum Set en-US: dism /image:C:\mount /set-allintl:en-US dism /image:C:\mount /set-timezone:"Pacific Standard Time" dism /image:C:\mount /get-intl dism /image:C:\mount /cleanup-image /startcomponentcleanup deleted C:\mount\sources replaced C:\mount\Windows\System32\Recovery\winre.wim & ReAgent.xml with en-US versions. dism /unmount-image /mountdir:C:\mount /commit Applied install.wim to D:\ with gimagex_x64.exe[/CODE] AFTER Installation: Code: SET / Settings / Time & Language / Region / Country or region / United States / SET / Settings / Time & Language / Language / Add a preferred language / English (United States) REMOVED / Chinese settings. Added to Registry: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "EditionSubManufacturer"="Shenzhou Network Information Technology Co., Ltd." "EditionSubstring"="Digital China Government Edition" "RegisteredOrganization"="Shenzhou Network Information Technology Co., Ltd." works perfect for me.[/QUOTE] Can you upload a language-pack.en-us.mum , winre.wim and Reagent.xml en-us, which one have you used to modify ?
Q: How to directly create a lite SKU image without the need of 3rd-party tools afterwards. The Windows Starter edition only includes few Features. 15063.0 Starter for example.( Long list. Actually several Features only.) Spoiler -------------------------------------- | ----------------------------- Feature Name | State -------------------------------------- | ----------------------------- Microsoft-Windows-HyperV-Guest-Package | Enabled LegacyComponents | Disabled DirectPlay | Disabled SimpleTCP | Disabled SNMP | Disabled WMISnmpProvider | Disabled MicrosoftWindowsPowerShellV2Root | Enabled MicrosoftWindowsPowerShellV2 | Enabled Windows-Identity-Foundation | Disabled Microsoft-Windows-Subsystem-Linux | Disabled NetFx3 | Disabled with Payload Removed IIS-WebServerRole | Disabled IIS-WebServer | Disabled IIS-CommonHttpFeatures | Disabled IIS-HttpErrors | Disabled IIS-HttpRedirect | Disabled IIS-ApplicationDevelopment | Disabled IIS-NetFxExtensibility | Disabled IIS-NetFxExtensibility45 | Disabled IIS-HealthAndDiagnostics | Disabled IIS-HttpLogging | Disabled IIS-LoggingLibraries | Disabled IIS-RequestMonitor | Disabled IIS-HttpTracing | Disabled IIS-Security | Disabled IIS-URLAuthorization | Disabled IIS-RequestFiltering | Disabled IIS-IPSecurity | Disabled IIS-Performance | Disabled IIS-HttpCompressionDynamic | Disabled IIS-WebServerManagementTools | Disabled IIS-ManagementScriptingTools | Disabled IIS-IIS6ManagementCompatibility | Disabled IIS-Metabase | Disabled WAS-WindowsActivationService | Disabled WAS-ProcessModel | Disabled WAS-NetFxEnvironment | Disabled WAS-ConfigurationAPI | Disabled IIS-HostableWebCore | Disabled WCF-HTTP-Activation | Disabled WCF-NonHTTP-Activation | Disabled WCF-Services45 | Enabled WCF-HTTP-Activation45 | Disabled WCF-TCP-Activation45 | Disabled WCF-Pipe-Activation45 | Disabled WCF-MSMQ-Activation45 | Disabled WCF-TCP-PortSharing45 | Enabled NetFx4-AdvSrvs | Enabled NetFx4Extended-ASPNET45 | Disabled MediaPlayback | Enabled WindowsMediaPlayer | Enabled Printing-PrintToPDFServices-Features | Enabled Printing-XPSServices-Features | Enabled RasRip | Disabled MSRDC-Infrastructure | Enabled SearchEngine-Client-Package | Enabled TelnetClient | Disabled TFTP | Disabled Xps-Foundation-Xps-Viewer | Enabled WorkFolders-Client | Enabled SMB1Protocol | Enabled Internet-Explorer-Optional-amd64 | Enabled MSMQ-Container | Disabled MSMQ-Server | Disabled MSMQ-Triggers | Disabled MSMQ-Multicast | Disabled MSMQ-DCOMProxy | Disabled Printing-Foundation-Starter-Features | Enabled FaxServicesClientPackage | Enabled The operation completed successfully. For example, how to create Enterprise LTSC in Starter style?