Customize Windows 10 Image in Audit Mode with Sysprep  

Page 48 of 70 FirstFirst ... 38464748495058 ... LastLast

  1. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #470

    smali said:
    I have successfully created master image using this tutorial for 1511 compilation, but I don't know how can I upgrade my image to 1607? Is it possible?
    Hi Piotr, welcome to Ten Forums.

    If you have Windows 10 Pro edition and you used Macrium Reflect to make the image, it's easy. See this tutorial: Macrium viBoot - Create Virtual Machine using Macrium Image - Windows 10 Forums

    Macrium viBoot can be used to service, update and upgrade your Macrium system images. It needs Hyper-V which is not available in Home and Single Language editions.

    Kari
      My Computer


  2. Posts : 3
    Windows 10
       #471

    Kari said:
    Hi Piotr, welcome to Ten Forums.

    If you have Windows 10 Pro edition and you used Macrium Reflect to make the image, it's easy. See this tutorial: Macrium viBoot - Create Virtual Machine using Macrium Image - Windows 10 Forums

    Macrium viBoot can be used to service, update and upgrade your Macrium system images. It needs Hyper-V which is not available in Home and Single Language editions.

    Kari
    Hello Kari!

    Thanks for fast answer!

    Actually I'm using Audit Mode + SysPrep + Clonezilla for OS Imaging. When I have more spare time I will look for Macrium solution. Is it possible to upgrade master image without Macrium?

    Best Regards,
    Piotr
      My Computer


  3. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #472

    smali said:
    Actually I'm using Audit Mode + SysPrep + Clonezilla for OS Imaging. When I have more spare time I will look for Macrium solution. Is it possible to upgrade master image without Macrium?
    As I told, using viBoot it is possible (and easy) if the image is made with Macrium and you have Hyper-V available. I have not heard Clonezilla or other imaging applications offering the same.

    I think your only option is to restore the image to a PC, upgrade and make a new image.
      My Computer


  4. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #473

    OK, somewhat delayed but here is a Windows 10 version 1607 customization video, everything done exactly as told in this tutorial. Please notice that this video is not a walkthrough guide, it requires you to know about the process or at least that you have read the tutorial and / or watched the two videos in it.

    Video has no narration but the text overlays should be informative enough for you to understand. I wanted to make this as short as possible just to show how well it works, I promise I will make a complete walkthrough video for version 1607 in near future.

    In this video I will do the following:

    • Install Windows and boot to Audit Mode
    • Update Windows, install language packs (optional)
    • When fully updated, restart to Audit Mode
    • Install software, customize desktop, File Explorer, Start
    • Sysprep with answer file shown under video, with specific OEM information, relocating Users folder to drive D: and copying my customizations to default user profile
    • Capture the Windows image with Macrium Reflect

    As sysprep was done with /generalize switch the image is hardware independent and can then be restored / deployed to any machine capable of running Windows 10. Instead of clean installing each machine, customizing them and installing all software on them I simply need less than 20 minutes to deploy the image. Fully customized and personalized Windows 10 with all software installed in less time I would need for a clean install.



    I used this answer file in project shown in video:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <FolderLocations>
                    <ProfilesDirectory>D:\Users</ProfilesDirectory>
                </FolderLocations>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <OEMInformation>
                    <Logo>C:\Windows\System32\oemlogo.bmp</Logo>
                    <Manufacturer>Ten Forums</Manufacturer>
                    <Model>TFPC-1</Model>
                    <SupportHours>24/7</SupportHours>
                    <SupportPhone>+44 123 456 7890</SupportPhone>
                    <SupportURL>https://www.tenforums.com</SupportURL>
                </OEMInformation>
                <ComputerName>MyRig</ComputerName>
                <CopyProfile>true</CopyProfile>
                <OEMName>Ten Forums</OEMName>
                <RegisteredOrganization>Ten Forums</RegisteredOrganization>
                <RegisteredOwner>Kari</RegisteredOwner>
            </component>
        </settings>
    </unattend>

    Kari
    Last edited by Kari; 18 Aug 2016 at 05:50.
      My Computer


  5. Posts : 17
    Windows 10
       #474

    smali said:
    Is it possible to upgrade master image without Macrium?

    Best Regards,
    Piotr
    Yes, I use Clonezilla for my imaging. I have a MASTER image in Audit mode which gets updated and saved as needed. After running Sysprep, I save it as the DEPLOY image. When it's time to change the image with patches or other changes, I make the changes on the MASTER image and resave the new MASTER. Then Sysprep and save again as your new DEPLOY image.

    You always keep two images, a MASTER in Audit mode and a DEPLOY that has been Sysprepped. This way you can make as many changes as you want to the MASTER since it is saved without being Sysprepped.
      My Computer


  6. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #475

    mrick69 said:
    You always keep two images, a MASTER in Audit mode and a DEPLOY that has been Sysprepped. This way you can make as many changes as you want to the MASTER since it is saved without being Sysprepped.
    Hyper-V makes servicing what you call Master image easy. As I always create my deployment images on a Hyper-V vm I just need to create a checkpoint before sysprepping. Creating a checkpoint takes less than a minute.

    When I want to modify Windows image, I just apply the checkpoint which again takes not half a minute, do my changes, create a new checkpoint and sysprep.
      My Computer


  7. Posts : 28
    win10
       #476

    Kari said:
    Hyper-V makes servicing what you call Master image easy. As I always create my deployment images on a Hyper-V vm I just need to create a checkpoint before sysprepping. Creating a checkpoint takes less than a minute.

    When I want to modify Windows image, I just apply the checkpoint which again takes not half a minute, do my changes, create a new checkpoint and sysprep.


    Kari,

    Did you build the Windows 10 1067 image from a iso or a upgraded system (Upgraded TH2 to Redstone) & sysprep?
      My Computer


  8. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #477

    vs2015sv said:
    Kari,

    Did you build the Windows 10 1067 image from a iso or a upgraded system (Upgraded TH2 to Redstone) & sysprep?
    It is a very bad idea to build an image from an upgraded Windows installation. I would never even try to do that!

    I of course do all my images by clean installing Windows on technician machine (I always use Hyper-V vm for that), booting it to Audit Mode and starting from there.

    Sysprepping / customizing an upgraded Windows image is an easy way to catastrophic outcome. In this thread I will not offer any help or advice for such a silly scenario.

    Kari
      My Computer


  9. Posts : 28
    win10
       #478

    Kari said:
    It is a very bad idea to build an image from an upgraded Windows installation. I would never even try to do that!

    I of course do all my images by clean installing Windows on technician machine (I always use Hyper-V vm for that), booting it to Audit Mode and starting from there.

    Sysprepping / customizing an upgraded Windows image is an easy way to catastrophic outcome. In this thread I will not offer any help or advice for such a silly scenario.

    Kari


    Thank you.

    I just noticed that Window's does gives you the option to "Sysprep a upgraded OS" now in windows 10, so I thought this may have been the route you went.
      My Computer


  10. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #479

    It's always possible to sysprep an existing Windows installation.

    The machine I am using now had last clean install on January when I installed Insider Preview build 11099. Since that this machine has been upgraded 26 times to subsequent Insider builds, at the moment running build 14905. If I wanted to I could simply customize this using my existing local admin user account, or reboot to Audit Mode with built-in admin, do my customizations and sysprep.

    Something being possible does not automatically mean it's a good idea.
      My Computer


 

Tutorial Categories

Customize Windows 10 Image in Audit Mode with Sysprep Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:48.
Find Us




Windows 10 Forums