Try to use this command in Windows Poweshell console please:
Get-Process -Id (Get-NetTCPConnection -LocalPort 7667).OwningProcess
Let me know what it shows
Not familiar with this command, or powershell. I just entered the command exactly as you entered...
PS C:\WINDOWS\system32> Get-Process -Id (Get-NetTCPConnection -LocalPort 7667).OwningProcess
>>
Get-NetTCPConnection : No MSFT_NetTCPConnection objects found with property 'LocalPort' equal to '7667'. Verify the
value of the property and retry.
At line:1 char:18
+ Get-Process -Id (Get-NetTCPConnection -LocalPort 7667).OwningProcess
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (7667:UInt16) [Get-NetTCPConnection], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_LocalPort,Get-NetTCPConnection
Get-Process : Cannot bind argument to parameter 'Id' because it is null.
At line:1 char:17
+ Get-Process -Id (Get-NetTCPConnection -LocalPort 7667).OwningProcess
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-Process], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetProcessC
ommand