i've always get result "Windows could not complete the installation. To install Windows on this computer, restart the installation."
*if not used "AutoUnattend.xml" then Windows Setup stuck on "Let's connect you to a network. You'll need an internet connection to continue setting up your device". there no [Skip] option for continue the installation.
after re-trying and googling, finally it solved and correction about the caused,
i'd assuming that "Windows Updates Files Cleanup (light or Complete)" it seem break Unattended Windows setup installation".
here's the latest AutoUnattend, dism.log, WinReducer preset and log file:
- File : [You must be registered and logged in to see this link.].3.7-1.15.50_EX110_v3.9.1.0_NoEDGE.wccf.dism.log.7z (https://mega.nz/file/r5kEnYab#ak-MrjvgtinoYFg4xn_BnAD-orYixXATNOU7WmQnFR8)
- File : [You must be registered and logged in to see this link.].3.7-20.7.43_EX110_v3.9.1.0_EDGE.wccf.dism.log.7z (https://mega.nz/file/q5Fw1IgB#0243RHXwiTef5_QnlGjrGbHk6b79GQCTm0d7mX3Ohlc)
- File : AutoUnattend for Win11 (FiX UAC).7z (https://mega.nz/file/P4NmXLKR#CNlyRlUpXHGo_27ONL__4wcwLCGUrFuyadx8TVSN5oM)
Hope the help
_________________
home7ech
pS : Creative Learning by Doing, Slowly but Do iT Cool's
*if not used "AutoUnattend.xml" then Windows Setup stuck on "Let's connect you to a network. You'll need an internet connection to continue setting up your device". there no [Skip] option for continue the installation.
after re-trying and googling, finally it solved and correction about the caused,
i'd assuming that "Windows Updates Files Cleanup (light or Complete)" it seem break Unattended Windows setup installation".
Code:
<Element Category="Optimizations" Name="EXPERT - Windows Updates Files Cleanup (Complete)" Selected="false" Value="" />
<Element Category="Optimizations" Name="EXPERT - Windows Updates Files Cleanup (Light)" Selected="false" Value="" />
here's the latest AutoUnattend, dism.log, WinReducer preset and log file:
- File : [You must be registered and logged in to see this link.].3.7-1.15.50_EX110_v3.9.1.0_NoEDGE.wccf.dism.log.7z (https://mega.nz/file/r5kEnYab#ak-MrjvgtinoYFg4xn_BnAD-orYixXATNOU7WmQnFR8)
- File : [You must be registered and logged in to see this link.].3.7-20.7.43_EX110_v3.9.1.0_EDGE.wccf.dism.log.7z (https://mega.nz/file/q5Fw1IgB#0243RHXwiTef5_QnlGjrGbHk6b79GQCTm0d7mX3Ohlc)
DiFF :
Code:
--- D:\.Projects\(.DEV)\WiN11.0\2024-03\.log\EX110_v3.9.1.0_2024.3.7-1.15.50_NoEDGE.wccf Wed Mar 06 21:49:19 2024
+++ D:\.Projects\(.DEV)\WiN11.0\2024-03\.log\EX110_v3.9.1.0_2024.3.7-20.7.43_EDGE.wccf Thu Mar 07 15:50:38 2024
@@ -761,7 +761,7 @@
- <Element Category="Remove - Modern UI Apps" Name="Microsoft Edge" Selected="true" />
+ <Element Category="Remove - Modern UI Apps" Name="Microsoft Edge" Selected="false" />
@@ -928,9 +928,9 @@
- <Element Category="Remove - Network" Name="Edge (Engine)" Selected="true" />
+ <Element Category="Remove - Network" Name="Edge (Engine)" Selected="false" />
- <Element Category="Remove - Network" Name="Edge (JScript Engine)" Selected="true" />
+ <Element Category="Remove - Network" Name="Edge (JScript Engine)" Selected="false" />
@@ -1436,7 +1436,7 @@
- <Element Category="Optimizations" Name="EXPERT - Deep Cleanup" Selected="false" />
+ <Element Category="Optimizations" Name="EXPERT - Deep Cleanup" Selected="true" />
@@ -1666,7 +1666,7 @@
- <Element Category="Presets" Name="Automatic Removing Process (Expert Optimization)" Selected="false" />
+ <Element Category="Presets" Name="Automatic Removing Process (Expert Optimization)" Selected="true" />
@@ -1678,7 +1678,7 @@
- <Element Category="Presets" Name="Protect Windows Search" Selected="true" />
+ <Element Category="Presets" Name="Protect Windows Search" Selected="false" />
- File : AutoUnattend for Win11 (FiX UAC).7z (https://mega.nz/file/P4NmXLKR#CNlyRlUpXHGo_27ONL__4wcwLCGUrFuyadx8TVSN5oM)
it also fix "Tweaks" - "System - Disable User Account Control (UAC) :
Code:
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" 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">
<EnableLUA>false</EnableLUA>
</component>
</settings>
Hope the help
_________________
home7ech
pS : Creative Learning by Doing, Slowly but Do iT Cool's