The Perfect Windows 10 Installation

Discussion in 'Windows 10' started by haris_mdlf69, Feb 6, 2024.

  1. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    autouanttend.xml
     
  2. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Try with unattend.xml provided in OP, move it to
    Code:
    \sources\$OEM$\$$\Panther\unattend.xml
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    I think the problem is in the specialize.cmd file and not in the autouanttend.xml file Because the specialize file does not want to be accessed during Windows installation
     
  4. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Same error?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    I tested your project on windows 10 pro and ltsc 2019, same error
     
  6. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    Can you upload fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d.iso or $OEM$ file to test it on Windows LTSC 2019 or Windows Professional 10?
     
  8. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    Can you disable:
    Disable and Remove Telemetry and Spying..and more
     
  12. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,578
    1,580
    150
    Use the included scripts in MRP
     
  13. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    #55 maargueb, Apr 1, 2024
    Last edited: Apr 1, 2024
    How do i change thé ISO default wallpaper?
    I want Add "regg" in specialze.cmd,
    Path"="C:\\Windows\\Web\\Wallpaper
    .png

    SetWallpaper.reg
    Code:
    Windows Registry Editor Version 5.00
    
    ; BMP, JPG, JPEG, PNG
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "Wallpaper"="C:\\Windows\\web\\wallpaper\\MyPicture.jpg"
    "WallpaperStyle"="0"
    
    ; 0 = Center
    ; 1 = Tile
    ; 2 = Stretch
    ; 3 = Fit
    ; 4 = Fill
    ; 5 = Span
     
  14. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Code:
    :: set default wallpaper
    reg add "HKU\mount\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "Wallpaper" /t REG_SZ /d "%SystemRoot%\web\wallpaper\MyPicture.jpg" /f
    reg add "HKU\mount\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "WallpaperStyle" /t REG_SZ /d "0" /f
    
    Move 'MyPicture' to below path
    Code:
    \sources\$OEM$\$1\Windows\web\wallpaper
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. maargueb

    maargueb MDL Member

    Jun 9, 2019
    220
    35
    10
    After installing Windows ltsc 2019 in VM , The default background has not changed

    -Can you help me add these lines to the autounattend.xml
    Code:
    <Themes>
    <ThemeName>Space</ThemeName>
    <DesktopBackground>%WINDIR%\Web\Wallpaper\Space\00.jpg</DesktopBackground>
    <WindowColor>0xFF393D40</WindowColor>
    </Themes>
     
  16. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    569
    935
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...