Archive for February 1st, 2010

Monday, February 1st, 2010 at 9:01pm

Windows netstat

Posted by Brian Higgins in Windows

If UAC is enabled in Vista or 7, use a command shell with elevated rights before proceeding. Once you have the appropriate command shell available:

X:\>netstat -a | Display connections and ports
X:\>netstat -n | Display IP addresses in numeric form
X:\>netstat -f | Display FQDNs
X:\>netstat -b | Display binary associated with connection
X:\>netstat -o | Display PID associated [...]

Monday, February 1st, 2010 at 8:48pm

Spawning a Windows command shell with elevated rights

Posted by Brian Higgins in Windows

If you require elevated rights to execute binaries in a Windows Vista or 7 command shell:

Click START
Type “cmd” but do not press [ENTER] key
Right-click the “cmd.exe” icon in the Search Results list
Select “RUN AS ADMINISTRATOR” and satisfy any UAC prompts you may have
You should now have an open command shell with elevated rights
When finished using [...]

© 2010 B r i a n H i g g i n s . c o m: . :   Just   Another   Personal   Website   : .