Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Wednesday, September 15, 2010

Creating show dektop icon in windows

Steps for creating show desktop icon in windows platform

1.Open a text file

2.Write the following code in that file

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

3.Save the file with 'show dektop.scf'

By this show desktop icon will create on your desktop

4.Drag the show desktop icon and drop in quicklaunch

Now you can minimize all the maximized windows in one shot

Tuesday, September 14, 2010

Creating a shortcut key for Folder or File in windows

If you are using a file or folder very frequently create a shortcut key 
Suppose you have a folder called "Softwares" in D drive
If you want to create shortcut for this folder

Right click on folder select Send To-->Desktop(create shortcut) option from context menu
By this you can see shortcut folder for Softwares folder on your desktop
Now right click on Softwares shortcut folder which is on your desktop
Select properties option from context menu, you can see properties window
Now put the cursor in Shortcut Key box and click "Shift" button in keyboard
You can see Crtl+Alt+ in the box
You can give shortcut key as you want for ex: Ctrl+Alt+1
Click Ok button

So from next time onwards if you enter Ctrl+Alt+1 Softwares folder will be opened.

Sunday, September 12, 2010

Windows Task Manager

In windows we can see Task Manager by using Ctrl+Alt+Del key

The alternative for this is Ctrl+Shift+Esc key to open Task Manager

It opens Windows Task Manager window

In Applications tab by selecting any of application and clicking on End Task you can stop the application

In Process tab by selecting any of process and clicking on End Process button you can stop the process

Monday, June 14, 2010

Command for Finding IPAddress of system in Windows

Enter the cmd in Run this will opens the command prompt

Enter the following command

ipconfig

by typing this command you can see the summary in the command prompt, in that summary you can find the IP Address of the host/system