NETSTAT -a -b not working in windows 7?

windows-7

Solution

You should have administrator rights to do this action

Run cmd.exe from administrator

Problem

In cmd.exe I enter: ``` NETSTAT -a -b ``` => result not working and show `The requested operation requires elevation` How to check port software running in windows 7

Original source