1. venejo

    venejo MDL Member

    Oct 2, 2011
    248
    107
    10
    This build(s) from the beginning always used to wake up my pc all the time.
    Early in the mornings, 5-10 after i have suspended it e.t.c
    The only thing that seems to work is when i disable in the active power saving plan, the wake up timers
    but i don't know if this is good since it disables everything in that area.
    Code:
    C:\Users\username>powercfg -lastwake
    Wake History Count - 1
    Wake History [0]
      Wake Source Count - 1
      Wake Source [0]
        Type: Wake Timer
        Owner: [SERVICE] \Device\HarddiskVolume1\Windows\System32\svchost.exe (SystemEventsBroker)
        Owner Supplied Reason: Τα Windows θα εκτελέσουν την προγραμματισμένη εργασία 'NT TASK\Microsoft\Windows\UpdateOrchestrator\Universal Orchestrator Idle Start' που απαίτησε ενεργοποίηση του υπολογιστή.
    
    C:\Windows\system32>Powercfg -waketimers
    Timer set by [SERVICE] \Device\HarddiskVolume1\Windows\System32\svchost.exe (SystemEventsBroker) expires at 12:27:30 πμ on 24/2/2020.
      Reason: Τα Windows θα εκτελέσουν την προγραμματισμένη εργασία 'NT TASK\Microsoft\Windows\UpdateOrchestrator\Universal Orchestrator Start' που απαίτησε ενεργοποίηση του υπολογιστή.
    
    Timer set by [PROCESS] \Device\HarddiskVolume1\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\StartMenuExperienceHost.exe expires at 12:27:30 πμ on 24/2/2020.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
  3. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
    Mail and Calendar app icons in 18363.657 updated to the same as in 19569.
     
  4. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,204
    978
    90
    #7444 LiteOS, Feb 25, 2020
    Last edited: Feb 25, 2020
    bug report:
    deploy image to ramdisk that goes full
    make explorer stuck and task manager not opening
    had to reset cos reboot or signing out not execing

    sry but windows 10 getting worse and worse
     
  5. #7445 Deleted member 1254778, Feb 25, 2020
    Last edited by a moderator: Feb 25, 2020
    - deleted -
     
  6. EaglePC

    EaglePC MDL Expert

    Feb 13, 2012
    1,147
    471
    60
    anyone notice today updating apps from store new icons in 1909
     
  7. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,705
    450
  9. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    LCU kb4535996 in x86 looks like broke up some dism set-edition function.

    error massage shows can’t find key.

    tested image x86 .693 professional (tested twice)
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,705
    450
    @ananhaid
    All possible editions can be created from home, except the, actually useless, IoT Enterprise edition:
    Code:
    
    H:\Win_10_AiO>echo  2:18:49,34
     2:18:49,34
    
    H:\Win_10_AiO>REM Core
    
    H:\Win_10_AiO>Bin\imagex /flags "Core" /info "AiO\x86\Sources\install.wim" 1 "Win 10 (1909 19H2) Home x86 en-US (18363.693)" "Win 10 (1909 19H2) Home x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Home x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Home x86 en-US (18363.693)]
    
    Successfully set image flags: [Core]
    
    
    
    H:\Win_10_AiO>REM Creating CSL
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:CoreSingleLanguage /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "CoreSingleLanguage" /info "AiO\x86\Sources\install.wim" 2 "Win 10 (1909 19H2) Home-SL x86 en-US (18363.693)" "Win 10 (1909 19H2) Home-SL x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Home-SL x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Home-SL x86 en-US (18363.693)]
    
    Successfully set image flags: [CoreSingleLanguage]
    
    
    
    H:\Win_10_AiO>REM Creating Pro
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:Professional /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.693
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.693
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "Professional" /info "AiO\x86\Sources\install.wim" 3 "Win 10 (1909 19H2) Professional x86 en-US (18363.693)" "Win 10 (1909 19H2) Professional x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Professional x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Professional x86 en-US (18363.693)]
    
    Successfully set image flags: [Professional]
    
    
    
    H:\Win_10_AiO>REM Creating Edu
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:Education /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.693
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.693
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "Education" /info "AiO\x86\Sources\install.wim" 4 "Win 10 (1909 19H2) Education x86 en-US (18363.693)" "Win 10 (1909 19H2) Education x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Education x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Education x86 en-US (18363.693)]
    
    Successfully set image flags: [Education]
    
    
    
    H:\Win_10_AiO>REM Creating Pro-Edu
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:ProfessionalEducation /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.693
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.693
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "ProfessionalEducation" /info "AiO\x86\Sources\install.wim" 5 "Win 10 (1909 19H2) Pro-Education x86 en-US (18363.693)" "Win 10 (1909 19H2) Pro-Education x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Pro-Education x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Pro-Education x86 en-US (18363.693)]
    
    Successfully set image flags: [ProfessionalEducation]
    
    
    
    H:\Win_10_AiO>REM Creating Pro-Work
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:ProfessionalWorkstation /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.693
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.693
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "ProfessionalWorkstation" /info "AiO\x86\Sources\install.wim" 6 "Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.693)" "Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.693)]
    
    Successfully set image flags: [ProfessionalWorkstation]
    
    
    
    H:\Win_10_AiO>REM Creating Ent
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:Enterprise /Channel:Volume
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.693
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.693
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "Enterprise" /info "AiO\x86\Sources\install.wim" 7 "Win 10 (1909 19H2) Enterprise x86 en-US (18363.693)" "Win 10 (1909 19H2) Enterprise x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Enterprise x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) Enterprise x86 en-US (18363.693)]
    
    Successfully set image flags: [Enterprise]
    
    
    
    H:\Win_10_AiO>REM Creating IoTEnt
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:IoTEnterprise /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.693
    
    
    Error: 13
    
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "IoTEnterprise" /info "AiO\x86\Sources\install.wim" 8 "Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.693)" "Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.693)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.693)]
    
    Successfully set image description: [Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.693)]
    
    Successfully set image flags: [IoTEnterprise]
    
    
    
    H:\Win_10_AiO>setlocal EnableDelayedExpansion
    
    H:\Win_10_AiO>for /F "tokens=3 delims=: " %i in ('Bin\wimlib-imagex info AiO\x86\Sources\install.wim | findstr /c:"Image Count"') do set images=%i
    
    H:\Win_10_AiO>set images=8
    
    H:\Win_10_AiO>for /L %i in (1 1 8) do (
    for /F "tokens=3 delims=<>" %a in ('Bin\imagex /info AiO\x86\Sources\install.wim %i | find /i "<HIGHPART>"') do set "HIGHPART=%a"
     for /F "tokens=3 delims=<>" %a in ('Bin\imagex /info AiO\x86\Sources\install.wim %i | find /i "<LOWPART>"') do set "LOWPART=%a"
     Bin\wimlib-imagex info AiO\x86\Sources\install.wim %i --image-property CREATIONTIME/HIGHPART=!HIGHPART! --image-property CREATIONTIME/LOWPART=!LOWPART!  1>nul
    )
    
    H:\Win_10_AiO>(
    for /F "tokens=3 delims=<>" %a in ('Bin\imagex /info AiO\x86\Sources\install.wim 1 | find /i "<HIGHPART>"') do set "HIGHPART=%a"
     for /F "tokens=3 delims=<>" %a in ('Bin\imagex /info AiO\x86\Sources\install.wim 1 | find /i "<LOWPART>"') do set "LOWPART=%a"
     Bin\wimlib-imagex info AiO\x86\Sources\install.wim 1 --image-property CREATIONTIME/HIGHPART=!HIGHPART! --image-property CREATIONTIME/LOWPART=!LOWPART!  1>nul
    )
    
    H:\Win_10_AiO>set "HIGHPART=0x01D5EF5D"
    
    H:\Win_10_AiO>set "HIGHPART=0x01D5EF67"
    
    H:\Win_10_AiO>set "LOWPART=0x84F592A7"
    
    H:\Win_10_AiO>set "LOWPART=0x5CD0E3D3"
    
    ................
    
    H:\Win_10_AiO>echo  2:33:10,17
     2:33:10,17
    
    H:\Win_10_AiO>Bin\wimlib-imagex optimize AiO\x86\sources\install.wim
    "AiO\x86\sources\install.wim" original size: 2850501 KiB
    Using LZX compression with 8 threads
    Archiving file data: 6181 MiB of 6181 MiB (100%) done
    "AiO\x86\sources\install.wim" optimized size: 2828485 KiB
    Space saved: 22016 KiB
    
    H:\Win_10_AiO>pause
    Press any key to continue . . .
    Same for 18363.657:
    Code:
    
    H:\Win_10_AiO>echo  2:55:14,66
     2:55:14,66
    
    H:\Win_10_AiO>REM Core
    
    H:\Win_10_AiO>Bin\imagex /flags "Core" /info "AiO\x86\Sources\install.wim" 1 "Win 10 (1909 19H2) Home x86 en-US (18363.657)" "Win 10 (1909 19H2) Home x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Home x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Home x86 en-US (18363.657)]
    
    Successfully set image flags: [Core]
    
    
    
    H:\Win_10_AiO>REM Creating CSL
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:CoreSingleLanguage /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "CoreSingleLanguage" /info "AiO\x86\Sources\install.wim" 2 "Win 10 (1909 19H2) Home-SL x86 en-US (18363.657)" "Win 10 (1909 19H2) Home-SL x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Home-SL x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Home-SL x86 en-US (18363.657)]
    
    Successfully set image flags: [CoreSingleLanguage]
    
    
    
    H:\Win_10_AiO>REM Creating Pro
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:Professional /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.657
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.657
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "Professional" /info "AiO\x86\Sources\install.wim" 3 "Win 10 (1909 19H2) Professional x86 en-US (18363.657)" "Win 10 (1909 19H2) Professional x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Professional x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Professional x86 en-US (18363.657)]
    
    Successfully set image flags: [Professional]
    
    
    
    H:\Win_10_AiO>REM Creating Edu
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:Education /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.657
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.657
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "Education" /info "AiO\x86\Sources\install.wim" 4 "Win 10 (1909 19H2) Education x86 en-US (18363.657)" "Win 10 (1909 19H2) Education x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Education x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Education x86 en-US (18363.657)]
    
    Successfully set image flags: [Education]
    
    
    
    H:\Win_10_AiO>REM Creating Pro-Edu
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:ProfessionalEducation /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.657
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.657
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "ProfessionalEducation" /info "AiO\x86\Sources\install.wim" 5 "Win 10 (1909 19H2) Pro-Education x86 en-US (18363.657)" "Win 10 (1909 19H2) Pro-Education x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Pro-Education x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Pro-Education x86 en-US (18363.657)]
    
    Successfully set image flags: [ProfessionalEducation]
    
    
    
    H:\Win_10_AiO>REM Creating Pro-Work
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:ProfessionalWorkstation /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.657
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.657
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "ProfessionalWorkstation" /info "AiO\x86\Sources\install.wim" 6 "Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.657)" "Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Pro-Workstation x86 en-US (18363.657)]
    
    Successfully set image flags: [ProfessionalWorkstation]
    
    
    
    H:\Win_10_AiO>REM Creating Ent
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:Enterprise /Channel:Volume
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.18362.657
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.18362.657
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "Enterprise" /info "AiO\x86\Sources\install.wim" 7 "Win 10 (1909 19H2) Enterprise x86 en-US (18363.657)" "Win 10 (1909 19H2) Enterprise x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) Enterprise x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) Enterprise x86 en-US (18363.657)]
    
    Successfully set image flags: [Enterprise]
    
    
    
    H:\Win_10_AiO>REM Creating IoTEnt
    
    H:\Win_10_AiO>Dism /mount-wim /wimfile:AiO\x86\Sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>dism /Image:C:\Mount /Set-Edition:IoTEnterprise /Channel:Retail
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 10.0.18363.657
    
    
    Error: 13
    
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    H:\Win_10_AiO>dism /Unmount-Image /MountDir:C:\Mount /Commit /Append
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    H:\Win_10_AiO>Bin\imagex.exe /flags "IoTEnterprise" /info "AiO\x86\Sources\install.wim" 8 "Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.657)" "Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.657)"
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.657)]
    
    Successfully set image description: [Win 10 (1909 19H2) IoTEnterprise x86 en-US (18363.657)]
    
    Successfully set image flags: [IoTEnterprise]
    
    
    
    H:\Win_10_AiO>setlocal EnableDelayedExpansion
    
    H:\Win_10_AiO>for /F "tokens=3 delims=: " %i in ('Bin\wimlib-imagex info AiO\x86\Sources\install.wim | findstr /c:"Image Count"') do set images=%i
    
    H:\Win_10_AiO>set images=8
    
    H:\Win_10_AiO>for /L %i in (1 1 8) do (
    for /F "tokens=3 delims=<>" %a in ('Bin\imagex /info AiO\x86\Sources\install.wim %i | find /i "<HIGHPART>"') do set "HIGHPART=%a"
     for /F "tokens=3 delims=<>" %a in ('Bin\imagex /info AiO\x86\Sources\install.wim %i | find /i "<LOWPART>"') do set "LOWPART=%a"
     Bin\wimlib-imagex info AiO\x86\Sources\install.wim %i --image-property CREATIONTIME/HIGHPART=!HIGHPART! --image-property CREATIONTIME/LOWPART=!LOWPART!  1>nul
    )
    
    .....................
    
    H:\Win_10_AiO>echo  3:09:51,74
     3:09:51,74
    
    H:\Win_10_AiO>Bin\wimlib-imagex optimize AiO\x86\sources\install.wim
    "AiO\x86\sources\install.wim" original size: 2838628 KiB
    Using LZX compression with 8 threads
    Archiving file data: 6156 MiB of 6156 MiB (100%) done
    "AiO\x86\sources\install.wim" optimized size: 2816897 KiB
    Space saved: 21730 KiB
    
    H:\Win_10_AiO>pause
    Press any key to continue . . .
    
     
  11. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    Professional get-targeteditions show can be iotE
    Just .693 packaged got error.

    try professional x86
     
  12. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    and set servrdsh no error
     
  13. bfoos

    bfoos MDL Guide Dog

    Jun 15, 2008
    757
    701
    30
    Serverdsh is not IoT Enterprise.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,705
    450
    #7456 Enthousiast, Mar 1, 2020
    Last edited: Mar 1, 2020
    (OP)
    I always use Home as source for all other SKUs, 18363.657/693 pro will have the exact same target editions and will probably fail for IoT enterprise too.

    IoT enterprise is useless, normal Enterprise is better, it can be HWID or KMS activated and there is no other difference.

    Target editions from Home:
    Code:
    Target Edition : CoreSingleLanguage
    Target Edition : Professional
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : IoTEnterprise
    Target Edition : Enterprise
     
  15. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    Code:
    C:\WINDOWS\system32>dism /english /Export-Image /SourceImageFile:"D:\test\test.wim" /SourceIndex:2 /DestinationImageFile:"D:\test\wimtemp.wim" /Compress:max
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /Mount-Image /ImageFile:"D:\test\wimtemp.wim" /index:1 /MountDir:"D:\test\test"
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /Set-Edition:ServerRdsh
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    
    Error: 13
    
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /get-targeteditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    Editions that can be upgraded to:
    
    Target Edition : CoreSingleLanguage
    Target Edition : Professional
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : IoTEnterprise
    Target Edition : Enterprise
    
    The operation completed successfully.
    
    Home Edition still error even serverrdsh.(professional to rdsh no error)
    Code:
    C:\WINDOWS\system32>dism /english /Export-Image /SourceImageFile:"D:\test\test.wim" /SourceIndex:1 /DestinationImageFile:"D:\test\wimtemp.wim" /Compress:max
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /Mount-Image /ImageFile:"D:\test\wimtemp.wim" /index:1 /MountDir:"D:\test\test"
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /Set-Edition:ServerRdsh
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /get-targeteditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : IoTEnterprise
    Target Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /Set-Edition:IoTEnterprise
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    
    Error: 13
    
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /Set-Edition:ProfessionalSingleLanguage
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    
    Error: 13
    
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    C:\WINDOWS\system32>dism /english /Image:"D:\test\test" /Set-Edition:ProfessionalCountrySpecific
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18363.693
    
    
    Error: 13
    
    The specified product key could not be validated.
    Check that the specified product key is valid and that it matches the target edition.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
     
  16. KAKUxPL

    KAKUxPL MDL Novice

    Jun 30, 2018
    13
    3
    0
    I would like the latest final Windows 10 Consummer Edition 1909 SAC (Polish x64), the links have expired. Alternatively how and where should I download. :)
     
  17. #7460 Deleted member 1254778, Mar 1, 2020
    Last edited by a moderator: Mar 1, 2020