Remote Shutdown Utility

Pyro Pilots Lounge. For all topics *not* covered in other DBB forums.

Moderators: fliptw, roid

Post Reply
User avatar
Red_5
DBB Ace
DBB Ace
Posts: 384
Joined: Tue Oct 23, 2007 4:59 pm
Location: Twitter.com/Defend_America
Contact:

Remote Shutdown Utility

Post by Red_5 »

Hey all, recently I've had a bunch of losers at work rig up my power button with fishing line and pull it while I'm working. No joke. I don't even know how they did it, but I cut their line.

What I need is a program that will allow me to remotely shut down their computers without requiring administrative privileges, special prompts, firewall access or other crap like that. I need Industrial Strength.

Can anyone help? I'm itching to try this!

>really mad<
--Red_5
Richard Cranium
DBB Supporter
DBB Supporter
Posts: 1444
Joined: Tue Aug 07, 2001 2:01 am

Post by Richard Cranium »

what version of Windows?
User avatar
fliptw
DBB DemiGod
DBB DemiGod
Posts: 6458
Joined: Sat Oct 24, 1998 2:01 am
Location: Calgary Alberta Canada

Post by fliptw »

its called the fuse box.
User avatar
Grendel
3d Pro Master
3d Pro Master
Posts: 4390
Joined: Mon Oct 28, 2002 3:01 am
Location: Corvallis OR, USA

Post by Grendel »

Type \"shutdown /?\" in a command line for a starting point..
ImageImage
User avatar
TechPro
DBB Admiral
DBB Admiral
Posts: 1520
Joined: Thu May 20, 2004 11:51 pm

Re:

Post by TechPro »

Grendel wrote:Type "shutdown /?" in a command line for a starting point..
Yes, Grendel's suggestion is THE best one, unfortunately it requires Administrative rights and you're looking for something that doesn't require that (among other needs).

There is nearly NOTHING (except hacking tools) that will accomplish what you are asking ... if you don't have administrative rights to the remote system.

If you have administrative rights, then start off where Grendel suggested.
User avatar
Grendel
3d Pro Master
3d Pro Master
Posts: 4390
Joined: Mon Oct 28, 2002 3:01 am
Location: Corvallis OR, USA

Post by Grendel »

ImageImage
User avatar
JMEaT
DBB Meat ByProduct
DBB Meat ByProduct
Posts: 10047
Joined: Wed Mar 10, 1999 3:01 am
Location: USA

Post by JMEaT »

I just create a shortcut to shutdown.exe and append /r at the end (for rebooting) so I have a nifty desktop icon. :)
User avatar
TIGERassault
DBB Admiral
DBB Admiral
Posts: 1600
Joined: Tue Aug 10, 2004 3:33 pm

Post by TIGERassault »

The only way to do it is by hacking into their computers. So there's no moral way to do it.
But you could make quite a few easily-made viruses for them if you have both access to their computers and a decent knowledge of programming. I could make it for you myself, but I really don't approve of that.

The other way, and most effective too, is to simply pull the plug on their computers.
MD-2389
Defender of the Night
Defender of the Night
Posts: 13477
Joined: Thu Nov 05, 1998 12:01 pm
Location: Olathe, KS
Contact:

Post by MD-2389 »

User avatar
ccb056
DBB Fleet Admiral
DBB Fleet Admiral
Posts: 2540
Joined: Wed Jul 31, 2002 2:01 am
Contact:

Post by ccb056 »

start - run - shutdown /i
I haven't lost my mind, it's backed up on disk somewhere.
User avatar
Red_5
DBB Ace
DBB Ace
Posts: 384
Joined: Tue Oct 23, 2007 4:59 pm
Location: Twitter.com/Defend_America
Contact:

Re:

Post by Red_5 »

TechPro wrote: There is nearly NOTHING (except hacking tools) that will accomplish what you are asking ... if you don't have administrative rights to the remote system.
That's what I might need. The fuse box isn't nearly subtle enough.

Although I like the etherkiller idea... :twisted:
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

get a program that when run shuts the computer down without needing a prompt (i used to use one such program).

Then replace random shortcuts on their desktop/start menu to redirect to this program. They'll never know until it happens.
They'll probabaly catch on straight away and fix each shortcut as it catches them out. So do more than one shortcut, so it gets them a few times.

But as others have been saying, you can't remote shutdown a computer without having administration priviledges. you can't do much to a computer at all unless you have the proper security access (ie: admin privs) - access/security control built into operating systems is specifically designed to stop ppl like you from doing that :P.
User avatar
Red_5
DBB Ace
DBB Ace
Posts: 384
Joined: Tue Oct 23, 2007 4:59 pm
Location: Twitter.com/Defend_America
Contact:

Post by Red_5 »

