Skip to content

Instantly share code, notes, and snippets.

@tolleiv
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tolleiv/11247545 to your computer and use it in GitHub Desktop.
Save tolleiv/11247545 to your computer and use it in GitHub Desktop.
Shortcut to keep RDP connections within the URL field of KeePass
cmd://"C:\Windows\System32\cmd.exe" /c cmdkey.exe /generic:{TITLE} /user:{USERNAME} /pass:{PASSWORD} & mstsc.exe /v:{TITLE} & cmdkey.exe /delete:{TITLE}
@tolleiv
Copy link
Author

tolleiv commented Apr 24, 2014

where title is the IP or Hostname of the remote Host

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