Sunday 9 October 2011

Run taskbar application


if you wish to open your taskbar application without using mouse, then press windows+task serial naumber.
for instance, if you press windows+1, your first taskbar application will open, like that to open your 5th taskbar application press windows+5.
Picture

Create Shortcut key for any application in Windows 7


1. Right-click the program icon and select Properties. 

2. Select the Shortcut tab 

3. Click in Shortcut key textbox 

4. Enter the keyboard shortcut for that program. 

5. Press OK to exit. 

6. Use the Keyboard shortcut combo to launch the application.

Like the way i have used a combo of keys Ctrl+Alt+C to launch calculator application other applications can also be launched using Shortcut keys.
Picture
Like the way i have used a combo of keys Ctrl+Alt+C to launch calculator application other applications can also be launched using Shortcut keys.

Refresh All drive of your computer

Sometimes we go to run and write ‘tree’ then enter to refresh c drive, but what about other drives?? We can easily refresh all drives at a time…. For this we have to write a short program. Lets do….

First open your notepad, (start>accessories>notepad), then write the code below……

Echo Off

cd/

tree

C:

Tree

D:

Tree

E:

Tree

F:

Tree

Save it as “Refresh-RR.bat” on your desktop, now if you wanna refresh your all drive, just double click it……..

Here I considered you have 4 drive on your pc (C,D,E,F), if you have more drive then add drive letter, then colon, then tree. Suppose you have a drive named X. so

X:

Tree

Should be added.

For Example, I have C,D,E,F,I,J and K drive. So my code is

Echo Off

cd/

tree

C:

Tree

D:

Tree

E:

Tree

F:

Tree

I:

Tree

J:

Tree

K:

Tree

WELCOME

Welcome to my blog...........