Should I find a program like such, or make a batch file?
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

iirc the only way to shutdown without prompts is to use a program.

but try all the other commandline suggestions ppl here have given first - maybe one will bypass the \"shutdown?\" prompt.
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16050
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Post by Krom »

Replace some of their more common desktop shortcut icons with wizmo shutdown!
User avatar
Red_5
DBB Ace
DBB Ace
Posts: 384
Joined: Tue Oct 23, 2007 4:59 pm
Location: Twitter.com/Defend_America
Contact:

Post by Red_5 »

Oooh hoo hoo! :twisted: This is most nifty! I've done pranks like this using WinZip Self Extractor and engineering an autorun on my flash drive. This will be most entertaining.

The only problem that might arise is my colleagues have DeepFreeze installed on their systems, but no biggy. I'll bring news of the results. Thanks, all.
User avatar
TechPro
DBB Admiral
DBB Admiral
Posts: 1520
Joined: Thu May 20, 2004 11:51 pm

Post by TechPro »

Pffft .... if you can manage to get onto the computers ... simply place a shortcut to the shutdown command and use the parameters ... shutdown -s -t 00 (test it out before you try it on other systems)

Presto, no prompt, no telltale message (zero seconds = no waiting).

Best yet, place the command either in the startup folder ...

... or put it in the registry. There is a place where you can put stuff and it will be run at logon and WILL NOT be bypassed if they happen to hold down the shift key (like the startup folder can be bypassed)... but I don't recommend that one because you might have difficulty turning that one off. If you can't get the system to quit automatically shutting down... how ya gonna turn the shutdown command off? ... There is still a way, but you'd HAVE to have admin level remote access.
User avatar
Grendel
3d Pro Master
3d Pro Master
Posts: 4390
Joined: Mon Oct 28, 2002 3:01 am
Location: Corvallis OR, USA

Re:

Post by Grendel »

You can use PsShutdown to initiate a shutdown of the local or a remote computer, logoff a user, lock a system, or to abort an imminent shutdown.

usage: psshutdown [[\\\\computer[,computer[,..] | @file [-u user [-p psswd]]] -s|-r|-h|-d|-k|-a|-l|-o [-f] [-c] [-t nn|h:m] [-n s] [-v nn] [-e [u|p]: xx:yy] [-m "message"]
You'll need a valid admin user/pw pair to the machine in question tho.
User avatar
Dakatsu
DBB Admiral
DBB Admiral
Posts: 1575
Joined: Mon Feb 20, 2006 12:22 am
Location: St. Petersburg, Florida

Post by Dakatsu »

This always worked the best for me to shut down someone elses computer:
Image
User avatar
Aus-RED-5
DBB Friend
DBB Friend
Posts: 1604
Joined: Fri Apr 23, 2004 7:27 am
Location: Adelaide, South Australia
Contact:

Post by Aus-RED-5 »

That and a bucket of water! :P
User avatar
Red_5
DBB Ace
DBB Ace
Posts: 384
Joined: Tue Oct 23, 2007 4:59 pm
Location: Twitter.com/Defend_America
Contact:

Re:

Post by Red_5 »

Dakatsu wrote:This always worked the best for me to shut down someone elses computer:
Image
LOL! Truth be told, I've been considering that, but I kinda don't wanna pay three grand to fix the thing. (they have some DANG nice computers)
MD-2389
Defender of the Night
Defender of the Night
Posts: 13477
Joined: Thu Nov 05, 1998 12:01 pm
Location: Olathe, KS
Contact:

Re:

Post by MD-2389 »

Dakatsu wrote:This always worked the best for me to shut down someone elses computer:
*snip, because Dakatsu is a bandwith thief*
Apparently you didn't click my etherkiller link. That would be far more fun. :P
User avatar
Red_5
DBB Ace
DBB Ace
Posts: 384
Joined: Tue Oct 23, 2007 4:59 pm
Location: Twitter.com/Defend_America
Contact:

Post by Red_5 »

The Etherkiller is one of the funnier ideas I've seen in a while... I should do something similar to that to my friend's Nintendo 64. Maybe wire his cartridge slot.... :twisted:
User avatar
Dakatsu
DBB Admiral
DBB Admiral
Posts: 1575
Joined: Mon Feb 20, 2006 12:22 am
Location: St. Petersburg, Florida

Re:

Post by Dakatsu »

Red_5 wrote:Maybe wire his cartridge slot.... :twisted:
WITH EXPLOSIVES! YAY!
User avatar
AceCombat
Owned by Timex
Owned by Timex
Posts: 6516
Joined: Sat Apr 12, 2003 2:01 am
Location: Oakwood, GA

Post by AceCombat »

HAHAHAHA!! :lol:
Post Reply