Windows 10 Imaging, Customization and Deployment

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

  1. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,272
    630
    60
    then use the DISM commands to capture.
    sample:
    Dism /Capture-Image /ImageFile:x:\my-windows-partition.wim /CaptureDir:X:\ /Name:"My Windows partition"
     
  2. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    There's supposedly a new ADK for Windows 10 Build 1511. Does anyone know where the link is?
    I seem to only find the old build...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. LuCeR0

    LuCeR0 MDL Novice

    Aug 16, 2012
    42
    24
    0
    #243 LuCeR0, Nov 10, 2015
    Last edited: Nov 10, 2015

    Windows ADK for Windows10 version 10.1.10586.0



    ADK: hxxp://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/adksetup.exe
    WDK: hxxp://download.microsoft.com/download/C/E/1/CE19C726-6036-4443-845B-A652B0F48CD7/wdk/wdksetup.exe
    SDK: hxxp://download.microsoft.com/download/9/0/B/90B9A880-C3F8-43FB-B8F9-E4D4BFB5C85F/standalonesdk/sdksetup.exe
    HLK: htxxp://download.microsoft.com/download/B/5/9/B5998C2A-82F3-4B6A-85D4-76594E751A2A/hlk/hlksetup.exe
     
  4. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    #244 LiteOS, Nov 10, 2015
    Last edited by a moderator: Apr 20, 2017
    nm
    change os and now i can download it :)

    edit:
    someone know how to make ramdisk work with dism mount in windows 7 ?

    Code:
    Z:\>dism\dism /Mount-Wim /WimFile:install.wim /index:1 /MountDir:temp /ScratchDir:.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    
    Error: 3
    
    The system cannot find the path specified.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log

    Code:
    Z:\>dir
     Volume in drive Z is RAMDISK
     Volume Serial Number is DE25-10F5
    
     Directory of Z:\
    
    11/11/2015  12:09 AM    <DIR>          DISM
    11/11/2015  12:11 AM     3,301,529,167 install.wim
    11/11/2015  12:09 AM    <DIR>          TEMP
                   1 File(s)  3,301,529,167 bytes
                   2 Dir(s)  13,371,953,152 bytes free
    nm
    windows 7 with new adk break the image :S
     
  5. GHeimnis

    GHeimnis MDL Member

    Jun 18, 2011
    126
    60
    10
    A little bit Off Topic ... but I've haven't this never seen before

    I've copied the links and pasted them in to IE Address-Bar and the Internet Explorer makes the change from hxxp to http by itself and has downloaded the first three files without demand.
    The last one with the typo (htxxp), I was asked by W10, how I would like to open this link / file ...

    I think, that's nice
     
  6. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    Hey guys, I'm having issues with the RESET feature with the new build of Win 10.
    I've installed all drivers while in Audit mode, created a provisioning package with "User State Migration Tool" from the latest ADK & Syspreped.
    No errors.
    I can re-enter Audit mode, then sysprep again no prob. Go through OOBE as an end user no prob.
    If I then try a Reset, it sits on 66%, eventually reboots, & restarts from around 64%. It just keeps looping.
    I've tried the older USMT but it's made no difference.
    Any ideas? A bug in the new build???
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. asabater

    asabater MDL Member

    Sep 6, 2008
    195
    71
    10
    and new adksetup 1511 ???

    saludos from spain
     
  8. vijay6672

    vijay6672 MDL Junior Member

    Aug 16, 2012
    64
    113
    0
  9. vijay6672

    vijay6672 MDL Junior Member

    Aug 16, 2012
    64
    113
    0
  10. mick3lson

    mick3lson MDL Novice

    Dec 15, 2013
    10
    1
    0
    #250 mick3lson, Nov 16, 2015
    Last edited by a moderator: Apr 20, 2017
    I've successfully create aio version of Windows 10 10586 (1511) with 8 editions exporting wim image with this command:

    Code:
    Dism /Export-Image /SourceImageFile:E:\win10\install.wim /SourceIndex:1 /DestinationImageFile:E:\winaio\sources\install.wim /DestinationName:"Windows 10 Enterprise 2015 LTSB" /compress:maximum
    It's possible to compress in esd, I've tried with this command repeated for all indexes but the size is the same.

    Code:
    dism /Export-Image /SourceImageFile:"E:\install.wim" /SourceIndex:1 /DestinationImageFile:"E:\install.esd" /Compress:recovery
    Has changed anything with version 10586 because
    I did the same procedure with vesion 10240 and all work flawlessy.

    Greetings
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    I just made a quick test (with boot.wim), and the file compressed as expected

    are you sure install.wim is not already recovery-compressed?
     
  12. mick3lson

    mick3lson MDL Novice

    Dec 15, 2013
    10
    1
    0
    It's the wim extracted from msdn iso 10586.
     
  13. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    may be it was already compressed with recovery option but file extension was wim instead of esd.
     
  14. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,357
    14,007
    120
    I was unawre of the updated adk, thanks ;)
     
  15. mick3lson

    mick3lson MDL Novice

    Dec 15, 2013
    10
    1
    0
    With version 10240 two months ago I made aio with 8 editions and the file size of the aio non compressed wim was 5,5gb and aio with esd 8 edition 3.7gb, now with 10586 version the aio size is 7gb and I can't compress to install.esd, how is possible. Maybe the deployment kit must be updated, I've version 10.0.10586.0
    Can anyone write a guide for manually create aio windows 10, maybe I make some mistakes in the procedure.
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
  17. ztsoft

    ztsoft MDL Novice

    Mar 17, 2012
    15
    6
    0
    This is my command.
    I think your ESD file should have been reduced, but the degree of reduction is not large enough.LTSB version is still 10240, but the other image is 10586, I tested, if such a hybrid version of the ESD file compression after the size of the larger than the full version 10586.
     
  18. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    Hi Asabater, yes, I've tried both USMT from 1511 ADK & previous. Never completes a reset!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. mick3lson

    mick3lson MDL Novice

    Dec 15, 2013
    10
    1
    0
    #259 mick3lson, Nov 17, 2015
    Last edited by a moderator: Apr 20, 2017
    I just finished creating AIO 8 editions with this code:

    Code:
    x86
    Dism /Export-Image /SourceImageFile:e:\win10aio\x86home\install.wim /SourceIndex:2 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Home" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:e:\win10aio\x86pro\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Pro" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:e:\win10aio\x86enterprise\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:e:\win10aio\x86ltsb\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise 2015 LTSB" /compress:maximum
    
    
    x64
    Dism /Export-Image /SourceImageFile:e:\win10aio\x64home\install.wim /SourceIndex:2 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Home" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:e:\win10aio\x64pro\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Pro" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:e:\win10aio\x64enterprise\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:e:\win10aio\x64ltsb\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise 2015 LTSB" /compress:maximum
    The esd conversion has been done with ESD2WIM-WIM2ESD-dism exporting all indexes, because ESD2WIM-WIM2ESD-4 has reporting this error
    Code:
    Exiting with error code 11: Tried to add an image with a name that is already in use
    for the reason that I used the same name for both versions x86 and x64



    The size of final project for 8 index are 8gb for wim edition, and 6 gb for esd, the size are correct or
    or do you think there is some error.
     
  20. S_SubZero

    S_SubZero MDL Member

    Sep 22, 2012
    109
    37
    10
    Anyone have any recommendations for Start Menu tweaking during deployment? I made a 'stock-ish' Win10 Pro 1511 with a generic Start Menu with just a handful of things. Using a script called PinnerJS (which I can't link yet but google it) I can dynamically pin additional apps (in my case, per department) but they only pin as one size, which isn't bad, but I kinda wanted something more custom. Ideally my image should have NO tiles in it at all, and I should be able to dynamically slap down all of the tiles I want per user. Wondering if there's a better way to do this.

    As well, I can't seem to manipulate the "Most Used" at all, which is only an issue cuz Sway is there and while we're not a high-sec entity I'd prefer folks not get any ideas to use it, tho I don't want to outright remove it.