Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongle-the-gadget/WinverUWP
A UWP version of winver
https://github.com/dongle-the-gadget/WinverUWP
appx csharp msix uwp uwp-app uwp-applications uwp-apps windows winui winver
Last synced: 3 months ago
JSON representation
A UWP version of winver
- Host: GitHub
- URL: https://github.com/dongle-the-gadget/WinverUWP
- Owner: dongle-the-gadget
- License: mit
- Created: 2021-09-20T07:28:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T01:53:40.000Z (3 months ago)
- Last Synced: 2024-10-30T19:42:52.424Z (3 months ago)
- Topics: appx, csharp, msix, uwp, uwp-app, uwp-applications, uwp-apps, windows, winui, winver
- Language: C#
- Homepage:
- Size: 2.13 MB
- Stars: 131
- Watchers: 4
- Forks: 33
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WinverUWP
A UWP version of winver.[Microsoft Store](https://www.microsoft.com/p/winver-uwp/9n60s2vfmb7l) | [Discord channel](https://discord.gg/MUyRGUN4Ny) | [Privacy Policy](/PRIVACY.md)
![WinverUWP on Windows 11 (Dev)](/images/WinverUWP-dark-11.png)
## System requirements
Windows 10 Creators Update (1703) or newer using the x86, x64, ARM32 or ARM64 CPU architecture.## Installing
**Note:** You need to manually uninstall Release 1.x as Release 2.0 and newer will not automatically uninstall.
### For Release 2 and newer
#### Using Microsoft Store (recommended)
You can download WinverUWP for free in [Microsoft Store](https://www.microsoft.com/p/winver-uwp/9n60s2vfmb7l). This option allows you to get automatic updates.#### Package files
1. Go to the [Releases](https://github.com/dongle-the-gadget/WinverUWP/releases) page.
2. Look for the latest release (usually at the top of the page).
3. Download the correct architecture (x86, x64, arm32 or arm64).
4. Open the downloaded `appx` file and choose **Install** or **Update**.**Note:** Choosing the correct architecture is critical, otherwise the app would fail to read the registry and crashes on launch.
### For Release 1.x
**Note:** These builds don't support ARM64 and has been officially deprecated.1. Download [Release 1.1](https://github.com/dongle-the-gadget/WinverUWP/releases/download/v1.1.0.0/WinverUWPPackage_1.1.0.0.zip).
2. Extract the ZIP file.
3. 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.## Launching
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://`