Skip to content

Commit

Permalink
Added ntdevlabs#211, ntdevlabs#203, and ntdevlabs#169 (Partially). Fi…
Browse files Browse the repository at this point in the history
…xed 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`
  • Loading branch information
Spadium committed Jun 29, 2024
1 parent 48714d2 commit e7be38f
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 131 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
oscdimg.exe
tiny11.*
$OEM$
4 changes: 4 additions & 0 deletions autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<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">
<OOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
</OOBE>
</component>
</settings>
Expand All @@ -28,8 +30,10 @@
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key/>
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>
</component>
Expand Down
Loading

0 comments on commit e7be38f

Please sign in to comment.