Skip to content

Instantly share code, notes, and snippets.

@FrancescoLuzzi
Created January 14, 2025 23:47
Show Gist options
  • Save FrancescoLuzzi/0d7dd18eceaa119a8b2af9ac6715db1f to your computer and use it in GitHub Desktop.
Save FrancescoLuzzi/0d7dd18eceaa119a8b2af9ac6715db1f to your computer and use it in GitHub Desktop.
First login with password on windows
# this will force a login to your account with password
# unlocking the ability to RDP into the machine
$email="[email protected]"
runas /u:MicrosoftAccount\$email winver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment