Thursday, November 16, 2006

Helpful Shortcuts

Bored of selecting Shutdown, Restart everytime by going to Start Menu...Try This!
This process will create a shortcut of shutdown and restart commands on your desktop. For this, just follow these simple steps:-

Right-click anywhere on the desktop and choose New->Shortcut. Now type the following command in the target box (without the square brackets)

%SystemRoot%\system32\shutdown.exe -s -t 00 [to shut down]

%SystemRoot%\system32\shutdown.exe -r [to reboot]

%SystemRoot%\system32\shutdown.exe -l [to log off]

Click Next and type a name of this shortcut. Click Finish.

Shutting Down or Restarting your computer is now a double-click affair.

You can also:
Create a pre-addressed e-mail message from the desktop


If you frequently send email to abc@xyz.com or even multiple people, you can create a desktop shortcut that will launch a compose message window in your default email editor (like Outlook, Thunderbird, GMail, etc).

Just type the following command in the target box from New->Shortcut as explained previously:

mailto:abc@.com [create a new e-mail message that is pre-addressed to abc

mailto:abc@xyz.com;lmn@pqr.com [create a new e-mail message that is pre-addressed to abc as well as lmn]

Start Microsoft Office Programs without the Splash Screen

You can suppress the splash screens of Microsoft Office software like Word, Excel, Powerpoint, etc with a simple trick - append a /q switch in the application shortcut.
"D:\Program Files\Microsoft Office 2007\Office12\WINWORD.EXE" /q
The above example will start Microsoft Word in quiet mode.

Send an Instant Message or Make a Call via GTalk

When you have a long list of contacts in Google Talk, this will come in very handy. Create a shortcut on your desktop for gtalk buddies with whom you frequently chat or call as mentioned below:

gtalk:chat?jid=abc@gmail.com (starts a chat)

gtalk:call?jid=abc@gmail.com (starts a call)

Click on the desktop shortcut and a message window pops-up for you to type the message , no need to hunt for that name in your long GTalk buddy list. [via]

Start Skype in Minimized mode

Select an existing Skype shortcut menu or create a new one using the same method New -> Shortcut and browse for skype.exe. Add the /minimized switch.

skype.exe /minimized

Skype is minimized to system tray when it starts.

Launch Firefox with Multiple Websites

Say you want to check gmail, google search, orkut scraps in one go.

Just create a desktop shortcut with the following text in the target box.

firefox.exe "gmail.com|google.com|orkut.com"


Further if you right click on the shortcut and go to its "Properties", you can add a shortcut key after which you need to press just Ctrl+Alt+(your desired key) to execute the shortcuts.

Howzzat!!!