Honore With His Spouce IGA KUBUNTU! OWNER. BLOG SITE. This is My Child FUTURE COMPUTER TECHNOLOGY
blogger JavaScript Rocks.

Wednesday, 11 September 2013

Make over 1,000 folders in Seconds! How to Shutdown PC From Mobile

 

How to Shutdown PC From Mobile



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:








1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can write them down yourselves
2. open your note pad
and write lik this...
c:\windows\system32\shutdown -s -f -t 00
and save it as shutdown.bat
3. 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 (1 minute for testing time can be increased if a delayed shutdown is desired). You can do this by going to Tools: Options.
4. Then click the Mail Setup tab, and afterwards, the Send/Receive button.
5. 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.
6. Now go to Tools: Rules and Alerts... click on :new rule select :star from blank rule next step 1 select with specific words in subject than in step 2 click on specific words and write shutdown than click on add ok & next step 1 select start application in rule wizard in step 2 click on application
7. Now select the shutdown.bat file ...whi u hv created ...
8. Now, when you send a message from your phone to your e-mail address with the subject shutdown or smsshutdown%%, your computer will shutdown.

 

Make over 1,000 folders in Seconds!





Make over 1,000 folders in Seconds!

Make more than thousand folders in few seconds.!!You can use this to annoy friends as he'll have to delete them or you can use for your benefit also!So here it goes....Open notepad and type without " :
"@echo off
:top
md %random%
goto top"




@echo off - makes it so that it appears to be a blank screen but actually its making hundreds of folder.md %random% is command that creating folders with random names.goto top – return to label :top, infinite loopSave it as '' 1000folders.bat '' (commas excluded)

0 comments:

Post a Comment