Using Your Command Prompt.
Type netstat -a Display all connections and listening ports, netstat -b Display the executable involved in creating each connection or listening port. In some well-known executables host multiple independent components, and in these cases the sequence of components involved in creating the connection or listening port is displayed. In this case the executable name is in [ ] at the bottom, on top is the component it called, and so forth until TCP/IP was reached. Note that this option can be time-consuming and will fail unless you have sufficient permissions. netstat -e Displays Ethernet statistics. This may be combined with the -s option. netstat -n Displays addresses and port numbers in numerical form. netstat -o Displays the owning process ID associated with each connection. netstat -p proto Shows connections for the protocol specified by proto; proto may be any of : TCP, UDP, TCPv6, or UDPv6. If used with -s option to display per-protocol statistics, proto may be any of: IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6 netstat -r Displays the routing table. netstat -s Displays per-protocol statistics. netstat -v When used in conjunction with -b, will display sequence of components involved in creating the connection or listening port for all executables.
Change Text on XP Start button.
Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open: field. Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane, double click the Shell entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.
Disable or Remove Shutdown.
It is Possible to Remove Shut Down option from Start menu. Just follow the following steps. Start->Run->gpedit.msc->User Configuration->Administrative Templates->Start Menu &Taskbar->Remove Shutdown on Start Menu.->Enable. Its Done!