Monday, February 27, 2012

HOW TO FIND HP (Motherboard, Product number, Hardware etc.)

1. MOZILLA FIREFOX

2.WWW.HP.COM

3.SEARCH HP.COM

4.PRODUCT NAME (EX-GZ626AA#ACJ)

5.Support & Drivers ( Click this type of link)

command-run -dxdiag

OR

(- Compaq Presario SG3140IL Desktop PC Product Specifications - c01287694)

6.Motherboard

· Manufacturer: ECS

· Motherboard Name: 945GCT-HM

· HP/Compaq motherboard name: Livermore8-GL6

Wednesday, February 15, 2012

How to send a message to other computers in your network with “net send” command


How to send a message to other computers in your network with “net send” command

Yesterday I want to send a message to my friend's computer on my network(home network behind a router) without install a new special software.After do some search on the Internet I found a "net send" command which included in Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP and Windows 2003.Net send command is a command line interface that pop-up a message in a simple Message box on your friend's computer like the bottom picture.
net send message box

But first of all your computer and your friend's computers must start the Messenger service which is disabled by default.
To start Messenger service.
1. Right click on My Computer icon >> manage.
net-send-message-box-1.jpg


2.You will see a Computer management window like the bottom picture.
net-send-message-box-2.jpg


3. Double click on Services and Applications
4. Double click on Services
5. Find service name Messenger at the Extended tab and double click.
net-send-message-box-3.jpg














6. Select General tab in Messenger properties window.Select startup type >> Automatic then press start button and press OK
net-send-message-box-4.jpg


Now both computers can send or review a message through your network.
Example : I want to send a message "Hello guy" to my computer which the computer name is MICROSOF-7293a9 (IP:192.168.1.2)


Here is step-by-step
1. Open a Command Prompt Window or DOS-box by Start >> Run type cmd press Enter.The Command Prompt Window show at bottom picture.
net-send-message-box-5.jpg
2. Type net send MICROSOF-7293a9 Hello guy or net send 192.168.1.2 Hello guy and press Enter.
3. You will see the popup like the bottom picture if the message was successfully sent.
net-send-message-box-7.jpg
If your message sent to your friend's computer by change computer name or IP this popup will show at your friend's computer.For more information for this command type: NET SEND ?