From a3c8e2c60a4a6a49986798060d1b139823ddbd2e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 20 Dec 2020 13:36:48 +0100 Subject: [PATCH] . --- .gitignore | 2 ++ export-image.cmd | 1 - ftpscript.txt | 8 -------- get-wiminfo.cmd | 1 - mountwim.cmd | 2 -- 5 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 export-image.cmd delete mode 100644 ftpscript.txt delete mode 100644 get-wiminfo.cmd delete mode 100644 mountwim.cmd diff --git a/.gitignore b/.gitignore index 26850bc..dbb584f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.wim *.iso +*.exe +*.dll distribution diff --git a/export-image.cmd b/export-image.cmd deleted file mode 100644 index 1f168f9..0000000 --- a/export-image.cmd +++ /dev/null @@ -1 +0,0 @@ -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/ftpscript.txt b/ftpscript.txt deleted file mode 100644 index d863d59..0000000 --- a/ftpscript.txt +++ /dev/null @@ -1,8 +0,0 @@ -open exabyte-systems.com -w10install -9054c6cf-c54c -binary -lcd c:\ -get tools.zip -bye - diff --git a/get-wiminfo.cmd b/get-wiminfo.cmd deleted file mode 100644 index a11f6aa..0000000 --- a/get-wiminfo.cmd +++ /dev/null @@ -1 +0,0 @@ -dism /Get-WimInfo /WimFile:D:\sources\install.esd \ No newline at end of file diff --git a/mountwim.cmd b/mountwim.cmd deleted file mode 100644 index 4cfbb4c..0000000 --- a/mountwim.cmd +++ /dev/null @@ -1,2 +0,0 @@ -mkdir C:\wim -dism /Mount-Wim /WimFile:install.wim /Name:"Windows 10 Pro N" /MountDir:C:\wim