thanks, i did that but when i opened "bootsect.exe.mui" with Notepad, it showed a lot of things and other incomprehensible information without showing me the win10 build version so here's what i did to be able to see the needed info : open the iso using 7-Zip then browse into : boot => your language => bootsect.exe.mui => .rsrc => version.txt
After mounting the ISO: Specific index for verbose info: Code: dism /Get-WimInfo /WimFile:"x:\sources\install.wim" /Index:1 General info for all contained indices: Code: dism /Get-WimInfo /WimFile:"x:\sources\install.wim" For MCT ISO use install.esd instead of *.wim.
On a clean install: After turning all the privacy stuff off, including cortana (using Windows settings on the GUI) I can't change icons in: "Choose which folders appear on Start"
Better post here (i assume you're on 17133.1): https://forums.mydigitallife.net/th...-update-official-17133-1-pc-rs4_release.76728
Doesn't it state to use that in case: Code: dism /Get-WimInfo /WimFile:"x:\sources\install.esd" /Index:1
Looks to be the wrong syntax. The correct syntax would be the following: Code: dism /Get-ImageInfo /ImageFile:"x:\sources\install.esd" /Index:1 Alternatively, you could use PowerShell: Code: Get-WindowsImage -ImagePath "x:\sources\install.esd" -Index 1 EDIT: Added PowerShell syntax.
ok i tested the command line on win7 machine and it didn't work and that's when i remembered that win7 does not support esd extension and i've just tested on win10 machine and it worked.
Not sure if you checked before posting: Code: C:\WINDOWS\system32>dism /Get-WimInfo /WimFile:"k:\sources\install.esd" /Index:1 /English Deployment Image Servicing and Management tool Version: 10.0.14393.0 Details for image : k:\sources\install.esd Index : 1 Name : Windows 10 Home Description : Windows 10 Home Size : 16.155.768.871 bytes WIM Bootable : No Architecture : x64 Hal : <undefined> Version : 10.0.17133 ServicePack Build : 1 ServicePack Level : 1 Edition : Core Installation : Client ProductType : WinNT ProductSuite : Terminal Server System Root : WINDOWS Directories : 21585 Files : 102905 Created : 25.03.2018 - 21:39:38 Modified : 27.03.2018 - 22:00:31 Languages : de-DE (Default) The operation completed successfully. Only added the /English switch for better readability. Yours gives 'Wrong Parameter' error (w/o /English switch): Code: C:\WINDOWS\system32>dism /Get-ImageInfo /ImageFile:"k:\sources\install.esd" /Index:1 /English Deployment Image Servicing and Management tool Version: 10.0.14393.0 Error: 87 An error occurred while processing the command. Ensure that the command-line arguments are valid. For more information, review the log file. The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
it depends on how your bios is configured. If your bios is configured on UEFI, use GPT as option in rufus, if it's legacy/bios, use MBR as option.
he executed the command line on win10 1607 version so maybe the problem is coming from there, running the command line gives an error from a version lower than 1709 , that's what we can conclude from both of your screens.
Conclusion: The version i posted works on all 8.1/10 systems. Yours worked in my test on 17133.1 but not on my 14393.
https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/page-83#post-1409303 MediaCreationTool and WindowsUpdateBox shares a lot of switches i can only differentiate these for MCT Code: /Selfhost /Retail /MediaLangCode /MediaArch /MediaEdition /MCTUILanguage /Action UpgradeNow CreateMedia CreateUpgradeMedia /Eula Accept Defer /Prompt Accept Defer /Download /Web /Priority High Normal AboveNormal BelowNormal