Only fods and lp. It is impossible to difffer the langpacks of them out. Also they are small cabs that won't exceed 50mb. The xxx_xx-xx.esd are the big ones.
Total filesize is about 5GB, and there're about 3300 files (not including UUP files, fods only.) At least average filesize is really low (this value does not even exceed 2mb.) But still, I think all of these fods are not needed for unstaged.
It's right just 3037 in total... something around 5.58GB And there are few that have more than 50mb...
I would suggest also adding support for other builds, such as 17763 or 1904x, but I guess that could be done manually with the existing script by changing a few values. Would be nice to see 17763 unstaged, as it even has the Cloud SKU.
Easy. just change amd64fre to x86fre or arm64fre. Tried changing 17763's branch and full build name to 19041's , it works To 21390, doesn't work.
Correction:17763 DOES have fods on uup. I searched notepad, not found. Turns out it ISN'T fod. Sorry guys
Converted Windows 10 boot.wim Version 2004 (OS Build 19041.1) to Window 10 Professional using untouched install.wim Version 2004 (OS Build 19041.1) & Microsoft-Windows-Client-LanguagePack-Package_en-us~31bf3856ad364e35~amd64~en-us~_3803e7a2.esd Based on owouwu stage from source [stageSxS-principalis] & gailium119 [tweak.cmd] All credit go to owouwu & gailium119. Spoiler: Converted Windows 10 boot.wim Code: [----------] modded makeall.cmd @echo off rd /q /s C:\config\out rd /q /s D:\Windows\System32\config md out call gen.cmd COMPONENTS COMPONENTS.txt call gen.cmd DRIVERS DRIVERS.txt call gen.cmd SOFTWARE SOFTWARE.txt call gen.cmd SYSTEM SYSTEM.txt call gen.cmd BBI EMPTY.txt call gen.cmd DEFAULT EMPTY.txt call gen.cmd ELAM EMPTY.txt call gen.cmd SAM EMPTY.txt call gen.cmd SECURITY EMPTY.txt call gen.cmd NTUSER.DAT EMPTY.txt call gen.cmd SCHEMA.DAT EMPTY.txt md D:\Windows\System32\config copy /Y C:\config\out\COMPONENTS D:\Windows\System32\config copy /Y C:\config\out\DRIVERS D:\Windows\System32\config copy /Y C:\config\out\SOFTWARE D:\Windows\System32\config copy /Y C:\config\out\SYSTEM D:\Windows\System32\config copy /Y C:\config\out\BBI D:\Windows\System32\config copy /Y C:\config\out\DEFAULT D:\Windows\System32\config copy /Y C:\config\out\ELAM D:\Windows\System32\config copy /Y C:\config\out\SAM D:\Windows\System32\config copy /Y C:\config\out\SECURITY D:\Windows\System32\config REM copy /Y C:\config\out\NTUSER.DAT D:\Users\Default REM copy /Y C:\config\out\SCHEMA.DAT D:\Windows\System32\SMI\Store\Machine pause [----------] modded tweak.cmd @Echo Off md D:\\Windows\Setup\State echo:[State]>D:\Windows\Setup\State\State.ini echo:ImageState=IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE>>D:\Windows\Setup\State\State.ini Reg load HKLM\S D:\Windows\System32\config\SOFTWARE Reg.exe add "HKLM\S\Microsoft\Windows\CurrentVersion\Setup\State" /v "ImageState" /t REG_SZ /d "IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE" /f Reg.exe add "HKLM\S\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /v "CreateNewWindowsVersion" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\S\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /v "DisableResetbase" /t REG_DWORD /d "0" /f Reg.exe add "HKLM\S\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /v "DontRunPoqexecInSmss" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\S\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /v "MobileStoreVersion" /t REG_DWORD /d "2" /f Reg.exe add "HKLM\S\Microsoft\Windows NT\CurrentVersion" /v "PathName" /t REG_SZ /d "X:\Windows" /f Reg unload HKLM\S pause [----------] 1.xml <package action="install"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <source location="C:\mount\Windows\WinSxS\Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1.mum" /> 2.xml <package action="stage"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> [----------] addons.cmd @echo off dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum pause dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-NetFx4-US-OC-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-NetFx4-US-OC-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum pause dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum dism /image:D:\ /add-package /packagepath:C:\mount\Windows\WinSxS\Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum pause dism /image:D:\ /add-package /packagepath:C:\Microsoft-Windows-Client-LanguagePack-Package_en-us~31bf3856ad364e35~amd64~en-us~_3803e7a2.esd pause [----------] RESULTS: Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Press any key to continue . . . Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-NetFx4-US-OC-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-NetFx4-US-OC-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Press any key to continue . . . Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Press any key to continue . . . Deployment Image Servicing and Management tool Version: 10.0.19041.1 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Press any key to continue . . . [----------] Sessions.xml <?xml version="1.0" encoding="utf-8" ?> <Sessions> <Session version="8.0" id="732_9023187" client="DISM Package Manager Provider" options="0" currentPhase="1" lastSuccessfulState="Complete" pendingFollower="false" retry="false" operationCovered="32768" correlationVector="acK2VrjDwEyXEdKv.1" Queued="2022/03/26/15:24:39" Started="2022/03/26/15:24:39" Complete="2022/03/26/15:24:50" status="0x0"> <Tasks> <Phase seq="1"> <package id="Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1" name="Windows Professional Edition" targetState="Staged" options="4"/> </Phase> </Tasks> <Actions> <Phase seq="1" rebootRequired="false"> </Phase> </Actions> </Session> </Sessions> [----------] Window 10 Professional setup and running Great.
I don't really understand what's happening in SxSStage script. I get one of these errors no matter what I do: Code: Deployment Image Servicing and Management tool Version: 10.0.17763.1697 Error: 2 The request is not supported. Code: Deployment Image Servicing and Management tool Version: 10.0.17763.1697 Image Version: 10.0.22000.1 Error: 0x80004003 DISM failed. No operation was performed. For more information, review the log file. @gailium119, I'm waiting for these errors to be fixed in SxSStageV4 as soon as possible.