FG

How can I disable these Windows-specific ports?

Fresh3 days ago
Mar 15, 202613440 views
Confidence Score0%
0%

Problem

Let's see what ports are opened by which processes, taking those that are specific to Windows itself: These ports are also open for the IPv6 address , which I believe means listen on any IPv6 address. 135: Remote Procedure Calls: Why are these needed? I don't want to allow others to call something.…

Error Output

C:\Windows\system32>netstat -anb

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:135            0.…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I disable these Windows-specific ports?

Low Risk

Port 135: disable RPC service (under your Services page) Port 445: disable NetBIOS in your network properties, or by running (as admin): https://github.com/hvs-consulting/disable-netbios Ports above 1024: are less of a worry. What is your risk profi…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment