Update README.md

This commit is contained in:
夜访萤火虫 2022-11-18 18:20:35 +08:00 committed by GitHub
parent 9fcd45b642
commit ae690682b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,14 @@
# 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.
Oscdimg is a command-line tool that you can use to create an image (.iso) file. It is part the [Windows Assessment and Deployment Kit (ADK)](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install)
> Extracted from the Windows Assessment and Deployment Kit (ADK)
| Arch | Download |
|---------------|-------------------------------------------------------------|
| oscdimg-amd64 | https://github.com/hydrz/oscdimg/raw/main/oscdimg-amd64.zip |
| oscdimg-x86 | https://github.com/hydrz/oscdimg/raw/main/oscdimg-x86.zip |
| oscdimg-arm64 | https://github.com/hydrz/oscdimg/raw/main/oscdimg-arm64.zip |
| oscdimg-arm | https://github.com/hydrz/oscdimg/raw/main/oscdimg-arm.zip |