Multiple Login in Google Talk
By deafult only one user can login in Gtalk.By a Simple trick,
more than one user can login simultaneously.Just Follow the below steps
Create a Shorcut of Google Talk
Right Click the shortcut and select Properties,google talk Properties window will appear.
Under the Shortcut Tab,in the Target Option you will find “C:\Program Files\Google\Google Talk\googletalk.exe” /startmenu
Just add the following at the end of /startmenu ” /nomutex”(without quotes)
Click ok
Now more than one account can be logged in.
Clear Drop Down Address Bar in Internet Explorer
To clear the address entered in the internet explorer just follow the below steps
Go to Start->Run
Type Regedit and Hit Enter
Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs
In the Right Pane there will be list of URLs typed in the Internet Explorer, just select the URL which you want to delete then Right Click and select Delete.
Next, In the Confirm value delete Dialog Box Click Yes .Then the typed URL will be removed
Close the Registry
Restart Windows.
Domain Shortcuts
SHORTCUTS FOR THE FOLLOWING POPULAR DOMAINS,
CTRL+ENTER=.COM
SHIFT+ENTER=.NET
CTRL+SHIFT+ENTER=.ORG
Install Windows After Linux Solution -Re-Install Grub Boot Loader
FOR EXAMPLE:You have windows 98 and linux on the same hard disk and you choose GRUB as boot loader.At boot time you see a menu to choose windows or linux.
But one day you reinstall windows 98 and it rewrites your MBR and the menu has gone, now you only can boot windows.
What to do:
Put the redhat boot disk you created on the installation on the CD drive, boot the system and run grub command
Remember that for grub (hd0,1) means hda (primary controller master), second partition.
Now we need to tell grub where are the grub files:
If you know where they are, type something like:
root (hd0,1)
else if you have no idea, type:
find /boot/grub/stage1
and then the root command with the correct parameters:
setup (hd0)
to install it on hd0, that is MBR of the first HD.
type quit and reboot.
The menu will appear again.
If you want to make some changes to the boot menu, you must edit the file: /boot/grub/menu.lst
A sample menu.lst file is this:
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,1)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /boot/initrd-2.4.18-14.img
title Red Hat Linux (2.4.18-openmosix3)
root (hd0,1)
kernel /boot/vmlinuz-2.4.18-openmosix3 ro root=/dev/hda2 hdc=ide-scsi
initrd /boot/initrd-2.4.18-openmosix3.img
title WindowsME
rootnoverify (hd0,0)
chainloader +1
Increase your RAM memory & speed
Just start any application, say Microsoft Word and open some large documents.
Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list manually in descending order on Memory Usage or just leave as it is.
You will notice that WINWORD.EXE will be somewhere at the top in the sorted list, using multiple Megabytes of memory.
Now switch to Microsoft Word by clicking ALT+TAB and simply minimize it. (Don’t use the Minimize All Windows option of the task bar).
Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top.
You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM.
In any multitasking system, minimizing an application means that it won’t be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.