To work around this problem, change the Startup type of the Messenger service to Automatic, and then start the Messenger service.
To do this, follow these steps:
- Open Windows Explorer.
- In the left pane, right-click My Computer, and then click Manage.
- In the Computer Management window, expand Services and Applications in the left pane, and then click Services.
- In the right pane, double-click Messenger.
- In the Messenger Properties (Local Computer) dialog box, click the General tab.
- On the General tab, select Automatic from the Startup type list, and then click Apply.
- Under Service status, click Start, and then click OK.
Copy to a file and save as .bat ext.
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
No comments:
Post a Comment