Howto: See if a local port is listening from command prompt
List local/remote socket and PID for all TCP connections in “Established” state: netstat -ano | find […]
List local/remote socket and PID for all TCP connections in “Established” state: netstat -ano | find […]
Open up notepad or another editor and paste this in: Set objShell = CreateObject(“WScript.Shell”) objShell.RegWrite “HKCR\Folder\Shell\MenuText\Command\”, […]