المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Turn off your computer from a cell phone



NiGHT WOLF
22-01-2009, 10:00 PM
Turn off your computer from a cell phone




http://www.atyafonline.com/vb/imgcache/1381.png


I read about this online a little
while ago, and found it really cool. Using this simple method, a user can shutdown, restart, hibernate, etc. his or her computer, just by sending an email from his or her phone. I know, sounds really cool. 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:

Before I start, I would just like to note that I found where I think I read this. Original Source here (http://www.timmatheson.com/2006/05/how-to-remote-shutdown-your-windows-xp-machine-with-a-text-message-and-outlook/)


First, you will need the batch files that will be needed to perform the shutdown, hibernate, etc. You can either make these yourself, or download this zip file found on the original source: Download the files here. (http://www.timmatheson.com/downloads/howtos/sms_shutdown/sms_functions.zip) Extract it to the C Drive so that its extension is : “C:\sms_functions\”
Open up Microsoft Outlook. Make sure that you have already configured it for your email.
Now we will need to make it so that Outlook checks your inbox about every minute. You can do this by going to Tools>Options. Then click the Mail Setup tab, and afterwards, the Send/Receive button.
Make sure that the Schedule an automatic send/receive every… box is checked, and set the number of minutes to 1. Now you may close all of these dialog boxes.
Now go to Tools>Rules and Alerts… Next click the options button in the upper right hand corner and press the Import Rules button.
Now select the shutdown.rwz file that was found in the zip file named sms_functions that you downloaded (the one taken from the original source).

Now, when you send a message from your phone to your e-mail address with the subject smsshutdown%%, your computer will shutdown.




You can also make your own rule, so that you can use your own batch file, and may specify the phrase you want to trigger the action. You can do this by:


Selecting New Rule… Then clicking the Start from a blank rule radio button, selecting Check messages when they arrive, pressing Next >
Select a trigger by checking its box…pressing Next >
Select Start Application, and under Step 2, click the underlined word, Application.
Now select the batch file, and you are done.


If you have any questions or need help, please either visit the original source and comment there or here.

Thanks for reading, good luck using this, and I hope you find it useful!


Source

http://binaryshadows.wordpress.com/2007/05/22/turn-off-your-computer-from-a-cell-phone/

NiGHT WOLF
22-01-2009, 10:03 PM
كيف تطفىء جهازك بعد وقت معين انت تحدده بدون برامج ولا اضافات ولا شئ

مجرد بعض الأوامر .
الطريقة سهلة وحلوة وبسيطة ومافيها اي تعقيد ومفيدة جدا -- لنفترض مثلا إنك كنت تقوم بعمل تنزيل Download من النت -- وهذا التنزيل راح يكمل مثلا بعد ساعة وانت مستعجل وتريد الذهاب لمكان ما وتريد بعد الانتهاء من ال Download ان يقوم جهاز الكمبيوتر باطفاء نفسه بنفسه و تكون متأكد بان النت تم فصلة وجهاز الكمبيوتر تم أطفاءة بشكل سليم

او عندك عيال وتبي تحدد لهم وقت على النت,,
اول شئ نروح أبدأ start
بعدين تشغيل Run
نكتب الأمر التالى

shutdown -s -t 3600

مع مراعاة الفراغ بين الحروف
علما بأن الرقم 3600 عبارة عن ساعة كاملة-- هذة المدة اللي راح يطفي الجهاز بعدها -- طبعا تستطيع أن تزيد المدة أو تنقصها حسب تقديرك و ظروفك
ملاحظة : المدة تحسب بالثواني -- يعنى الساعة 60 دقيقة و الدقيقة 60 ثانية -- يعني الساعة =
3600 ثانية -- واذا مثلا تريد بعد ساعتين يطفي الجهاز 3600×2=7200 -- وهكذا
بعد كتابة الأمر السابق وتنفيذه راح يظهر لك مربع يقولك كم بقى من وقت على اطفاء جهازك

( بالساعة و الدقيقة و الثانية )



الان -- لنفرض إنك رجعت بسرعة من المكان الذى غادرت أليه -- قبل الجهاز ما يطفى -- و تبي تلغى الأمر وتريد المتابعة في عملك على الجهاز

نروح مرة ثانية start -- و بعدها Run
ونكتب الأمر التالى

shutdown -a

وبهذا نكون قد الغينا عملية الـ shutdown للجهاز..