Skip to content

Instantly share code, notes, and snippets.

@technoscavenger
Created September 10, 2025 06:18
Show Gist options
  • Select an option

  • Save technoscavenger/979283fdba6f6c5584f4655217521994 to your computer and use it in GitHub Desktop.

Select an option

Save technoscavenger/979283fdba6f6c5584f4655217521994 to your computer and use it in GitHub Desktop.
highlight sample code
<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