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.
|
# To get the valid Editions
|
|
DISM /Online /Get-TargetEditions
|
|
|
|
# Edition: Target edition (use above command to get the valid editons)
|
|
# ProductKey: Target <Edition> Key. Can be KMS Key
|
|
DISM /Online /Set-Edition:<Edition> /ProductKey:<ProductKey> /AcceptEula
|
|
|