Wednesday, March 17, 2010

V9H79ZJ4QRRC

Monday, March 15, 2010

How to Restart Windows without Restarting your PC

When you click on the SHUTDOWN button,
make sure to simultaneous press SHIFT Button.
If you hold the Shift key down while clicking on SHUTDOWN button,
you computer would restart without restarting the Computer.
This is equivalent to term "HOT REBOOT".

Control Your Mouse Through Keyboard

This is for all computer professionals and programmers who have arm problems due to continuous use of mouse.U can easily control your mouse from the numeric pad of keyboard.All u have to do is this!!!

Microsoft Windows users can enable
the accessibility feature to move the
mouse using their arrow keys by following the 
below steps.
  1. Click Start, Settings, Control Panel.
  2. Within the Control Panel open Accessibility Options 
  3. Click the Mouse tab.
  4. Check the "Use Mouse Keys" check box.
  5. If you wish to increase the speed or 
  6. change any other settings, 
  7. click on the Settingsbutton.
  8. Click Apply and then close out of the box.
After performing the above steps you will be able to used 
the numeric keypad 
as a mouse moving up, down, left, right, and all the diagonals. 
In addition, you may also use the center "5" key as a left click.
Note: You must have the Number lock on for this feature 
to work by default. 
This can be changed through the settings.

Sunday, March 14, 2010

Increase the life of ur dvd rom

This is an interesting one!!!

This is for those who watch movies on their computer's dvd rom drive!!!
There is a software called dvd idle pro which can really increase the life of your dvd drive. By using the Smart Read-ahead Cache,
DVDIdle saves DVD data which will be played soon onto the hard disk cache or RAM cache, and
then feeds it to DVD player.
This allows the DVD drive to rest.

For example:
a 6X-speed DVD drive will only work for 15 minutes when you are watching a 90 minutes DVD
movie.
here is the link: http://www.dvdidle.com/download/DVDIdlePro59.exe

Chat With Command Prompt


If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!