| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Older versions | 2026-09-12 | ||
| CarbonCopy_V1.4.zip | 2026-09-12 | 15.0 kB | |
| ReadMe.txt | 2026-09-12 | 2.9 kB | |
| Totals: 3 Items | 18.0 kB | 7 |
___ _ ___
/ __\__ _ _ __| |__ ___ _ __ / __\___ _ __ _ _
/ / / _` | '__| '_ \ / _ \| '_ \ / / / _ \| '_ \| | | |
/ /__| (_| | | | |_) | (_) | | | / /__| (_) | |_) | |_| |
\____/\__,_|_| |_.__/ \___/|_| |_\____/\___/| .__/ \__, |
|_| |___/
This tool is primarily intended for installing Windows 10/11 through either SATA, PCI-E, USB or IEEE 1394 interface.
The author of this script is not responsible for any unexpected results. use it at your own risk.
Do not alter any commands in batch/powershell executables or any other files, as doing so may result in permanent data loss.
To move additional data to the new installation, drop the files/folders into /bin/files directory
Dependencies and requirements: .NET framework 4.0+, powershell 5.1+, dism.exe, diskpart.exe, tzutil.exe.
Made by zilla (Discord: zzzzzilla)
Last update: 12.09.2026
No rights reserved ;)
<<<<<<<<<<<<<<<<<<<< Update log >>>>>>>>>>>>>>>>>>>>
[1.4]
Improved compatibility
Removed unnecessary checks during the optional file copy phase
Removed pre-made diskpart command lists, as the script now makes a temporary one
Added dynamic drive letter logic, instead of using hardcoded drive letters (W;S)
\_ This makes it possible to install on multiple disks at once, if multiple instances are opened.
It's recommended to use at least a powerful quad core cpu for maximum decompression efficiency.
Added a warning screen before formatting the target disk, and a small config log during the installation
\_ Can be turned off manually in userconfig.ini by altering "diskcfm" value
Added strict path control for better stability
\_ The script won't launch if the current path contains spaces
Added title loading animation for visual improvement
[1.3]
Moved image, edition and disk selection menu entirely to powershell GUI, instead of using raw number input
Fixed positions of GUI elements
Removed unnecessary if-else blocks, since the input is handled by powershell
Added a small delay before loading configuration to avoid incorrect readings
Changed default keyboard to EN-US instead of EN-UK
[1.2]
Changed directory structure for easier navigation
Added support for MBR partition table (works on Windows 11 as well)
Added powershell options menu with new features (selecting partition table, changing time zone and username, copying drivers and additional files of your choice)
Added userconfig.ini, which saves your last used configuration for more convenience
Included additional failsafe ($_.IsBoot), in case if user tries to format the current boot drive
[1.1]
Fixed compatibility with install.esd source files
Added unattend.xml for using local account and skipping unnecessary privacy questions on first boot
[1.0]
Initial release