IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

Shadow_x21 Tutorial Includes: Remote Shutdown

, and Local Shutdown


Shadow_x21
no avatar
Newbie
*
Group: [HOSTED]
Posts: 8
Joined: 21-September 08
From: Salinas, California
Member No.: 68,161



Post #1 post Sep 24 2008, 05:20 AM
Shadow_x21 Tutorial : Remote and Local Shutdowns


Shadow_x21

To Remote Shutdown A Computer. Used to shutdown a computer on the same network. Like at school

open notepad or a simple text editor( not microsoft word) or you can use the command prompt

type

[codebox]
@echo off
cls
shutdown -m \\Computername -s -t 120 -c "Comment Goes Here"
[/codebox]


Explanation:

@echo off : means that the code you typed below @echo off will not be displayed to the user
cls : will clear the screen
shutdown : represents shutdown.exe or the shutdown method
-m : represents a remote shutdown
\\computername : name of computer you want to shutdown
-s : initiates the shutdown method
-t : represents the time to stall before the computer shutsdown
120 = 2 minutes : is the time before the computer shutsdown. max three digits. minimum is 1 digit
-c : represents that a comment will be displayed on the targets computer. you do not have to do this.
"comment" : represents the comment that will be dispalyed.

You Can Also use -r to restart the computer instaed of -s


To Stop RemoteShutdown from occuring.


[codebox]@echo off
cls
shutdown -m \\Computername -a
[/codebox]


Explanation :

same as before except comments are disabled in remoteshutdown stop
-a will stop any remote shutdown as long as the syntax is correct an computername is specified


Local Shutdown. local only to that computer

[codebox]
@echo off
cls
shutdown -s -t 30 -c "This Is Your Computer Speaking"
[/codebox]


Explanation:

pretty much same as before except computer name is not required because it is only local to this computer.

and to stop this shutdown type

Shutdown -a

in the command prompt or if you used notepad craete a new file and type

[codebox]
@echo off
cls
shutdown -a
[/codebox]

If you used notepad for any of this save your File as Whateveryouwant.bat

examples:

hi.bat
bye.bat
penis.bat
welcome.bat
I_JustSawA.bat


The purpose of this is for safe knowledge or if it happens to you you know how to stop it.

I use it mainly to send people messages at school and they get all freaked Out ("I'm Watching You") Ha biggrin.gif

if you need this further explained or want more stuff like this Reply

Thanks...

Shadow_x21
Go to the top of the page
+Quote Post
Nabb
no avatar
Premium Member
********
Group: [HOSTED]
Posts: 193
Joined: 24-July 08
From: Australia
Member No.: 65,436
Spam Patrol
myCENT:73.24



Post #2 post Sep 24 2008, 08:19 AM
Good thing I can abort that in two seconds tongue.gif (windows+r, shutdown -a, enter)

An addition that should work:
1: Create a shortcut to said batch file
2: Right click, properties
3: Set a shortcut key..
4: Press Ok tongue.gif
5: Press the shortcut key!
Go to the top of the page
+Quote Post
PilzzE
no avatar
Newbie [Level 2]
**
Group: [HOSTED]
Posts: 30
Joined: 16-September 08
From: Netherlands
Member No.: 67,929



Post #3 post Sep 24 2008, 08:36 AM
These things are always funny, i have used this a lot laugh.gif

Other things you can do:

Put a shutdown bat or vbs in their start-up ph34r.gif

This is what i did 1.5 weeks ago:

I made something like minesweeper.

1. Make an .hta (open notepad and save it as .hta).
2. When the hta is openen make shure it covers the whole screen with no caption and buttons.
3. Next thing is: make a start button (which does nothing but people like to klick on things) attach a vbscript that manipulates
the registry and disable ctrl + alt + del.
4. Make a 3x3 table within each cell an X (this is a link)
5. Link a shutdown script under one of those X es which also copies itself to the startup dir.
6. Link a script which deletes theire system32 under one of those X es.
7. Link a script which copies a endless file creating loop under one of those X es.

This is a short description of my russian minesweeper angel.gif
Ah maybe i am going to write a tutorial for this xd.gif

And I can asure you that this is reaaaallllyyy funny xd.gif


Go to the top of the page
+Quote Post
innosia
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 236
Joined: 29-August 08
Member No.: 67,024



