Releases: joshuag1000/Windows-Image-Deployment-Tools
Release 2023-05-01
Fixes an issue with spaces in file names
Release 2022-08-02
Added
- Added some checks and fixes to the scripts to ensure that the input of the user is correct and that the scripts do not act incorrectly.
- Added an option to shutdown the computer once the scripts have finished running which should prevent corruption on the USB.
- Added an option to the capture image script to allow a custom file name and windows version number for the image.
- Added an unmount command to the script to unmount the USB drive once imaging or capturing has finished.
- WinPE can now be created as an ISO which allows for it to be used as a boot instead.
- When using an ISO you will still need another drive/USB containing the scripts and image you wish to image to the computer.
Known Issues
- It is a known issue that there are no checks in place for and number menu's at this time so an incorrect value will cause an error.
- Windows 11 support is currently only partial. See the README.md for more.
Possible future feature
- Another possible feature that may be added in the future is an option to embed the scripts inside the WinPE image.
Issues
If you spot any issues with this release please create an issue on this project after checking that an issue does not already exist: View Issues
Full Changelog: 2022-07-02...2022-08-02
Release 2022-08-01
Added
- Added some checks and fixes to the scripts to ensure that the input of the user is correct and that the scripts do not act incorrectly.
- Added an option to shutdown the computer once the scripts have finished running which should prevent corruption on the USB.
- Added an option to the capture image script to allow a custom file name and windows version number for the image.
Known Issues
- It is a known issue that there are no checks in place for and number menu's at this time so an incorrect value will cause an error.
- Windows 11 support is currently only partial. See the README.md for more.
Possible future feature
- Another possible feature that may be added in the future is an option to embed the scripts inside the WinPE image.
Why a pre-release?
This will become a full release once I'm sure that these changes have not broken the expected behavior of the scripts or created any bugs.
Full Changelog: 2022-07-02...2022-08-01
Release 2022-07-02
Added Documentation.
2nd Release of Documentation just fixes some typos.
Full Changelog: 1.0...2022-07-02
V1.0
Base release of the Windows Image Deployment Tools
The docs will be added later.
The tools can currently be used to modify a Wim image and install drivers and language packs to it and they can be used to create a WinPE Usb for imaging or capturing a Wim file to or from a PC.