Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
Created August 31, 2023 11:11
Show Gist options
  • Save andreasbotsikas/843ffa0582d42199c738c68b32dc5a84 to your computer and use it in GitHub Desktop.
Save andreasbotsikas/843ffa0582d42199c738c68b32dc5a84 to your computer and use it in GitHub Desktop.
cmdkey secrets
@REM Based onhttps://superuser.com/questions/139665/how-to-save-rdp-credentials-into-a-file
cmdkey /generic:8.8.8.8 /user:azureuser /password:mypassword
cmdkey /list
cmdkey /delete:8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment