Automate Windows 8/8.1/Update+Software Installation With AutoUnatted.xml & sysprep

Discussion in 'Windows 8' started by FaiKee, Mar 31, 2014.

  1. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    #1 FaiKee, Mar 31, 2014
    Last edited: Apr 17, 2014
  2. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    #2 FaiKee, Mar 31, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  3. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    #3 HALIKUS, Apr 1, 2014
    Last edited by a moderator: Apr 20, 2017
  4. hellowasif

    hellowasif Guest

    #4 hellowasif, Apr 1, 2014
    Last edited by a moderator: Apr 20, 2017
  5. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
  6. hellowasif

    hellowasif Guest

    #6 hellowasif, Apr 1, 2014
    Last edited by a moderator: Apr 20, 2017
    3) Disabling the EULA dialog
    eula.png
    eulacomponents.png
    In the Windows Image pane, select the component amd64_Microsoft-Windows-Setup_6.2.9200.16384_neutral, right-click on UserData and choose Add Setting to Pass 1 windowsPE. Using the Answer File Properties and Settings panes, configure the following settings:

    eulasettings.png

    Code:
    ·         AcceptEula = true
    
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,919
    340
    #7 abbodi1406, Apr 1, 2014
    Last edited by a moderator: Apr 20, 2017
    I think this doesn't apply to Windows 8/8.1, because it requires Key to install and select the matched image
    yes, key can be skipped with ei.cfg, but using Autounattend.xml disables ei.cfg and pid.txt
     
  8. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    ei.cfg still works, because for modded WMC there is no "installation key" for this edition, you need to remove all the product key scripts(in OP) and use ei.cfg. I had tried with the generic Pro key and Setup returned error "no usable image found". pid.txt doesn't work like you said. :D
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    #9 MSMG, Apr 8, 2014
    Last edited by a moderator: Apr 20, 2017
    GoToDesktopOnSignIn - Specifies to go to the desktop instead of Start Screen when signing in or when all the apps on a screen are closed.

    ShowWindowsStoreAppsOnTaskbar - Specifies to show Windows Store apps on the taskbar.


    It’s recommended that both settings, GoToDesktopOnSignIn and
    ShowWindowsStoreAppsOnTaskbar, be set to a consistent value, either both set to true or both set to false.


    Parent Hierarchy : Microsoft-Windows-Shell-Setup | DesktopOptimization


    Applies to : Microsoft-Windows-Shell-Setup


    Valid Passes :

    offlineServicing
    oobeSystem
    specialize


    Syntax :

    Code:
    <DesktopOptimization>
             <GoToDesktopOnSignIn>true</GoToDesktopOnSignIn>
             <ShowWindowsStoreAppsOnTaskbar>true</ShowWindowsStoreAppsOnTaskbar>
    </DesktopOptimization>
    
     
  10. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Tks @MSMG, but I think you also need to show the pass and component. :D
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,919
    340
    #11 abbodi1406, Apr 8, 2014
    Last edited by a moderator: Apr 20, 2017
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Just today downloaded the WADK latest version and I haven't had updated my unattend.xml file, so I just pasted the info about the new settings. Sure next time will put the whole structure of XML

     
  13. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Edited post#2 with sysprep procedures ..... I know I should be able to skip the "accept EULA" and "enter product key", but too tired to test things. :p
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,919
    340
    In Win 8.1, WU doesn't work in audit mode :D
     
  15. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Ah I see, that's why I didn't get any WU. Tks. :D


    btw, how to skip EULA and key? :p
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,919
    340
    #18 abbodi1406, Apr 17, 2014
    Last edited by a moderator: Apr 20, 2017
  19. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    #19 FaiKee, Apr 17, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Tks abbodi, but just to make it clear, ask again: unattend.xml or autounattend.xml?
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,919
    340
    unattend.xml

    place in C:\Windows\System32\Sysprep