Office Communicator keyboard shortcuts
Key Action
Windows + Q = Open Communicator
Alt + F4 = Close Communicator
Enter = Open Conversation window for selected contact
Alt + Up arrow = move group up
Alt + down arrow= move group down
Shift + Enter = Add a line break in Type a note area
Alt + I = Invite someone to join the conversation
Ctrl + F = Send a File
Ctrl + S = Save contents of instant messaging
Ctrl + B = Bold selected text
Ctrl + U = Underline selected text
Ctrl + I = Italicize selected text
Ctrl + T = Strikethrough selected text
Windows keyboards shortcut keys
How to Open specific sequence of port numbers when firewall is on
By default the Windows Firewall seems to block all ports. In order to open ports 2400-2600 you can run the following command from a Command Prompt:
FOR /L %I IN (2400,1,2600) DO netsh firewall add portopening TCP %I "Port"%I
This command will basically add each port, starting with port 2400, in increments of 1, up to port 2600 to the Exceptions list.
To remove these ports from the Exceptions list, you can run the following port from a Command Prompt:
FOR /L %I IN (2400,1,2600) DO netsh firewall delete portopening TCP %I
How to enable remote desktop when firewall is on:From Windows Firewall in Control Panel select the Advanced tab and then click on the Settings button next to the “Local Area Connection” and check the box next to “Remote Desktop”.
References:
link1
link2
How to Install IIS on Windows Server 2003
Either at the console or through a terminal session, log on to Cont-CA01 as a member of the Administrators group on the local computer.
Procedure
To install IIS on Windows Server 2003
1. Click Start, point to Control Panel, and then click Add or Remove Programs.
2. In Add or Remove Programs, click Add/Remove Windows Components.
3. In the Windows Components Wizard, under Components, select Application Server.
Note: Selecting Application Server performs a default installation of Internet Information Services (IIS) and includes components that are not necessary for Certificate Services. In most cases, this installation is acceptable for an isolated test environment. However, if you plan to connect your test environment to your production network, consult your organization's security policy to determine which components to install.
4. Click Next and it may ask for location I386 folder which is available in installation CD, please locate it and click on ok button.
5. After the wizard completes the installation, click Finish.
Reference:
http://technet.microsoft.com/
How to use alternate key if one of the key on keyboard is not functioning
After heavy usage of particular key on laptop/desktop keyboard it may happen that perticular key like enter key may stop working, in this scenario we do not need to buy new keyboard just to avoid non functioning of single key.
There are lot many free utilities available on net for free to avoid this problems. for example let us consider SharpKeys version 3 which will map one key to specific key. In my case Enter button/key is not working so i mapped 'Home' button to 'Enter' key by adding Home button in map this key (from key) list and 'enter' button in to this key (to Key) list --> click on ok button --> click on 'Write to Registry' button.
Download from following locations:
SharpKeys 3.0 download
KeyTweak 2.3.0 download
Twitter
Facebook
Flickr
RSS