Check out in INSTAGRAM

Instagram

Tuesday, 21 January 2014

Net send command

Net send

Sends messages to other users, computers, or messaging names on the network.

Syntax :

net send {name | * | /domain[:name] | /users} message

Example :

C:\> net send 172.16.4.88 " Hai shutdown your system"
The message was successfully sent to 172.16.4.88

The messenger service must run on the destination computer to enable the NET SEND
 command. By default, the Messenger service is disabled on computers that are running Microsoft Windows xp sp2

User Account Creation Through Batch File with Administrator rights.

Step 1: Open note pad
Step 2:Copy and Paste the below content

net user vishwas /add
net localgroup administrators vishwas /add
logoff

Step 3: Save as user.bat (.bat format)
Step 4:Run the Batch file