diff --git a/autounattend.xml b/autounattend.xml index 92a80cc..e6cec9c 100644 --- a/autounattend.xml +++ b/autounattend.xml @@ -126,5 +126,5 @@ - + diff --git a/export-image.cmd b/export-image.cmd new file mode 100644 index 0000000..1f168f9 --- /dev/null +++ b/export-image.cmd @@ -0,0 +1 @@ +dism /Export-Image /SourceImageFile:D:\sources\install.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:Max /CheckIntegrity \ No newline at end of file diff --git a/get-wiminfo.cmd b/get-wiminfo.cmd new file mode 100644 index 0000000..a11f6aa --- /dev/null +++ b/get-wiminfo.cmd @@ -0,0 +1 @@ +dism /Get-WimInfo /WimFile:D:\sources\install.esd \ No newline at end of file diff --git a/install_Windows 10 Pro N.clg b/install_Windows 10 Pro N.clg new file mode 100644 index 0000000..58b56b2 Binary files /dev/null and b/install_Windows 10 Pro N.clg differ