Windows 10: ADK 10: Windows Imaging and Configuration Designer

Discus and support ADK 10: Windows Imaging and Configuration Designer in Windows 10 Installation and Upgrade to solve the problem; OK I think there's a new ADK out there... On this Technet forum thread someone has posted this: Hi, Use this adksetup.exe :... Discussion in 'Windows 10 Installation and Upgrade' started by DavidY, Feb 21, 2015.

  1. DavidY Win User

    ADK 10: Windows Imaging and Configuration Designer

    DavidY, Jul 15, 2015
    #16
  2. Kyhi Win User

    Thank You David..

    Want to test the provisioning packages
     
  3. DavidY Win User
    Yeah I've been itching to explore provisioning packages, although annoyingly I'm pretty busy for the next few days so don't know when I'll get the chance to do much.
     
    DavidY, Jul 15, 2015
    #18
  4. Kyhi Win User

    ADK 10: Windows Imaging and Configuration Designer

    what ever you do - do not follow this guide - as it is totally BOGAS
    https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx

    Code: scanstate.exe /apps /ppkg C:\Recovery\Customizations\Name.ppkg /o /c /v:13 /l:c:\ScanState.log[/quote] Code: scanstate.exe /i:migapp.xml /i:migdocs.xml /genconfigADK 10: Windows Imaging and Configuration Designer :D:\config.xml /o /v:13 /lADK 10: Windows Imaging and Configuration Designer :D:\ScanState.log scanstate.exe /apps /ppkg D:\ProvPackages\Name.ppkg /o /c /v:13 /lADK 10: Windows Imaging and Configuration Designer :D:\ScanState.log[/quote]
     
  5. DavidY Win User
    [/quote] Is it all wrong or is it just the command they give (even I'd spotted that it says "/app" when it should be "/apps" !)
     
    DavidY, Jul 16, 2015
    #20
  6. Kyhi Win User
    My customization package was 3.9GB

    I install Win10 ADK
     
  7. DavidY Win User
    Great - thanks for the info. *Smile
     
    DavidY, Jul 16, 2015
    #22
  8. Kyhi Win User

    ADK 10: Windows Imaging and Configuration Designer

    somehow they think this
    Code: D:\ScanState_x64\scanstate.exe /app /ppkg D:\Provisioning\ /o /c /v:13 /lADK 10: Windows Imaging and Configuration Designer :D:\ScanState.log[/quote] Code: D:\ScanState_x64\scanstate.exe /app /ppkg C:\Recovery\Customizations\ /o /c /v:13 /l:C:\ScanState.log[/quote] gives you that > C:\Recovery\Customizations\usmt\usmt.ppkg < then they say you have to move the usmt.ppkg

    But to get that all you need to do is this
    Code: D:\ScanState_x64\scanstate.exe /apps /ppkg C:\Recovery\Customizations\usmt.ppkg /o /c /v:13 /l:C:\ScanState.log[/quote]
     
  9. DavidY Win User
    So... when the documentation says the command is
    Code: scanstate.exe /app /ppkg {Foldername}[/quote] what it really should say is:
    Code: scanstate.exe /apps /ppkg {Foldername}\Something.ppkg[/quote] That is, it's /apps not /app, and (when used with the ppkg parameter at least) it needs a full file name, not just a folder.

    I'd never have figured that out on my own - thanks for that!
     
    DavidY, Jul 17, 2015
    #24
  10. Kyhi Win User
    My testing was all done on the same 10240 x64 PC

    Created a Recovery Drive via Control Panel
    Attachment 25044

    Created a provisioning package c\recovery\customizations\
    Attachment 25045

    Recreated the Recovery drive via control panel - with c\recovery\customizations\xpscustom.ppkg
    Attachment 25047
    Attachment 25048

    Create Recovery Drive added the customizations to the recovery media..

    Also just a little side note: you can also right click the *.ppkg and run as admin and it will install your customizations..

    Using the create recovery option is said the keep windows apps and windows updates ( because they are all ready in the windows data store folder)

    You can also see the partition layout changes in the diskpart.txt ( you can edit the partitions and layout that recovery creates)
    And you can see how the recovery is placing the images in resetcfg.xml (which can also be edited to suit your needs)
     
  11. DavidY Win User
    I think that is similar to what I was finding (in a 32-bit VM).

    So by creating the provisioning package in c:\Recovery\Customizations (with scanstate), it means that those customisations are saved by the Recovery Drive process. (And presumably they also come back when you do a Reset without the Recovery Drive - I haven't tested that yet.)
     
    DavidY, Jul 18, 2015
    #26
  12. Kyhi Win User
    that is my understanding too - but have not tested... Although I had the USB plugged in and the system must of rebooted due to windows update - woke up to recovery > select your language
     
  13. Kyhi Win User

    ADK 10: Windows Imaging and Configuration Designer

  14. jfreemont Win User
    I know this is a dumb question, but what is the purpose of ScanState? What exactly does it do, and what do you gain from using it? I've read about it, but I still don't quite "get it."
     
    jfreemont, Jul 21, 2015
    #29
  15. Kyhi Win User
    First off you have to understand that windows recovery has changed.. Recovery no longer uses an install.wim or a factory install.wim which was kept on a separate partition.. Windows 10 Recovery now rebuild itself from its data store.. Basicly windows keeps updates, drivers and apps in the winsxs folder - theses are used as a reference for such tools as SFC and DISM - to repair the online image.. Every file on the running OS has a compressed version in backup..

    When you recover windows 10 it rebuilds itself from those backup files.. It does not back up 3rd party programs, non default system setting, 3rd party drivers - basically anything non MS Windows related is not backed up and thus will not be restored..

    Scanstate allows you to create a provisioning package that will backup the non-windows settings, apps, programs and drivers..
    These settings are captured into a ppkg file and stored the Recovery\customizations Folder.. when you reset or refresh these ppkg files are added into the recovery process.. thus reinstalling all your programs and setting..

    You can even save the ppkg to an external source, clean install the OS, and then run the ppkg file as admin and install the settings...

    Here is the Plus to all this, say you have 10 different PC, all running different hardware, rather then setting each one by itself, you run the same ppkg file on each one and all your settings are done.. Lets say you have 20 pc and 10 have office and are video edit.
    install the office ppkg on 10 and the video edit on the other, all your setting are done.. no need to reinstall 20 pc's one at a time with different software and settings..

    windows reset windows, and the rest is in the custom provisioning packages .ppkg files for the average 2 pc family not a big deal one way or the other as there is a lot of good backup programs out there...
     
Thema:

ADK 10: Windows Imaging and Configuration Designer

Loading...
  1. ADK 10: Windows Imaging and Configuration Designer - Similar Threads - ADK Imaging Configuration

  2. Windows Configuration Designer Laptop categorization

    in Windows 10 Installation and Upgrade
    Windows Configuration Designer Laptop categorization: Hello,I am beginning to use the Windows Configuration Designer in order to create PPKGs, and I wanted to clarify:When creating a PPKG for a laptop, should I be using the Windows mobile devices option, or the Windows desktop devices option?Any help will be appreciated, thank...
  3. Windows Configuration Designer Laptop categorization

    in Windows 10 Gaming
    Windows Configuration Designer Laptop categorization: Hello,I am beginning to use the Windows Configuration Designer in order to create PPKGs, and I wanted to clarify:When creating a PPKG for a laptop, should I be using the Windows mobile devices option, or the Windows desktop devices option?Any help will be appreciated, thank...
  4. Windows Imaging and Configuration Designer issues

    in Windows 10 Drivers and Hardware
    Windows Imaging and Configuration Designer issues: I hope someone on here can help with my issues.I'm trying to deploy a bunch of machines using the WICD tool. However, whenever I attempt to deploy using the option to remove pre-installed software, the deployment will not install any of the executables I'm trying to install....
  5. Windows Imaging and Configuration Designer issues

    in Windows 10 Gaming
    Windows Imaging and Configuration Designer issues: I hope someone on here can help with my issues.I'm trying to deploy a bunch of machines using the WICD tool. However, whenever I attempt to deploy using the option to remove pre-installed software, the deployment will not install any of the executables I'm trying to install....
  6. Windows Imaging and Configuration Designer issues

    in Windows 10 Software and Apps
    Windows Imaging and Configuration Designer issues: I hope someone on here can help with my issues.I'm trying to deploy a bunch of machines using the WICD tool. However, whenever I attempt to deploy using the option to remove pre-installed software, the deployment will not install any of the executables I'm trying to install....
  7. Windows 10 ADK

    in Windows 10 Customization
    Windows 10 ADK: The Windows assessment and deployment kit Windows ADK In your opinion would this be worth Downloading and Installing ? Thank you in advance. https://answers.microsoft.com/en-us/windows/forum/all/windows-10-adk/03b2d4b4-dda5-47d6-b8ef-3624b3357f4c
  8. Windows Configuration Designer and Kiosk

    in Windows 10 Customization
    Windows Configuration Designer and Kiosk: I create a provisioning package using the Kiosk icon in WCD. The following parameters are what I specified Set up device - disabled, the computer is already named Set up Network - disabled, wired network not wifi Account Management - disabled Add applications - none...
  9. ADK on Windows 10

    in Windows 10 Network and Sharing
    ADK on Windows 10: I'm running Win 10 Home on a 64-bit HP system. Have just seen adksetup.exe in my Downloads folder. Why is it there? What is it for? Do I need it? If so, why? If not, can I just delete or shred it? Thanks in advance....
  10. Configure Win 7 using AIK/ADK on WIn 10?

    in Windows 10 Virtualization
    Configure Win 7 using AIK/ADK on WIn 10?: Working on several projects at one time, and using primarily laptops with not that great support for virtualization, so I am loathe to install a basic Win 7 in virt jsut to be able to use hte Win 7 AIK. In a past tutorial, Kari mentioned that the AIK / ADK used to modify...