how to install drivers through autounattend.xml from System Image Mgr


  1. Posts : 16
    Windows 10
       #1

    how to install drivers through autounattend.xml from System Image Mgr


    i have managed to install windows 10 64 bit using System Image Manager and unattended xml file. however i need to install drivers through this setup as i dont want to do any manual work. i read from Microsoft that you can use USB device as distribution share.
    is there a tutorial like Create media for automated unattended install of Windows 10 which gives step by step process of achieving this.

    i am new to this and need info from basics.
      My Computer


  2. Posts : 4,594
    Windows 10 Pro
       #2

    Just install Window and we will go from there.
      My Computers


  3. Posts : 16
    Windows 10
    Thread Starter
       #3

    i have installed windows...but i am lost in trying to install numerous drivers
      My Computer


  4. Posts : 4,594
    Windows 10 Pro
       #4

    Calm down, open Device Manager, make a snip, then drag and drop it into your reply above.

    Also run Windows Update a few times.
      My Computers


  5. Posts : 16
    Windows 10
    Thread Starter
       #5

    i am attaching the snap. i have updated with all the updates.

    - - - Updated - - -

    the ones which are manually installed have to be automated

    - - - Updated - - -

    the Ethernet and display adapters are .inf files..others i have exe and .msi files
    Attached Thumbnails Attached Thumbnails how to install drivers through autounattend.xml from System Image Mgr-devise-manager.jpg  
      My Computer


  6. Posts : 65
    Microsoft Windows 11 Pro for Workstations
       #6

    I use the old method that comes from windows xp, which I know.
    Work for me.
    how to install drivers through autounattend.xml from System Image Mgr-anotacao-2020-07-03-215320.png
    1,51 GB, Content - NVidia Drivers, All Visual C++ Runtimes, DX SDK Jun 2010, OpenAL, XNAFX 3.0, 3.1 and 3.2, enable Developer Mode, install LegacyComponents and direct play, .netframework 4.8 dev pack, Various reg like 1600 x 900 Window Metrics that I use on my desktop.

    You can edit however you want!

    $OEM$.rar - Google Drive

    how to use = extract and copy $OEM$ to dvd image or pendrive - Drive:\sources\

    \sources\$OEM$\$$\Setup\Scripts\
    SetupComplete.cmd


    @echo off
    setlocal ENABLEDELAYEDEXPANSION
    pushd "%~dp0"
    cd %~dp0
    REM change CHCP to UTF-8
    CHCP 65001
    CLS

    ECHO ... Alex Sandro
    start /w regedit /s %systemroot%\setup\scripts\Abrir_CMD_aqui.reg


    ECHO ... Alex Sandro - add painel de contrle contexto
    start /w regedit /s %systemroot%\setup\scripts\Add_Control_Panel.reg


    ECHO ... Alex Sandro
    start /w regedit /s %systemroot%\setup\scripts\Blank_ico.reg


    ECHO ... Alex Sandro - Desligar_Desfoque_Do_Logon
    start /w regedit /s %systemroot%\setup\scripts\Desligar_Desfoque_Do_Logon.reg


    ECHO ... Alex Sandro - Disable bitlocker + windows defender context menu
    start /w regedit /s %systemroot%\setup\scripts\Disable_bitlocker_context_menu.reg


    ECHO ... Alex Sandro
    start /w regedit /s %systemroot%\setup\scripts\EnableHexNumpad.reg


    ECHO ... Alex Sandro
    start /w regedit /s %systemroot%\setup\scripts\HideInsiderPage.reg


    ECHO ... Alex Sandro - OEMInformation
    start /w regedit /s %systemroot%\setup\scripts\OEMInformation.reg


    ECHO ... Alex Sandro
    start /w regedit /s %systemroot%\setup\scripts\RegisteredOrganization.reg


    ECHO ... Alex Sandro - add Restart Explorer
    start /w regedit /s %systemroot%\setup\scripts\Restart_Explorer.reg


    ECHO ... Alex Sandro - UNICODE BY DEFAULT
    start /w regedit /s %systemroot%\setup\scripts\UNICODE_BY_DEFAULT.reg


    ECHO ... Alex Sandro - Prevent Deleting Thumbnail Cache
    start /w regedit /s %systemroot%\setup\scripts\64bit_Prevent_Deleting_Thumbnail_Cache.reg


    ECHO ... Alex Sandro - Developer Mode
    start /w regedit /s %systemroot%\setup\scripts\Use_Developer_Mode.reg


    ECHO ... Alex Sandro - SaveZoneInformation
    start /w regedit /s %systemroot%\setup\scripts\SaveZoneInformation.reg


    ECHO ... Alex Sandro - Varios games reg
    start /w regedit /s %systemroot%\setup\scripts\Games.reg


    start /w regedit /s %systemroot%\setup\scripts\usbstor.reg


    start /w regedit /s %systemroot%\setup\scripts\W10_1600x900_WindowMetrics.reg


    start /w regedit /s %systemroot%\setup\scripts\MenuDropAlignment.reg


    start /w regedit /s %systemroot%\setup\scripts\Turn_ON_use_Print_Screen_key.reg


    start /w regedit /s %systemroot%\setup\scripts\Disable_include_drivers_in_Windows_Update.reg


    start /w regedit /s %systemroot%\setup\scripts\disable_Shortcut_text.reg


    start /w regedit /s %systemroot%\setup\scripts\Advanced.reg


    start /w regedit /s %systemroot%\setup\scripts\Remove_UAC_Shield_Overlay.reg

    ECHO ... Alex Sandro - Instalando Fontes
    REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Arial Unicode MS (TrueType)" /t REG_SZ /d "Arial Unicode MS.ttf" /f


    ECHO ... Alex Sandro - copy system.ini
    xcopy /R /Y "C:\Windows\Setup\Scripts\Files\system.ini" "C:\Windows"


    ECHO ... All Visual C++ Runtimes
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2005_x86.exe" /q
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2005_x64.exe" /q


    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2008_x86.exe" /qb
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2008_x64.exe" /qb


    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2010_x86.exe" /passive /norestart
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2010_x64.exe" /passive /norestart


    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2012_x86.exe" /passive /norestart
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2012_x64.exe" /passive /norestart


    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2013_x86.exe" /passive /norestart
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2013_x64.exe" /passive /norestart


    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist_2015-2019_x86.exe" /passive /norestart
    "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist_2015-2019_x64.exe" /passive /norestart


    ECHO ... Alex Sandro - DX SDK Jun 2010
    "%WINDIR%\Setup\Scripts\Files\DXSDK_Jun10\DXSDK_Jun10.exe" /U


    ECHO ... Alex Sandro - OpenAL
    "%WINDIR%\Setup\Scripts\Files\OpenAL\oalinst.exe" /S


    ECHO ... Alex Sandro - XNAFX30
    MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX30\XNAFX30.msi" /quiet /norestart


    ECHO ... Alex Sandro - XNAFX31
    MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX31\XNAFX31.msi" /quiet /norestart


    ECHO ... Alex Sandro - XNAFX40
    MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX40\XNAFX40Refresh.msi" /quiet /norestart


    dism /online /Add-Capability /CapabilityName:Tools.DeveloperMode.Core~~~~0.0.1.0


    dism /online /enable-feature /FeatureName:"LegacyComponents" /all


    dism /Online /enable-feature /FeatureName:"DirectPlay" /All


    ECHO ... Alex Sandro - NVIDIA Drivers
    "%WINDIR%\Setup\Scripts\Files\NVIDIA_Drivers\setup.exe" /s


    ECHO ... Alex Sandro - Framework
    "%WINDIR%\Setup\Scripts\Files\Framework\ndp48-devpack-enu.exe" /q /norestart


    "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-3.1.5-win-x64.exe"


    rd /s /q "%WINDIR%\Setup\Scripts"
    start /b "" cmd /c del "%~f0"&exit /b


    exit
    Last edited by MrBison; 03 Jul 2020 at 20:02.
      My Computer


  7. Posts : 16
    Windows 10
    Thread Starter
       #7

    my vocabulary is limited to thank you.. using this as example, i tried to incorporate in my answer file in system manager. its not even starting. you have any details on how to incorporate using system manager. i copied to distribution share. how to add this in answer file.
    When i try to create distribution package, it shows a error1.
    even i select select distribution package, it has same error
    Attached Thumbnails Attached Thumbnails how to install drivers through autounattend.xml from System Image Mgr-error1.jpg  
      My Computer


  8. Posts : 16
    Windows 10
    Thread Starter
       #8

    can anyone help me out on this?
      My Computer


 

  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 09:06.
Find Us




Windows 10 Forums