Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Server 2025 details for a database.xml update #128

Open
didotb opened this issue Dec 1, 2024 · 2 comments
Open

Windows Server 2025 details for a database.xml update #128

didotb opened this issue Dec 1, 2024 · 2 comments

Comments

@didotb
Copy link

didotb commented Dec 1, 2024

I'm submitting an issue instead since I have no idea where to grab some info like the Id inside KmsItem, but here are some info I've found after installing Datacenter and Standard Edition.

Win Build

Build Number: 26100
Release Date: 2024-11-01

KMS Item

Display Name: Windows Server 2025
Default KMS Protocol: 6.0
Is Preview: No

Sku Item

Display Name: Windows Server 2025 Datacenter
ID: c052f164-cdf6-409a-a0cb-853ba0f0f55a
GVLK: D764K-2NDRG-47T6Q-P8T8W-YP6DF
Status

Sku Item

Display Name: Windows Server 2025 Standard
ID: 7dc26449-db21-4e09-ba37-28f2958506a6
GVLK: TVRH6-WHNXV-R9WG3-9XRFY-MY832
Status

Sku Item

Display Name: Windows Server 2025 Datacenter: Azure Edition
GVLK: XGN3F-F394H-FD2MY-PP6FD-8MCRC
ID: Unknown
Status

The docker image python3-next can successfully activate Datacenter and Standard Edition of Server 2025, however, I couldn't test the Datacenter: Azure Edition.

@ProfessorCha0s
Copy link

You can get the ID from an elevated/admin command prompt:

From C:\Windows\System32

cscript //nologo slmgr.vbs /dlv

The "Activation ID" is the relevant field.

@didotb
Copy link
Author

didotb commented Jan 5, 2025

The "Activation ID" is the relevant field.

That Activation ID is the SkuItem ID on the database not the KmsItem ID; which in my understanding is the KMS Host ID that's supposed to activate the SKU Item.
If I'm right then somebody has to place their kms host's ID in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants