Upgrading to the latest Windows 11 version can offer improved features, enhanced security, and a better user experience. This article will guide you on how to upgrade your Windows 11 using the winget fresh 23H2 installation package, instead of the manual GUI installation. We will cover the following topics:
What is winget?
winget (Windows Package Manager) is a command-line tool that allows you to install, upgrade, remove, and discover applications on Windows 10 and Windows 11. It simplifies package management, similar to popular Linux package managers like apt and yum.
Preparing for the upgrade
Before you start, ensure your system meets the following requirements:
- A compatible Windows 11 system (visit Microsoft's website for details)
- At least 16 GB of free disk space for 64-bit systems (8 GB for 32-bit)
- The latest
wingetversion (runwinget --versionto verify)
Downloading the winget fresh package
The package required for this upgrade can be found at Microsoft's GitHub releases page. Look for the latest winget-cli release (e.g., v1.3.1181) and download the msixbundle file for your system architecture (x64 or x86). Save this file to a convenient location on your system.
Installing the winget fresh package
Open a PowerShell or Command Prompt as an administrator, then navigate to the directory containing the downloaded msixbundle file. Run the following command to install the package:
add-appxpackage .\YourDownloadedFile.msixbundle
Replace YourDownloadedFile with the actual name of the downloaded file.
Upgrading Windows 11 using winget
Now that you have installed the latest winget package, you can upgrade your Windows 11 system by running the following command:
winget upgrade --target Windows --id Microsoft.Windowsinsider.PreviewClient
This command targets the Windows package, refers to the Microsoft Windows Insider Preview Client, and will start the upgrade process.
This article demonstrated the steps to upgrade your Windows 11 system using the winget fresh 23H2 installation package. By leveraging the winget package manager, you will:
- Ensure the latest Windows 11 version is installed
- Automate the upgrade process
- Keep your system up-to-date more efficiently