Thursday, February 5, 2009

Earn money by sending free sms

Hi !
Send free SMS to your friends and family all over India and get paid for it as well! Sounds too good to be true? Welcome to Expert Yuva.
ExpertYuva has an easy-to-use SMS interface which helps you to send SMS to your friends, family etc.
And if you get your friends to join in and build your own network at ExpertYuva , you can multiply your earnings !

For each sms u send .....u get Rs.0.02
and for each sms ur refferal send u get Rs.0.01

what are u waiting for.????????????????

Check out http://www.expertyuva.com/beta/register.php?inviteID=13074

Monday, May 26, 2008

CREATING SHARED FILE SYSTEM

CREATING SHARED FILE SYSTEM


So here's the idea. We are going to create a network-available folder right at the top of each machine's hard disk. Anything you put in that folder is available around the network and people can put stuff in as well as take stuff out. Never put original documents in there. Copies only, please.
Turn on Maxene and boot to the desktop.
My Computer => C: => File => New => Folder => click.
Name the new folder "ma_share" (no quotes). [enter]
Right-click the new shared folder.
Left-Click Properties => Sharing => Shared As: => Share Name: MA_SHARE=> Full => Left-Click Full Access Password => [enter]
The control panel should vanish and the shared folder will change to an icon with a hand holding it, "serving" it to the network.
Create a shared directory on all the machines using the first two letters of the actual machine name instead of the "ma". We discovered this helps identify network folders when they start showing up on each other's desktops. If the first two letters don't work, pick one or two of something to identify on which machine the folder lives.

Thursday, May 15, 2008

Wednesday, April 30, 2008

PRICE LIST FOR COMPUTERS

Hi.................
Do u want to enquire about the prices of each accessories of computer............no need to search for each component's price............just download the document from the below link which will help u in finding the price of all the components.............
http://www.ziddu.com/download.php?uid=ca2hlpWqbLCblJutt6yZlJyiaa%2BWlJWn9

Tuesday, March 25, 2008

Create shutdown button by your own

One-Click Shutdown:
If you have Clean Sweep Deluxe, you should disable it before proceeding. Follow these directions to create a one-click shutdown shortcut:
1· Navigate to your Desktop.· On the Desktop, right-click and go to New, then to Shortcut (in other words, createa new shortcut).
2· You should now see a pop-up window instructing you to enter a command line path.Enter one of these as the path: "SHUTDOWN -s -t 01" without quotes.
3· If the C: drive is not your local hard drive, then replace "C" with the correctletter of the hard drive.
4· Click the "Next" button.
5· Name the shortcut and click the "Finish" button.Now whenever you want to shut down, just click on this shortcut and you're done.
Also, if you want to make life better and faster, you can right-click the new shortcutyou just made, go to Properties, and type in X (or whatever letter) in the Shortcut Keybox.

Tuesday, March 18, 2008

Open the CMD from right click menu

For accomplishing certain tasks, such as the mass deleting or renaming of files, the command prompt is the ideal tool. Often, you'll combine its use with Windows Explorer, and so you may want to open the command prompt at the folder that's your current location in Explorer.
Wouldn't it be nice to add an option to the right-click context menu that would open a command prompt at your current folder? For example, if you were to right-click the C:\My Stuff folder, you could then open a command prompt at C:\My Stuff.
In Vista, it's easy to do. Hold down Shift when you right-click in a folder window, and a new option appears on the context menu: Open Command Window Here. Select it and there you are in an appropriately located command prompt.
In XP, that option doesn't appear, but you can add it with a Registry tweak.
1.Launch the Registry Editor by typing regedit at the Start Search box or a command prompt, then go to HKEY_LOCAL_MACHINE\Software\Classes\Folder\shell
2.Create a new key called Command Prompt. For the default value, enter whatever text you want to appear when you right-click a folder -- for example, Open Command Prompt.
3.Create a new subkey beneath the Command Prompt key called Command. Set the default value to Cmd.exe /k pushd %L
4.Exit the Registry.
The new menu option will show up immediately. Note that it won't appear when you right-click a file; it shows up only when you right-click a folder.