Sunday, 9 October 2011
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.
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.
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
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
Subscribe to:
Posts (Atom)