How To Shutdown A Computer With your Smart Phone Tutorial - 2015

Using this method, a user can shutdown, restart, hibernate, etc. his or her computer, just by sending an email from his or her phone.

To do this, all you will need is Microsoft Outlook which should come with Microsoft Office, which most people have. This will need to be on the computer wish you wish to shutdown.
So, this is how you do this:

In all actuality I have created many rules over the years and would like to show them to you ““ who knows maybe they will be as helpful to you as they are to me.

1. First let’s look at creating a rule in Outlook:

If you already have any rules created they will be here. A rule is simply a law on your computer that states when a message arrives with a specific subject, comes from a specific account or any of the other rules, a specific action will be taken. People use these to setup auto-forwards or automated responses. I use these to take actions on my computer.

My first rule shuts down my system and the second one restarts the system. After you start creating the rule hit the Start from a blank rule radio box. This gives us the most flexibility.


2. Next select Check messages when they arrive. This will scan only incoming messages for your rules. Obviously if you want to be slick you can have things happen when other people send messages on your machine. You can really achieve automation with these rules!

To be on the safe side ““ ie: not have someone else send me a keyword and have my Outlook jump through hoops for them as well – we want to make sure that the rules are only processed if they come from my account that I have specified for this.


3. Next up I hit the specific keywords link and I specify my keyword(s). In this case I used the key word ““ SecretKeyWord. This is case sensitive and the email’s subject would have to have SecretKeyWord in the subject just like that. Then that will trigger our Action which you will see shortly.

Our action is going to run a batch file so we choose start an application. You will need to create a batch file for each action. For example to shutdown the computer your batch file (a text file saved with the .bat extension) would have this line and only this line in it:

shutdown ““s ““t 00

and to create the same rule that restarts the computer just use this command:

shutdown ““r ““t 00

When an email arrives with SecretKeyWord in the subject the batch file will be launched and the machine will be restarted ““ blamo just like that!

You can create any batch file or even start an application on your machine with parameters. The possibilities are endless! Let us know how you use rules in the comments!