Created
August 3, 2020 18:25
-
-
Save iyre/55040da9640d040196b2a657498851e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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