blog sistemITecblog sistemITec

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Schedule a job on Aruba Switch

    July 5, 2023

    How to decrypt and verify text or files with GPG Services

    June 28, 2023

    How to send WhatsApp messages to someone without saving their phone number

    June 19, 2023
    Facebook Twitter Instagram
    • sistemITec website
    • contact us
    Facebook Instagram YouTube LinkedIn
    blog sistemITecblog sistemITec
    • IT Fundamentals
        Featured
        IT Fundamentals

        How to send WhatsApp messages to someone without saving their phone number

        By Cornel CabaJune 19, 20230
        Recent

        How to send WhatsApp messages to someone without saving their phone number

        June 19, 2023

        Network Topology Guide

        June 19, 2023

        Top 20 Essential ESXCLI Commands

        June 19, 2023
      1. Gaming
          Featured
          Gaming

          Application load error 5:0000065434 in Steam

          By sistemitec's teamAugust 8, 20210
          Recent

          Application load error 5:0000065434 in Steam

          August 8, 2021

          The Best Overlooked Video Game Of 2020

          August 2, 2021

          Hearts of Iron IV Review

          August 2, 2021
        1. Software
            Featured
            Software

            Schedule a job on Aruba Switch

            By Cornel CabaJuly 5, 20230
            Recent

            Schedule a job on Aruba Switch

            July 5, 2023

            How to decrypt and verify text or files with GPG Services

            June 28, 2023

            Windows Server 2019/ Product Key Free

            June 19, 2023
          1. Gadgets
              Featured
              Gadgets

              How to Simulate Arduino Projects With Proteus

              By Cornel CabaMarch 17, 20220
              Recent

              How to Simulate Arduino Projects With Proteus

              March 17, 2022

              How connect Apple AirPods to a Windows PC

              February 10, 2022

              How to Put Ebooks on Amazon Kindle

              October 12, 2021
            1. Tech
                Featured
                Tech

                Lenovo Unveils IdeaPad Laptops, 5G Internet & a Snapdragon 8cx Chipset

                By Cornel CabaJanuary 15, 20210
                Recent

                Lenovo Unveils IdeaPad Laptops, 5G Internet & a Snapdragon 8cx Chipset

                January 15, 2021

                2021 Apple MacBook Air: Apples New Leak Reveals Razor-thin Redesign

                January 15, 2021
                8.9

                Review: Xiaomi’s New Loudspeakers for Hi-fi and Home Cinema Systems

                January 15, 2021
              blog sistemITecblog sistemITec
              Home»Software»Sysprep Windows 10 and 11 Machine: Step by Step Guide
              Software

              Sysprep Windows 10 and 11 Machine: Step by Step Guide

              Cornel CabaBy Cornel CabaJune 19, 2023Updated:June 19, 2023No Comments17 Mins Read
              Facebook Twitter Pinterest LinkedIn Tumblr Email
              Share
              Facebook Twitter LinkedIn Pinterest Email

              With Windows System Preparation Tool (Sysprep) tool, you can create customized Windows 10 or 11 reference images. You can install apps, drivers, and slipstream updates to a Windows installation image. After that, you can deploy Windows image to users’ computers within your company.

              In this article, we’ll show how to use Sysprep to create the reference image of Windows 10 21H1 (19043.1320) and Windows 11 21H2 (22000.258) builds. Use this guide to create a Windows image that is ready and you can deploy it on a physical or virtual machine (VDI solutions).

              What is SysPrep?

              Before deploying a Windows image on users’ computers, you need to configure a reference image. Install the necessary drivers, applications, and configure other Windows settings. The resulting image must be generalized by deleting computer-specific information (SID, GUID, etc.). You can generalize the Windows image with the Sysprep utility.

              Sysprep allows you to delete all the information related to a specific operating system instance. This includes unique identifiers (SID, GUID, etc.), the Windows activation reset, and installing apps and drivers in the Audit mode.

              All the configuration of the operating system before you run Sysprep remains untouched. This includes the installed software, personalization and network settings, installed and pinned Metro apps on the start screen, File Explorer, and other parameters.

              In Windows 10/11 and Windows Server 2019/2022, the Sysprep.exe utility is located in folder C:\Windows\System32\sysprep.

              sysprep windows 10

              After you installed a prepared reference Windows 10 image and configured in the correct way (with certain installed software, with the operating system settings, with the specified permissions and restrictions), you can deploy it to all computers of the company using MDT, WDS, SCCM or manually (take a look at Deploying Windows 10 with MDT and WDS).

              Benefits and Disadvantages of Using Sysprep

              Syprep’s benefits:

              • The customized reference Windows 10/11 image allows you to quickly deploy a ready-to-work environment on a user’s computer. You do not need to install drivers, programs, security updates. Also no need to configure custom Windows Settings on each computer;
              • You can deploy the Windows image using the answer (unattended) file. After the installation, you do not need to select the various options on the initial Windows 10 setup screen;
              • At any time, you can extract the image, make changes to it, and update it with the deployment tool.

              Disadvantages of Sysprep:

              • The size of the Windows reference image can be significantly larger than the clean Windows 10 or 11 installation ISO image;
              • Periodically you have to update the versions of programs and drivers injected into the reference image, and install the latest security updates;
              • You cannot use the Sysprep tool on domain-joined computers. Sysprep will remove the computer from the AD domain;
              • You can run Sysprep up to 1001 times on a single Windows image. After reaching this limit, you should recreate your Windows image.

              How to Create a Windows 10 or 11 Reference Image?

              You can create your reference WIM image of Windows 11 or 10 through the following steps:

              1. Perform clean Windows 10/11 install from the ISO image, then enter the Audit Mode;
              2. Install apps, drivers, and configure the system settings;
              3. Prepare the operating system environment using the Sysprep utility;
              4. Boot into Windows PE and capture an image using the DISM tool.

              Then, the resulting image WIM can be added to the installation disk or deployed using different tools such as MDT, WDS, DISM, or ImageX.

              Customizing Windows 11 and 10 in Audit Mode with Sysprep

              You need to customize your reference Windows Image in the Audit Mode. On the installed Windows 10/11 OS, you can boot Windows to Audit Mode or OOBE by pressing Shift + Ctrl + F3 on the OOBE (out-of-box experience user experience), or the Windows Welcome screen. You can also enter Audit Mode using Sysprep. To do this, open the Sysprep folder with File Explorer, hold down Shift, right-click on an empty space and select the Open PowerShell windows here or Open in Windows Terminal option.

              Then run the command:

              C:\windows\system32\sysprep\sysprep.exe
              sysprep

              In the System Preparation Tool window, select the options:

              • System Cleanup Action: Enter System Audit mode;
              • Shutdown Options: Reboot;
              • Press the OK button.

              In our case, Sysprep is returning the following error:

              System Preparation Tool 3.14

              Sysprep was not able to validate your Windows installation. Review the log file at %WINDIR%\System32\Sysprep\Panther\setupact.log for details. After resolving the issue, use Sysprep to validate your installation again.

              To find out the reason why Sysprep cannot start on your computer, press Win + R and run the command:

              %WINDIR%\System32\Sysprep\Panther\setupact.log

              Look for the Error lines in the setupact.log file. In our case, the error looks like this:

              2021-11-19 06:12:56, Error SYSPRP Sysprep_Clean_Validate_Opk: Audit mode cannot be turned on if reserved storage is in use. An update or servicing operation may be using reserved storage.; hr = 0x800F0975

              2021-11-19 06:12:56, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing ‘Sysprep_Clean_Validate_Opk’ from C:\Windows\System32\spopk.dll; dwRet = 0x975

              2021-11-19 06:12:56, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x975

              2021-11-19 06:12:56, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x975

              2021-11-19 06:12:56, Error [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x975

              2021-11-19 06:12:56, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep cleanup internal providers; hr = 0x80070975

              windows 10 sysprep

              In our case, the reason for the Sysprep error is specified here: “An update or servicing operation may be using reserved storage”. This means you cannot use Sysprep at this time, because your Windows image is locked by some changes. This can be installed updates, installation of Windows features, system programs, antiviruses, etc.

              Go to Settings > Windows Updates. As you can see, there are several Pending Updates. Finish installing security updates, restart your computer, and run Sysprep again.

              windows 10 sysprep guide

              Tip. Another error “Sysprep was not able to validate your Windows installation” was covered in this guide.

              The computer will automatically restart and boot to the Audit Mode. Windows automatically boots and logs in with the built-in administrator account when in the Audit Mode. Further, this account will be disabled.

              sysprep windows 10 20h2

              Windows 11/10 will boot in this mode no matter how many times you reboot your computer until the Sysprep is running.

              There is only one visible sign to understand that you’ve entered the Windows Audit Mode desktop — the Sysprep dialog in the middle of the display. Do not close the Sysprep utility window — you will need it at the end of the configuration step. Minimize it.

              In Audit Mode, you can configure your Windows reference image. We will take a look at several popular steps that sysops configure most often in their reference image.

              Step 1: Install OEM Information and Logo

              You can set your company branded info in the computer properties windows. In this example, we will configure OEMLogo, Company name, tech support website, and working hours. The easiest way to configure these settings is through the registry. Create a text file oem.reg, and copy the following code into it:

              Windows Registry Editor Version 5.00

              [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]

              “Logo”=”C:\\WINDOWS\\oem\\OEMlogo.bmp”

              “Manufacturer”=”TheITBros, LLC”

              “Model”=”Windows 10 Pro 21H1”

              “SupportHours”=”9am to 5pm ET M-F”

              “SupportURL”=”https://theitbros.com”

              Note. First, create the graphic file C:\WINDOWS\oem\OEMlogo.bmp with your company logo.

              To apply the reg file, double-click on it, and accept registry changes. As a result, these settings will be imported into the registry.

              sysprep win10

              After rebooting in the System Properties, you can see the following branded info:

              sysprep answer file

              Step 2: Install the Drivers and Apps

              You can install drivers and third-party programs you would like to see in your Windows 10/11 image.
              You can install programs manually, or using the Windows 10 package manager — Chocolatey.

              Now install the Chocolatey. To do this, run the PowerShell console with administrator privileges. Enter the following commands:

              Set-ExecutionPolicy Bypass -Scope Process -Force; `
              iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
              how to sysprep windows 10

              Restart the PowerShell console. Now you can install more programs with a single command.

              Let’s say, we want to install Opera, Google Chrome, VLC media player, Adobe Acrobat Reader DC, 7Zip, K-Lite Codec Pack Full, and Zoomit using choco. Run the command:

              choco install 7zip, Opera, googlechrome, vlc, adobereader, k-litecodecpackfull,zoom

              Tip. You can find packages by their names with the command choco search opera.

              On Windows 11, you can use the new built-in WinGet Package Manager to install the required software (about 3000 programs available in WinGet repo). To install the same set of programs, run the command:

              winget install --id=7zip.7zip -e && winget install --id=Opera.Opera -e && winget install --id=Google.Chrome -e && winget install --id=VideoLAN.VLC -e && winget install --id=Adobe.Acrobat.Reader.32-bit -e && winget install --id=CodecGuide.K-LiteCodecPack.Full -e && winget install --id=Zoom.Zoom –e
              sysprep windows 10 21h1

              Tip. You can use the WinGet online repository browser (https://winstall.app/) to select the programs you want to install and generate the WinGet installation script.

              sysprep step by step

              You can also install drivers for all computers and laptops models on which you want to deploy this reference Windows 10/11 image. Download and extract the driver packages to a specific directory. Then search for all *.inf files, and inject all the drivers described there to the Windows image with the command:

              for /f %i in ('dir /b /s *.inf') do pnputil.exe -i -a %i

              If you need to reboot Windows to install the application or update, you can do it. After reboot, the system will return to audit mode.

              Note. You can clean up your driver repository from driver duplicates using our script.

              Step 3: Disable Telemetry and Data Collection in Windows 10/11

              Windows 10 and 11 collect information about the operation of users on the computer. Examples of handwriting and voice samples, location information, error reports, calendar contents — all of these can be sent to Microsoft servers.

              If you do not want the OS sending data to Microsoft’s telemetry servers, you can disable the Telemetry and Data Collection services. Run the elevated Command prompt, and execute the following commands:

              sc delete DiagTrack
              sc delete dmwappushservice
              echo ““ > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-DiagTrack-Listener.etl
              REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f

              Also, you can disable tracking in Windows 10 and 11 using the DisableWinTracking tool from GitHub.

              Step 4: Install Windows Security Update in Audit Mode

              Starting with Windows 8.1, you cannot install updates using the Windows Update Center in the Settings panel in the auditing mode. The Windows Update Center checks if the system has completed the OOBE stage. If not, the update won’t be performed.

              To update the system from the console, you can take the PSWindowsUpdate Module from TechNet Gallery.

              Save the PSWindowsUpdate.zip archive to a USB drive, and (this is important!) right-click on it > Properties > Unblock.

              Extract the PSWindowsUpdate.zip to both folders:

              • %USERPROFILE%\Documents\Windows\PowerShell\Modules;
              • %WINDIR%\System32\Windows\PowerShell\v1.0\Modules.

              To download and install all available Windows updates, run the commands:

              PowerShell -ExecutionPolicy RemoteSigned -Command Import-Module PSWindowsUpdate;
              Get-WUInstall -AcceptAll -IgnoreReboot

              That’s all! Available updates will be downloaded from the Windows Update servers and installed automatically.

              Step 5: Uninstall Built-in Microsoft Store Apps

              Also, you can uninstall built-in UWM apps, but it’s really up to you. So, if you don’t want to uninstall built-in apps, just skip this step.

              Here is a list of the pre-installed Microsoft apps in Windows 10 21H1.

              Get-AppxPackage *3dbuilder* | Remove-AppxPackage
              Get-AppxPackage *windowsalarms* | Remove-AppxPackage
              Get-AppxPackage *windowscalculator* | Remove-AppxPackage
              Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
              Get-AppxPackage *windowscamera* | Remove-AppxPackage
              Get-AppxPackage *officehub* | Remove-AppxPackage
              Get-AppxPackage *skypeapp* | Remove-AppxPackage
              Get-AppxPackage *getstarted* | Remove-AppxPackage
              Get-AppxPackage *zunemusic* | Remove-AppxPackage
              Get-AppxPackage *windowsmaps* | Remove-AppxPackage
              Get-AppxPackage *solitairecollection* | Remove-AppxPackage
              Get-AppxPackage *bingfinance* | Remove-AppxPackage
              Get-AppxPackage *zunevideo* | Remove-AppxPackage
              Get-AppxPackage *bingnews* | Remove-AppxPackage
              Get-AppxPackage *onenote* | Remove-AppxPackage
              Get-AppxPackage *people* | Remove-AppxPackage
              Get-AppxPackage *windowsphone* | Remove-AppxPackage
              Get-AppxPackage *photos* | Remove-AppxPackage
              Get-AppxPackage *bingsports* | Remove-AppxPackage
              Get-AppxPackage *soundrecorder* | Remove-AppxPackage
              Get-AppxPackage *bingweather* | Remove-AppxPackage
              Get-AppxPackage *xboxapp* | Remove-AppxPackage

              The list of built-in MS Store Apps on Windows 11 21H2 has changed. Use the following PowerShell script to remove the preinstalled Windows 11 apps:

              Remove built-in MS Store Apps on Windows 11 21H2:

              #AV1 Codec
              Get-AppxPackage *AV1VideoExtension* | Remove-AppxPackage
              #News app
              Get-AppxPackage *BingNews* | Remove-AppxPackage
              #Weather
              Get-AppxPackage *BingWeather* | Remove-AppxPackage
              #PowerShell
              Get-AppxPackage *PowerShell* | Remove-AppxPackage
              #WebP image support
              Get-AppxPackage *WebpImageExtension* | Remove-AppxPackage
              #HEIF image support
              Get-AppxPackage *HEIFImageExtension* | Remove-AppxPackage
              #Windows Terminal
              Get-AppxPackage *WindowsTerminal* | Remove-AppxPackage
              #Music app
              Get-AppxPackage *ZuneMusic* | Remove-AppxPackage
              #Movies and TV
              Get-AppxPackage *ZuneVideo* | Remove-AppxPackage
              #MS Office
              Get-AppxPackage *MicrosoftOfficeHub* | Remove-AppxPackage
              #People app
              Get-AppxPackage *People* | Remove-AppxPackage
              #Maps
              Get-AppxPackage *WindowsMaps* | Remove-AppxPackage
              #Help and tips
              Get-AppxPackage *GetHelp* | Remove-AppxPackage
              #Voice Recorder
              Get-AppxPackage *WindowsSoundRecorder* | Remove-AppxPackage
              #Notepad
              Get-AppxPackage *WindowsNotepad* | Remove-AppxPackage
              #MS Paint
              Get-AppxPackage *Paint* | Remove-AppxPackage
              #Sticky Notes
              Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackage
              #PowerAutomate
              Get-AppxPackage *PowerAutomateDesktop* | Remove-AppxPackage
              #Xbox and related apps
              Get-AppxPackage *Xbox* | Remove-AppxPackage
              #Feedback Hub
              Get-AppxPackage *WindowsFeedbackHub* | Remove-AppxPackage
              #Microsoft To-Do
              Get-AppxPackage *Todos* | Remove-AppxPackage
              #Calculator
              Get-AppxPackage *WindowsCalculator* | Remove-AppxPackage
              #Alarms and Clocks
              Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
              #Teams/Chat
              Get-AppxPackage *Teams* | Remove-AppxPackage
              #Microsoft Edge
              Get-AppxPackage *MicrosoftEdge* | Remove-AppxPackage
              #Your Phone
              Get-AppxPackage *YourPhone* | Remove-AppxPackage
              #Spotify
              Get-AppxPackage *SpotifyAB.SpotifyMusic* | Remove-AppxPackage
              #Screen & Sketch/Snipping tool
              Get-AppxPackage *ScreenSketch* | Remove-AppxPackage
              #Solitaire Collection
              Get-AppxPackage *MicrosoftSolitaireCollection* | Remove-AppxPackage
              #Photos
              Get-AppxPackage *Windows.Photos* | Remove-AppxPackage
              #OneDrive
              Get-AppxPackage *OneDriveSync* | Remove-AppxPackage
              #Skype
              Get-AppxPackage *SkypeApp* | Remove-AppxPackage
              #Xbox Console Companion
              Get-AppxPackage *GamingApp* | Remove-AppxPackage

              Copy the list of commands for your Windows build, paste them into the PowerShell console, and press Enter:

              Generalizing Windows 10/11 Image Using Sysprep

              If your computer has a static IP address configured, specify that the address should be obtained automatically (from a DHCP server). You can do that in the network adapter settings.

              sysprep tutorial

              Or, you can use the following PowerShell script to automatically get an IP address from a DHCP server:

              $IPType = "IPv4"
              $adapter = Get-NetAdapter | ? {$_.Status -eq "up"}
              $interface = $adapter | Get-NetIPInterface -AddressFamily $IPType
              If ($interface.Dhcp -eq "Disabled") {
              If (($interface | Get-NetIPConfiguration).Ipv4DefaultGateway) {
              $interface | Remove-NetRoute -Confirm:$false
              }
              $interface | Set-NetIPInterface -DHCP Enabled
              $interface | Set-DnsClientServerAddress -ResetServerAddresses
              }

              After everything is configured, you can run the Sysprep and select the options:

              • System Cleanup Action: Enter System Out-of-Box Experience (OOBE);
              • Shutdown Options: Shutdown;
              • Check the Generalize option.
              sysprep guide

              After generalizing the Windows image, it will start from Out-of-Box Experience (OOBE) mode and reassign unique SIDs during the first boot.

              Using Answer Files with Sysprep for Unattended Windows 10/11 Installation

              You can use an answer file together with the System Preparation (Sysprep) tool. It allows configuring unattended Windows Setup settings. This step is optional (used to automatically specify various parameters that must be configured when the image is at first run). You can skip this step, and go straight to the step of capturing a Windows image.

              The answer file may contain the answer to each question. This must be selected when installing Windows and choosing the initial settings (region, language, product key, keyboard, account, and privacy setting, etc.). Follow the steps during the out-of-box experience (OOBE).

              Due to the answer file, the number of installer screens is significantly reduced.

              How to Create Windows 10 Answer File Using Windows System Image Manager?

              You can create an answer file manually (this is simple XML). But it’s more convenient to generate the correct answer file using the Windows System Image Manager (SIM) tool. You can do it from the Windows Assessment and Deployment Kit (ADK).

              Download the Windows Assessment and Deployment Kit (ADK) for Windows 10 or ADK for Windows 11. Use the ADK version for the Windows version you want to deploy.

              Run the adksetup.exe file with administrator privileges. Then select Deployment Tools to install (it includes the latest version of DISM and Windows System Image Manager).

              windows sysprep

              You will need install.wim file with the Windows 10 or image you want to deploy. You can copy the install.wim file from the sources directory on the installation Windows 10 ISO image. If only the install.esd file is available in the sources directory, you can convert it to the install.wim.

              Let’s create an answer unattended file for Windows 10 21H1.

              Run the Windows System Image Manager with administrator privileges (C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\WSIM\imgmgr.exe). Select File > New Answer File.

              sysprep unattend.xml example windows 10

              SIM will prompt you to specify a Windows image file for which you want to create an answer file. Specify the path to the before installed install.wim file.

              Wait for the SIM to mount the Windows installation image and create the catalog file (.clg). This will take some time, after which the install_Windows 10 Pro.clg file will appear in the directory with the install.wim file.

              windows 10 sysprep answer file

              Note. If you try to open the install.wim file of your Windows 10 build using WSIM from an older version of the ADK, you may receive an error message:

              Windows SIM was unable to generate a catalog

              sysprep windows 10 step by step

              In order to fix this error, you need to install the latest ADK and WSIM available for your Windows build.

              Select your Windows 10 edition. If there is only one edition of Windows in your install.wim file, it will be selected automatically.

              Using WSIM, you can configure various parameters for the answer file. For example, you can configure the Windows product key (if you are using KMS or MAK keys), time zone, organization and owner info, default language and region settings, input locales, etc.

              First of all, we need to do the most important thing: to tell Sysprep to copy all our customizations to the default user profile.

              To do this, in the Windows Image section, find the amd64_Microsoft-Windows-Shell-Setup__neutral section. Right-click on it and select Add Setting to Pass 4 specialize.

              sysprep unattend.xml

              Then, in the Answer File panel, expand section 4 Specialize > amd64_Microsoft-Windows-Shell-Setup__neutral. Set the CopyProfile value to TRUE.

              sysprep with answer file

              Additionally, you can configure the following options in the Answer file.

              Pass 1 Windows PE

              Choosing an installation language in WinPE:

              Microsoft-Windows-International-Core-WinPE
              InputLocale: en-US;
              SystemLocale: en-US
              UILanguage: en-US
              UserLocale: en-US

              The Windows 10 Product key:

              Microsoft-Windows-Setup -> UserData -> ProductKey -> Key = {specify your MAK or GVLK key}

              To automatically accept user agreement:

              Microsoft-Windows-Setup -> UserData -> AccepptEula = True

              Pass 7 oobeSystem

              Skip Microsoft account creation screen (MSA):

              Microsoft-Windows-Shell-Setup –> OOBE -> HideOnlineAccountScreens = True

              Do not ask 3 security questions for your local account:

              Microsoft-Windows-Shell-Setup –> OOBE -> ProtectYourPC= 3

              Create a local administrator account and set a password for it:

              Microsoft-Windows-Shell-Setup –> UserAccounts –> LocalAccounts -> Insert New Local Account
              Name: admin
              Group: Administrators
              sysprep unattend

              All empty (blank) answer file parameters must be removed.

              To check the settings in answer files, select in Tools > Validate Answer File option. If you configured everything correctly, a message should appear in the Messages console: No warning or errors.

              sysprep win 10

              Save the answer file by choosing File > Save Answer File As > autounattend.xml.

              create sysprep answer file

              Now you can close WSIM.

              Generalize Windows Image Using Answer File

              Now you can use your autounattend file to Sysprep your Windows 10 image. Run the elevated command prompt, and execute the following command (replace the path to autounattend.xml with yours):

              c:\windows\System32\Sysprep\sysprep.exe /generalize /oobe /generalize /shutdown /unattend:C:\ps\autounattend.xml
              sysprep command

              With the /generalize option the Sysprep will remove unique computer data. This allows you to safely deploy this reference Windows 10 image on another workstation or laptop. After executing the command, the computer will shut down.

              Capture Reference Windows 10/11 Using DISM after Generalize

              After shutting down your computer, you can capture a customized Windows 10 image using MDT. You can also use other special tools for capturing a Windows image or using DISM. Below we will consider the DISM option.

              Note. In previous versions of Windows, the ImageX tool could be used to capture and deploy an image. In the latest Windows 10 and 11 builds, you can do all this with DISM.

              Boot the computer with the Windows reference image into Windows PE. You can do this by booting the computer from the Windows 10/11 installation disc, or recovery disc.

              On the language selection screen, press Shift + F10.

              In the command window that opens, type Diskpart command. Use the list vol command to identify the drive letters. In our example, the installed Windows image is located on drive D.

              To capture the image, run the command:

              dism /capture-image /imagefile:D:\win10referenceimg.wim /capturedir:d:\ /name:"Win10 Pro reference image"
              sysprep location

              /imagefile — the wim image file that we need to create;
              /Capturedir — the reference Windows install folder.

              how to create a windows 10 image for deployment sysprep

              Copy the wim Image file from a local disk. Import it into your deployment software (MDT, SCCM), or put it on the installation drive (rename the file to install.wim).

              Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
              Previous ArticleWindows 11 Keyboard Shortcuts
              Next Article Where are Registry Files stored in Windows?
              Cornel Caba
              • Website

              Related Posts

              Schedule a job on Aruba Switch

              July 5, 2023

              How to decrypt and verify text or files with GPG Services

              June 28, 2023

              Windows Server 2019/ Product Key Free

              June 19, 2023

              How to assign multiple IP addresses to network adapter on Windows

              June 19, 2023
              Add A Comment

              Leave A Reply Cancel Reply

              Editors Picks

              Shrinking VMDK Virtual Disk Size on VMWare ESXi

              August 11, 2022

              Oculus Quest X Headset: Discover a Shining New Star

              January 5, 2021

              iPhone Pro 13 Rumored to Feature 1 TB of Storage

              January 5, 2021

              Fujifilm’s 102-Megapixel Camera is the Size of a Typical DSLR

              January 5, 2021
              Top Reviews
              9.1

              Review: Mi 10 Mobile with Qualcomm Snapdragon 870 Mobile Platform

              By Cornel Caba
              8.9

              Comparison of Mobile Phone Providers: 4G Connectivity & Speed

              By Cornel Caba
              8.9

              Which LED Lights for Nail Salon Safe? Comparison of Major Brands

              By Cornel Caba
              Advertisement
              © 2023 sistemITec. Designed by Cornel Caba.
              • sistemITec.com
              • cornelcaba.com

              Type above and press Enter to search. Press Esc to cancel.