Skip to content

Instantly share code, notes, and snippets.

@kekyo
Last active August 10, 2021 00:21
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 kekyo/32d6b91a58e5b4344e8395b71c0413bb to your computer and use it in GitHub Desktop.
Save kekyo/32d6b91a58e5b4344e8395b71c0413bb to your computer and use it in GitHub Desktop.
netsh http add urlacl url=http://+:12345/ user=everyone
netsh advfirewall firewall add rule name="SendKeySv HTTP" dir=in action=allow
netsh advfirewall firewall set rule name="SendKeySv HTTP" new program=system profile=private protocol=tcp localport=12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment