A UWP version of winver
Windows 10 October 2018 Update (1809) or newer using the x86, x64 or ARM64 CPU architecture.
-
Download the latest version from GitHub Releases.
-
Download the ZIP file and extract it.
-
Run the Install.ps1 file and the application will be installed.
Note: During installation, PowerShell may ask you about execution policies and administrator privileges. For execution scopes, select Unrestricted, and for administrator privileges (User Account Control), select Yes or enter in your administrator credentials.
You could launch this program in one of these three ways:
- As an app entry in Start, Search, PowerToys Run, ... (whatever has you)
- Using the app execution alias:
winveruwp.exe
- Using the app protocol:
winveruwp://
Starting with Release 1.1, you can now have WinverUWP in multiple languages! If you want to help translate, follow the steps below:
-
Create a fork of this repository.
-
In
WinverUWP\Strings
folder, create a new folder with your locale name (i.e. "en-us" for American English). -
In the newly created folder, create a
Resources.resw
file, you may copy it from another locale folder as a reference. -
Modify the new
Resources.resw
file with your translations. Reference the table below for required keys and example value in English.Note: References to "Microsoft" and "Windows" must be kept unchanged.
Key Example English value AboutWindows.Text About Windows WindowsSpecifications.Text Windows specifications CopyButton.Content Copy Edition.Text Edition Version.Text Version InstalledOn.Text Installed on OSBuild.Text OS build Experience.Text Experience LegalLabel.Text Legal LicenseTo.Text This product is licensed under the Microsoft Software License Terms to: Trademark.Text The Windows operating system and its user interface are protected by trademark and other pending or existing intellectual property rights in the United States and other countries or regions. OKButton.Content OK ExperiencePack Windows Feature Experience Pack Copied Copied! -
In the
WinverUWP.Package\Package.appxmanifest
file, look for<Resources>
. -
Create a new line after the tag with the value:
<Resource Language="(your locale here)"/>
. -
Commit your translations into your fork.
-
Create a Pull request and wait for me to review it.