Windows 10 Imaging, Customization and Deployment

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

  1. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    #121 Flipp3r, Jul 22, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. BabboDemonio

    BabboDemonio MDL Novice

    Nov 3, 2013
    3
    0
    0
    Hi guys, I have two different .iso of Windows 10, one for the home version and the other for professional. Is it possible to make one single iso which contains both of them? Thanks
     
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  4. BabboDemonio

    BabboDemonio MDL Novice

    Nov 3, 2013
    3
    0
    0
    Thanks man, I'll give it a try
     
  5. hack

    hack MDL Senior Member

    Sep 14, 2009
    293
    252
    10
    #125 hack, Jul 23, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. fredpsycho83

    fredpsycho83 MDL Junior Member

    Feb 4, 2008
    60
    56
    0
    #126 fredpsycho83, Jul 24, 2015
    Last edited by a moderator: Apr 20, 2017
    Hi, is there a way in Windows 10 AutoUnattend.xml to configure the "customize settings" at the oobe at the end on the install ? I want to set all of the options to off (smartscreen, error report ... etc).

    View attachment 37557

    View attachment 37558





    In Windows 8.1 i used to cancel the screen where it says "Hi", and with the color changing background with this registry entry in the "setupcomplete.cmd", does it work also in Windows 10 to pass that stage ?

    Code:
    reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartPage" /v OpenAtLogon /d 0 /t REG_DWORD /f
    
     
  7. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    477
    154
    10
    Does anyone have an AutoUnattend.xml template for Windows 10. There should be new customization options to disable new data collection options, to customize new start menu etc.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
  9. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    Download the ADK & custom build it yourself using Windows System Image Manager (SIM).
    Links to the RTM are in this thread.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. avi952

    avi952 MDL Novice

    Apr 3, 2011
    5
    0
    0
    Does anyone encounter problems in the RTM with deployed imaged that was captured (from audit mode)?
    When I use that wim I always the error during OOBE:
    "windows could not complete the installation. to install on this computer restart the installation"
    I deployed the same things in my windowa 8.1 installation without problems in Audit mode
    and the installation went smooth.
    Does anyone know?
     
  11. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    Sysprep /oobe /generalize then booting to winpe for capture? Works for me. Maybe something in your unattend?
    In one of the MS guides they make the provisioning package then sysprep WITHOUT /generalize - don't know why though...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30
  13. avi952

    avi952 MDL Novice

    Apr 3, 2011
    5
    0
    0
    No, I decided to test them with VM, shutdown after the audit mode, attach the virtual disk file, capture it (I use the dism from the
    installation) and replace the install.wim file, labeled as "Windows 10 Pro". On both VBox and Hyper-V the outcome was the same
     
  14. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    You say your script doesn't run, but you also state it doesn't copy the $OEM$ folder contents. Having the file exist helps alot when trying to run it :) The only reason i can think of that your $OEM$ folder doesn't copy over is that you used an OEM\bios key for your install, as that disables oobe.cmd, setupcomplete.cmd, and i think copying the $OEM$ folder at all. How i get around this is running setup.exe with the switch /m:"path to oem folder" and it will copy the folder like normal. I think. I'm half asleep.
     
  15. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    230
    45
    10
    $oem$ is copy same as other win 7 and win 8 ... done it successfully...

    i wonder if hyper-v can be install via autounattend file.... if someone know pls let me know... else i'll skip it and install own... :)
     
  16. mOBSCENE

    mOBSCENE MDL Junior Member

    Feb 9, 2010
    68
    39
    0
    Is it just me, or is it not possible anymore to remove the payload of features using DISM?
    command: dism /image:G:\WIM /disable-feature /featurename:xxx /remove

    For Windows 8.1 images the features would show up as "Disabled with Payload Removed", but with Windows 10 it just shows "Disabled", which indicates the files are not removed.
     
  17. rydeordie99

    rydeordie99 MDL Novice

    Dec 30, 2007
    19
    3
    0
    Yeah I noticed this too, I have been trying to figure out what has changed or if something different has to be done.
     
  18. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    230
    45
    10
    damn windows update auto restart... lol
    i have a list of software to install after login windows... but it just restart half way installing.... anyone notice this?
    ask windows update to be disable... access denied :eek:
     
  19. cheezels

    cheezels MDL Junior Member

    Jan 17, 2015
    55
    4
    0
    I suppose this is a fairly basic question, but is it still necessary to build a separate UEFI and Legacy image or is there a way of unifying deployments so they will run on any system irrespective of the BIOS setup they use?
     
  20. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    You can apply the same image to both platforms. Partition structure is different of course. Use BCDboot to make it bootable.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...