Last active
August 10, 2021 00:21
-
-
Save kekyo/32d6b91a58e5b4344e8395b71c0413bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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