Archive for April, 2009

h1

How to verify running port of windows system

April 2, 2009

netstat -ao |find “Port number”

h1

How to shutdown windows system from command prompt

April 2, 2009

shutdown

h1

How to get task list and process ID of running programs on windows

April 2, 2009

Just type tasklist on your command prompt.

h1

How to get MAC address of windows system.

April 2, 2009

Just type below command at your DOS command promt:( That will work in XP and above)
getmac – quickly grab just the mac addresses of your NICs without having to use ipconfig /all