Created
September 10, 2025 06:18
-
-
Save technoscavenger/979283fdba6f6c5584f4655217521994 to your computer and use it in GitHub Desktop.
highlight sample code
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
| <pre><code class="language-bash">netsh advfirewall firewall add rule name="RPC Endpoint Mapper" dir=in action=allow protocol=TCP localport=135 | |
| </code></pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment