#navbar-iframe { display: hidden } Technoholic

Sunday, February 13, 2011

Automatic Shortcut Viewer For Removable Storage Media In Desktop

You might have seen in Linux based OS like Ubuntu, whenever you insert a removable storage media in to your computer a shortcut to the storage device automatically appears in the desktop. If you are one of those who are keenly interested to get such feature in your Windows 7 or Windows XP or Windows Vista than have a rest on reading this article.

There are some free software that helps you to make this thing really possible. Upon researching various tools like these, I found one of them very useful and worthy to use.

This freeware I am talking about provide the user with automatic shortcuts to their USB and other drives that appear and disappear from the desktop as the user plugs their media in and out. The hero’s name is Desktop Media.

The best thing about this utility is that it uses very small amount of your Randomly Accessed Memory.











Besides usual removable media shortcuts you can also add network shortcuts and even shortcut to your fixed drive.

Sunday, November 28, 2010

SHUTDOWN COMPUTER WITH MOBILE PHONE


In this tutorial, I am going to teach you how you can control your computer’s basic function using Microsoft Outlook and your Cell Phone Network. For this tutorial I am demonstrating how a user can shutdown, restart, hibernate their computer, just by sending an email from their phone.
To make this happen, all you need is Microsoft Outlook installed on the PC which you want to control from your cell phone
Now let’s begin with the tutorial.

First, you need the batch files to perform the Shutdown, Hibernate operation.
For example,
shutdown -r -t 10 -c “shutting down”
Copy this code and paste it in notepad, save it as shutdown.bat
Now open up Microsoft Outlook. I am assuming that you have already configured it for your Email and I am not going to teach you about setting mail in Microsoft Outlook. 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 on Mail Setup tab, and then, 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 or anytime you may like. Now you may close all of these dialog boxes.
Now go to Tools>Rules and Alerts. Click on E-mail Rules tab. In new window select Check messages when they arrive and click Next.
Now in next page, check on, on this machine only and with specific words in the subject.
After checking these two values, click on specific words underlined.

Search Text window will open, in the input field type the command that shuts down the PC. You can use any commands. For prevention of accidental execution I kept %shutdown% as a command. Click on Add button after you are done and click on OK
Now click on Next.
In the next window check mark on start application. In thelower screen, click on application link.

Now you’ll be welcomed to your familiar file open window. Load all files. And select the batch file that you’ve created to shutdown your PC.
If everything went well you’ll see the screen similar to below:

Click on Next, again click on next (don’t choose any things in this step). And finally click on Finish button.
You’ll have %shutdown% alert shown in the E-mail Rules tab.


Now, when you send a message from your phone to your e-mail address with the Subject  %shutdown%your computer will trigger shutdown.bat file and instantly executes the command in that batch file finally leading to shutdown the PC.
You can use any batch file to execute any command.
Hope you loved this tutorial.