Skip to content

Commit e7be38f

Browse files
committed
Added ntdevlabs#211, ntdevlabs#203, and ntdevlabs#169 (Partially). Fixed an incorrect parameter warning when unmounting registry, prompt to delete old ISO, extract chosen edition from install.wim earlier than stock, use ScratchDisk instead of SystemDrive, add .gitignore
1 parent 48714d2 commit e7be38f

File tree

3 files changed

+156
-131
lines changed

3 files changed

+156
-131
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
oscdimg.exe
2+
tiny11.*
3+
$OEM$

autounattend.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
55
<OOBE>
66
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
7+
<HideEULAPage>true</HideEULAPage>
8+
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
79
</OOBE>
810
</component>
911
</settings>
@@ -28,8 +30,10 @@
2830
</OSImage>
2931
</ImageInstall>
3032
<UserData>
33+
<AcceptEula>true</AcceptEula>
3134
<ProductKey>
3235
<Key/>
36+
<WillShowUI>Never</WillShowUI>
3337
</ProductKey>
3438
</UserData>
3539
</component>

0 commit comments

Comments
 (0)