Skip to content

Instantly share code, notes, and snippets.

@longtth
Last active March 11, 2017 10:17
Show Gist options
  • Save longtth/18d635a49609693d62bbec2a65df25a3 to your computer and use it in GitHub Desktop.
Save longtth/18d635a49609693d62bbec2a65df25a3 to your computer and use it in GitHub Desktop.
remote control with saved password
@echo off
cmdkey /generic:123.456.789.012 /user:MyDummyID /pass:MyDummyPw
mstsc /v:123.456.789.012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment