All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:14, 12 June 2025 Ansil talk contribs created page Check Which Process is Listening on Port (Created page with "Home > Windows > Windows OS Notes > Network Port and Connectivity Testing in Windows == Check Which Process is Listening on a Port == This PowerShell command helps you identify which process is using a specific local port. === Steps === # Open '''PowerShell''' as Administrator. # Run the following command: ------ Get-Process -Id (Get-NetTCPConnection -LocalPort 10005).OwningProcess ----- # This will return the process name and details us...")