Post #4 post Sep 24 2008, 03:33 PM
If this really possible in the case we don't login to the \\computername?
if it can, then this is a bug or security problems.

In my opinion if login is needed, we need to start -> run type \\computername, a box pop up then type user and password to login to the remote computer, then the windows explorer open, and we close it, by doing that we have logined to the computername.

Then use the shutdown that shadow told. Anyone knows is login really needed?
Go to the top of the page
+Quote Post
Shadow_x21
no avatar
Newbie
*
Group: [HOSTED]
Posts: 8
Joined: 21-September 08
From: Salinas, California
Member No.: 68,161



Post #5 post Sep 25 2008, 01:05 AM
Shadow_x21

innosia you don't need to be logged in to do what i explained earlier but their computer must be on. you can even initiate the shutdown while their

on their login screen. now about what you said is a remote connection which is not needed uless you plan to mess with thier stuff by logging in.

Bat files are pretty awesome and you can do alot of simple but effective things. I'll post some more tutorials on what you can do with them.

Shadow_x21
Go to the top of the page
+Quote Post
innosia
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 236
Joined: 29-August 08
Member No.: 67,024



Post #6 post Sep 25 2008, 04:42 PM
then when your computer is connected to local network, and when you are working, people in your LAN can shutdown your computer?
That is pretty insecure...
Go to the top of the page
+Quote Post
-Sky-
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 304
Joined: 30-August 08
From: United Kingdom
Member No.: 67,096
myCENT:92.70



Post #7 post Sep 25 2008, 09:48 PM
Nice Tutorial Shadow_x21. I could do this to remotely shutdown a school computer on one of the Staff laugh.gif

They'd be so mad if I did that. tongue.gif
Go to the top of the page
+Quote Post
Deviatore
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 25
Joined: 2-February 07
Member No.: 38,169



Post #8 post Sep 27 2008, 11:42 AM
lolz this is my favourite option for shutdown-ing my PC.
i am too lazy to click Start then Turn Off and then Shutdown tongue.gif
so i am just using shortcuts of those commands.

many times it can be fun also. for example, set its icon to My computer. then rename it to my computer or any other u wish.
and then send it to your friend's Desktop. he will go crazy why whenever he opens his My Computer, his PC turns off tongue.gif
it works cos i have tried on my friend.
Go to the top of the page
+Quote Post
Evolke
no avatar
Premium Member
********
Group: Members
Posts: 186
Joined: 15-January 08
From: Australia
Member No.: 56,309
myCENT:59.25



Post #9 post Oct 18 2008, 03:04 AM
Hah! My 'in-experienced codes' mind had no idea this was even possible! Love the My Computer Desktop idea, that would hilarious! biggrin.gif
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   0 Albus Dumbledore 1,264 18th June 2006 - 08:28 AM
Last post by: Albus Dumbledore
No New Posts   9 noxit 935 30th July 2004 - 02:57 PM
Last post by: templest
No new   32 ultrasmad 4,153 14th February 2005 - 11:01 AM
Last post by: Someone
No new   16 ultrasmad 3,203 21st May 2005 - 10:04 AM
Last post by: alexia
No New Posts   3 ultrasmad 869 30th July 2004 - 03:27 PM
Last post by: templest
No new   34 Bash 9,510 23rd February 2007 - 05:13 AM
Last post by: btdesign
No New Posts   0 etycto 346 2nd September 2007 - 09:43 PM
Last post by: etycto
No New Posts   9 neeki4444 2,606 25th March 2008 - 03:19 AM
Last post by: osknockout
No New Posts   1 NeXDesigns 679 16th September 2004 - 07:46 PM
Last post by: ipunto21
No New Posts   7 NeXDesigns 673 30th September 2004 - 01:16 PM
Last post by: Amorphia
No New Posts   1 NeXDesigns 1,190 30th September 2004 - 09:28 AM
Last post by: OpaQue
No New Posts 11 lucaas 866 20th September 2006 - 10:22 PM
Last post by: qwertyiscool
No New Posts   0 eldeo 416 10th October 2004 - 01:36 PM
Last post by: eldeo
No New Posts   13 MSTR 2,011 24th September 2006 - 07:31 PM
Last post by: FirefoxRocks
No New Posts   0 Codemaster Snake 386 11th August 2007 - 04:32 PM
Last post by: Codemaster Snake


 



RSS