Windows 10 Imaging, Customization and Deployment

Discussion in 'Windows 10' started by arseny92, Jan 31, 2015.

  1. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    Yes, the parameters works like dism would be nice replacement :D
     
  2. ericgl

    ericgl MDL Senior Member

    Mar 10, 2011
    252
    189
    10
    Anyone got a link for the Win10 b14316 ADK?
    Latest one I've got is b14295.
     
  3. ericgl

    ericgl MDL Senior Member

    Mar 10, 2011
    252
    189
    10
  4. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. ericgl

    ericgl MDL Senior Member

    Mar 10, 2011
    252
    189
    10
    #307 ericgl, May 2, 2016
    Last edited by a moderator: Apr 20, 2017
    Up until now, I had no need to convert WIM files to ESD (usually it's the other way around).

    You can try it yourself. In your batch file, add the following code:
    Code:
    SET Logfile=%~dp0\DeployLog.txt
    SET peYEAR=%DATE:~0,4%
    SET peMONTH=%DATE:~5,2%
    SET peDAY=%DATE:~8,2%
    
    REM Initialize the DeployLog file
    TYPE nul > "%Logfile%"
    
    echo Date started: %peYEAR%/%peMONTH%/%peDAY%, %time%>> "%Logfile%"
    .
    .
    .
    echo Date Finished: %peYEAR%/%peMONTH%/%peDAY%, %time%>> "%Logfile%"
    
    Then after you've done the procedure, open the DeployLog.txt file and calculate:
    Time finished - Time Started = deployment time (or conversion time, in your case)
     
  6. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,272
    630
    60
    If needed i use
    wim2esd or esd2wim have no issue with any releases so far 14332 included.
     
  7. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    What comand can i use for convert from wim to esd with one comand? i have to convert 60 index on install.wim
    I used this one:
    "dism /Export-Image /SourceImageFile:"d:\install.wim" /SourceIndex:1 /DestinationImageFile:"C:\install.esd" /Compress:recovery" and i typed each time for every index.

    Thanks
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
  9. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    #312 Flipp3r, May 26, 2016
    Last edited by a moderator: Apr 20, 2017
    I like the simplicity of that command line! :rolleyes: Time to edit my scripts! :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    #313 kabino, Jun 1, 2016
    Last edited by a moderator: Apr 20, 2017
  11. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    Not sure. Perhaps it's because your trying to write to the root c:\. Try capturing into a subfolder. ie, c:\tmp\install.wim
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. johnseward

    johnseward MDL Novice

    May 30, 2016
    15
    0
    0
    Thanks
    very interesting and nice
     
  13. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    I always use this command, windows server 2012 too and worked perfectly
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    #317 abbodi1406, Jun 1, 2016
    Last edited by a moderator: Apr 20, 2017
    Code:
    0x80070003
    ERROR_PATH_NOT_FOUND
    The system cannot find the path specified.
    is the virtual disk vhd or vmdk?
     
  15. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    vmdk but if i mount this file with daemon tools lite, works :confused:
     
  16. frwil

    frwil MDL Addicted

    Sep 22, 2008
    542
    198
    30
    #319 frwil, Jun 18, 2016
    Last edited: Jun 18, 2016
    Meanwhile, SDK 10.1.14366.1000 is up there. ;)
     
  17. frwil

    frwil MDL Addicted

    Sep 22, 2008
    542
    198
    30
    Once again SDK was updated, this time to version 14383.
    ;)