Skip to main content

Windows Upgrader

Description

An application designed to upgrade a target machine to Windows 11.

Usage

Download and install Windows 11

./windows-upgrader.exe

Download and install Windows 11 from a specified multipart URL, ignoring compatibility

./windows-upgrader.exe --uri "https://my.site/win11/Windows11.zip" --multipart --ignorecompat

Arguments

UsageDescription
--uri <URI>The URI to download the Windows 11 payload from.
--multipartUse this switch if the Uri is a multipart URL. i.e.: Windows11.zip -> Windows11.zip.001, Windows11.zip.002, ...
--norebootDo not reboot if upgrade is successful.
--ignorecompatIgnore Windows 11 compatibility requirements.
--debugEnable debug logging.