Skip to content

Instantly share code, notes, and snippets.

@jairov4
Created February 23, 2019 13:27
Show Gist options
  • Save jairov4/63ad2e876ac9c0b74d502c8127d4c01f to your computer and use it in GitHub Desktop.
Save jairov4/63ad2e876ac9c0b74d502c8127d4c01f to your computer and use it in GitHub Desktop.
Set VLK for Windows Server 2016
dism /online /set-edition:ServerDatacenterCor /productkey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /AcceptEula
@jairov4
Copy link
Author

jairov4 commented Feb 23, 2019

Works with Windows Server 2019 Server Core
config.vm.box = "gusztavvargadr/w1809ssc-de"
config.vm.box_version = "1811.0.0"

Run server with kebe/vlmcsd

@jairov4
Copy link
Author

jairov4 commented Feb 23, 2019

slmgr /skms YOUR_IP_OR_HOSTNAME
slmgr /ato

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment