Shutdown pcs at school
SPONSORED LINKS                              
You wanna mess around with your school network?
You wanna own the shit out of some kiddies who think they’re the best?
Well thankfully there’s the shutdown function in cmd Smile
First of all you need to have access to a cmd prompt on the network for this to work.
If it’s disabled you can obviously run everything from .bat files.
So first type in
Code:
Net View
This will give you all the names for all the computers on the network.
Then you want to find a target and write it down, so for example a name is //045-comproom1-05 then you will utilize that name to shutdown the computer.
What next? Well if you’re a lil skiddy yourself then the easiest thing to do is type in
Code:
shutdown -i
which will give you a gui interface and you’ll be able to shutdown whichever computer you want with it, you can set a time, even throw in a funny comment like “owned” or somethin Smile.
commands you will use if you just wanna use the command interface are
Code:
shutdown -m //computername
- shutsdown the pc.
Code:
shutdown -m -c “owned”
shutdown with a comment.
Code:
shutdown -l
logoff the user.
Code:
shutdown -r
restart the computer.
and so on…
Well that was a nice and quick tutorial now wasn’t it?
Have fun, be safe.
Popularity: 12%
Random Posts
Shutdown pcs at schoolSubscribe to COOL COMPUTER TRICKS by Email
Support Us keeping this website online 24*7 Please
Recent Entries
- Glx-Dock for Linux
- Download Opera portable 10.50
- O & O Defrag 11 Professional Edition [Free download]
- [How To] Always run an application as Administrator in Windows 7
- PixResizer: Resize your images with ease
- Kolibri OS – smallest OS with GUI
- Snow Leopard theme for Windows 7
- Add funny effects to your photos using PicJoke
- Cheapest 3G Phone in India – Launched By Nokia
- [How to] Remove/Recover BIOS password






































April 3rd, 2008 at 3:00 am
Buddy your trick is not working.
It allows to shutdown our own pc but when i try to shutdown anyother pc its says
Access is denied
June 4th, 2008 at 10:20 am
yea man when i tried this at my school the net view worked and i was gonna shut them down with net view but then it said “access is denied” aswell can you figure it out?
October 23rd, 2008 at 7:31 am
yeah what happened
October 24th, 2008 at 4:15 pm
ITs Working Well For me. I use this every now and then, The lab assistant is still puzzled, Awesome thanks!!!