Nov 21, 2009

Shadow_x21 Tutorial Includes: Remote Shutdown - and Local Shutdown

free web hosting
Open Discussion > MODERATED AREA > Tutorials

Shadow_x21 Tutorial Includes: Remote Shutdown - and Local Shutdown

Shadow_x21
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

CODE

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



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.


CODE
@echo off
cls
shutdown -m \\Computername -a



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

CODE

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



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

CODE

@echo off
cls
shutdown -a


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

 

 

 


Comment/Reply (w/o sign-up)

Nabb
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!

Comment/Reply (w/o sign-up)

PilzzE
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


 

 

 


Comment/Reply (w/o sign-up)

innosia
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?

Comment/Reply (w/o sign-up)

Shadow_x21
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

Comment/Reply (w/o sign-up)

innosia
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...

Comment/Reply (w/o sign-up)

-Sky-
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

Comment/Reply (w/o sign-up)

Deviatore
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.

Comment/Reply (w/o sign-up)

Evolke
Hah! My 'in-experienced codes' mind had no idea this was even possible! Love the My Computer Desktop idea, that would hilarious! biggrin.gif

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : shadow, x21, includes, remote, shutdown, local, shutdown

  1. Rfi (remote File Inclusion) What Is It? How Do I Stop It?
    Another website security tutorial (0)
  2. Installing Joomla On Local Computer(localhost)
    installing and managing joomla on your local host (13)
    Installing Joomla on local computer (localhost) First to install joomla you need a
    webserver, php and mysql installed on your computer. If you don't have these installed..download
    WAMP (Windows Apache MySql PHP) server and install it. I am writing this tutorial using WAMP as
    my server. But these steps are almost same in all other servers. Follow the steps below 1.
    First you need joomla package. Goto joomla website and download the latest version of joomla. Follow
    this link download joomla . This tutorial is based on Joomla 1.5.x 2. unzi....
  3. Remote Shutdown
    Windows Computers (32)
    Ok, this tutorial is designed to teach you how to remotely shutdown a Windows computer on a Local
    Area Network. I have not been able to test this on wireless and successfully do it, but it will work
    on computers connected to a LAN. Well here is how to do it. 1.Open Command Prompt on the computer
    you wish to shutdown from. Press Win + R and type in cmd or command. 2.Type in ipconfig on the
    computer you wish to shut down. If you know the IP address of the computer you wish to shutdown go
    to Step 4. 3.Get the IP address from the computer. 4.Go to the computer you wish t....
  4. Php Echo
    Learn what the echo can do for you. Includes basic echo and variable p (10)
    PHP Echo Description The echo() command has one purpose, displaying whatever you put in between the
    brackets. Learn to use it to your advantage. Try It Out There is your echo command. For now,
    it does nothing. It has no value to display. Outcome This is my text. Now this echo command
    has a value to display. Whatever you replace "This is my text." with will be displayed. Alright,
    lets move onto the next step. This time, we will include a variable in the echo command. $var =
    "This is a variable"; echo "$var. Congratualations, you just parsed a variable ....
  5. Remote Access To Your Wireless Router...
    A simple How-To (4)
    Warning, a little background knowledge is needed.. not much though ^-^ There is a
    way that you can use remote access to your wireless router... in fact your whole home network for
    free with no software downloading or anything. Quite a few wireless routers I've come across
    (h**ked) can be configured for remote access, you just set the password and the port for the remote
    access. To get to the router, you would type in it's local address. There should be a load of
    settings for you to manipulate, although the router will be password protected. y....
  6. Remote Shutdown
    (7)
    Hey everyone heres a tutorial on how to shutdown a computer remotley from another desktop, but they
    have to be on the same lan. Any ways this is great for using at school to shutdown other kids and or
    teachers computers and give yourself a laugh. here is the code that you type in Ms_DOS for
    windows. If your school has blocked that feature download the command prompt toolbar: shutdown -s
    -f -m \\IPOFOTHERCOMPUTER t- 00 just change the ipofothercomputer to the actual ip adress of the
    other computer. You can do much other stuff like restart it but the syntax is below. ....
  7. Templating System Using Php Includes
    Building a Dynamic site using Includes and flat-files. (13)
    Php based Templating System http://jlhaslip.trap17.com/template/index.php The Source Code
    for the scripts are included (literally) on the different pages on the Demo, including the Contact /
    Email script. The only page not there yet is the Message Script. Maybe tonight I will upload that.
    This one uses a little bit of query-string checking to confirm that the contents of the page are
    actually available (file_exists())and an allowed page content before serving it up. The
    'allowed page content' is done by checking against a flat-file containing an array....
  8. Automated Restarts Or Shutdown
    using Scheduled Task (0)
    Want to shutdown or restart your Windows automatically at a specific time you have defined before?
    Just follow these simple steps: Click on start -> Settings -> Control Panel -> Scheduled Task OR
    Click on Start -> Programs -> Accessories -> System Tools -> Scheduled Task to open Task Scheduler.
    In the Scheduled Task Wizard, use the Browse option and navigate to C:\Windows\Rundll32.exe. Click
    OK and finish the wizard including select the start time (time to restart your Windows). Once
    it's done, right click on the newly created task, click Properties, and add the fol....
  9. Setting up easyPHP on your local computer
    tutorial (4)
    Someone was asking in the forums about downloading the PHP/mySQL and apache Server
    ..seperately...thst is a real headache ..Well.. today we'll learn how to install and run a
    program called EasyPHP. It is a combination of some common free web server software that put
    together into an easy to install package. Normally to download and install each separate component
    can take a long time, plus be a headache to configure them to work together properly. Please note
    that it's a French Software. It includes: 1. MySQL Database System 2. Apache Web Server 3. PHP
    Programm....

    1. Looking for shadow, x21, includes, remote, shutdown, local, shutdown

Searching Video's for shadow, x21, includes, remote, shutdown, local, shutdown
See Also,
advertisement


Shadow_x21 Tutorial Includes: Remote Shutdown - and Local Shutdown

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com