From ec4032ff7f3ba79ac4fd62fd6e9303ea34f5f4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=AE=BF=E8=90=A4=E7=81=AB=E8=99=AB?= Date: Fri, 18 Nov 2022 18:05:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fa720f..fdae102 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # oscdimg Oscdimg is a command-line tool that you can use to create an image (.iso) file of a customized 32-bit or 64-bit version of Windows Preinstallation Environment (Windows PE). You can then burn the .iso file to a CD or DVD. Oscdimg supports ISO 9660, Joliet, and Universal Disk Format (UDF) file systems. + +> Extracted from the Windows Assessment and Deployment Kit (ADK)