random files that don't belong to any repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# KMS keys: https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys
|
|
|
|
# Note: No needed if Windows edition was upgraded using KMS key
|
|
slmgr /ipk <KMS Key>
|
|
|
|
# Set KMS server
|
|
slmgr /skms <KMS Server>[:<Port>]
|
|
|
|
# Activate
|
|
slmgr /ato
|
|
|
|
# Check
|
|
slmgr /dlv
|
|
|