Skip to content

Instantly share code, notes, and snippets.

@iyre
Created August 3, 2020 18:25
Show Gist options
  • Save iyre/55040da9640d040196b2a657498851e1 to your computer and use it in GitHub Desktop.
Save iyre/55040da9640d040196b2a657498851e1 to your computer and use it in GitHub Desktop.
$target = read-host -p "Target"
$key = read-host -p "Key"
slmgr $target -ipk $key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment