Products Search

Wednesday, 4 December 2013

25 AMIT RAWAT 1 comment How to check your internet speed




Many of us are unaware of the speed provided by our ISP. The plan states something but speed experienced by end  users are different. most of us don't know the exact speed we are experiencing in our broadband or any net connection. 




Here are some simple steps to check your internet speed.
  • Go to speedtest.net or click here
  • simply click on begin test.
  • and see the actual results with in few seconds.

How to use a pendrive as RAM


How To Use Pendrive As Ram

Some time it’s very disappointing that you are using an outdated computer system which has very low ram and that’s why we can’t use application and games that want high ram. So what to do. There is a solution you can use your pen drive as ram. But how?
Window vista gives you the option to use pen drive as ram but this option is not available in window xp and window 7. So what to do? a software can help you to use your pen drive as ram in xp and it is eboostr. This software will help you to use your pen drive as ram and enhance the speed your system.
To download this software go to www.eboostr.com

how to protect gmail account from hackers

Most of the people use Gmail for sending emails. We have precious information stored in our Gmail account. So Gmail would be the target for hackers being hacking it. Gmail developer team has given us wonderful security option by enabling the 2-step Verification,


By enabling the 2-step verification from you Gmail account makesyour account more secure by making you to login into Gmail by 2 step. While logging in into the Gmail account, Gmail send you the security code to your mobile phone and asks you to enter that code in Gmail login page. This makes sure that only the mobile phone carrier can able to know that code. So your account cannot be Hacked if someone tries to hack your account from somewhere else.


How to enable 2-step verification

  • Log in to your Gmail Account,
  • Click Account at the top right,
  • Click Edit on 2-step verification,
  • Now Click Start Setup,
  • selcet your country and add your mobile number,
  • Select the method of verification, SMS option is by default and it is most recommended one
  • Just click Send Code
  • Now Google will send you Text in your mobile with Verification Code
  • Now click Next, and NextNote this point after 2-step Verification 
  • Your Another Application and Connected account will not be working, you need to re-invoke that on Final 2-step Verification or do it later!
  • If your Primary Moblie is lost then you cannot able to login to Gmail so set Backup Mobile Number
  • Backup Verification Code is the another way to Recover your Account Please Download and Note that number and keep it safely somewhere it is accessible for you, like your Wallet. Each code can be used only once.
  • I recommend you to read everything and make a note of it.
Happy with your safe Gmail Account. This time none can Hack your Gmail, I hope. Please comment below and also mention me if I have missed any point.

How to Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives


First of all its 101% working (self tested).

This trick will create a code which will continuously eject CD/DVD drives. If you put them back in, it will pop them out again untill u don't know how to stop it( explained blow the code " how to stop it" ). Copy this code and paste it in Notepad

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

and save it as cdrom.vbs or *.vbs

Double click to open this file and you will be impressed by this awesome trick. 

How to stop it
  • Open task manager or use  ctrl+alt+del
  • click on process tab
  • select wscript.exe
  • click on end process.

how to install windows quickly or save your time while installing new windows

TRICK TO SAVE YOUR TIME WHILE INSTALLING WINDOWS
  • Boot through Windows XP CD.
  • After all the files are completely loaded, you get the option to select the partition. Select “c”.
  • Now Format the partition, whether it is normal or quick with NTFS or FAT
  • Once the formatting is completed, All the setup files required for installation are copied.Restart your system by pressing Enter.Now, here begins the Simple trick to save 10-15 minutes.
  • After rebooting, you get a screen where it takes 40 minutes to complete or finalize the OS installation.
  • Now, Press SHIFT + F10 Key -> This opens command prompt.
  • Type “Taskmgr” and press enter. This will open Task Manager.
  • Click the Process Tab, here we find a process Setup.exe. Right Click on Setup.exe and Set Priority -> Select High or Above Normal. Initially it will be Normal

Creating a shorcut for logoff

Leaving your computer in a hurry but you don?t want to log off? You can double-click a shortcut on your desktop to quicklylock the keyboard and display without using CTRL+ALT+DEL or a screen saver.

To create a shortcut on your desktop to lock your computer:

Right-click the desktop.
Point to New, and then click Shortcut.

The Create Shortcut Wizard opens. In the text box, type the following:
rundll32.exe user32.dll,LockWorkStation

Click Next.

Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name you like.

Click Finish.

You can also change the shortcut's icon (my personal favorite is the padlock icon in shell32.dll).

To change the icon:

Right click the shortcut and then select Properties.
Click the Shortcut tab, and then click the Change Icon button.

In the Look for icons in this file text box, type:
Shell32.dll.

Click OK.

Select one of the icons from the list and then click OK

You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.

Accessing windows phone 7 (WP7) contacts through c# programming

Does anyone know how to access contacts list in WP7 ? this is the questions i came across in many forums and websites and recently i myself came across this situation shortly and came to know that microsoft has restricted access to the Contact API's, calendar, Camera etc to the third party application developers though i really don't know why microsoft had hidden such an important APIs from the developer since most of the mobile development works revolve around accessing phone contact for many purpose.

Do microsoft open the API's to public? really don't know but Microsoft is planning to release "Mango update" SDK this month 26th and it is said that more than 1500 API's are exposed in this SDK release to acces contacts, calendar etc etc but no one really knows to what degree.

is there any way to access contacts now? the answer is no but we can get partial information of contacts using "SavePhoneNumberTask" which has a property "PhoneNumber" with which you can access few information of contact below is the sample code

First of all include name space Tasks

using Microsoft.Phone.Tasks;

and below is the function to retieve contact list

private void PhoneApplicationPage_Loaded(object sender, RoutedEventArgs e)
{
SavePhoneNumberTask savePhoneNumber = new SavePhoneNumberTask();
savePhoneNumber.Completed += new EventHandler(savePhoneNumber_Completed);
savePhoneNumber.PhoneNumber = "1987654320";
savePhoneNumber.Show()

void savePhoneNumber_Completed(object sender, TaskEventArgs e)

{
view sourceprint?

MessageBox.Show("Phone Number Saved");

}
Though this method calls the phone contact screen and then add the contact one by one, but this is not straight forward way to it since API doesn't allow to save contacts without opening contact list screen any way above method is crude and its better to wait until Microsoft releases "Mango SDK" for windows phone development.

Tips HOW to recover scratched CD's


1. Spread a cloth on a flat surface and place the CD on it.
2. Then, hold the disc with one hand, use the other to wipe the polish into the affected area with a soft cloth.
3. Wait for it to dry and buff using short, brisk strokes along the scratch, not across it.
4. A cloth sold to wipe spectacles or camera lenses will work super m8's.
5. When you can no longersee the scratch,, wash the disc with water and let it dry before playing. Intersting isnt it? Try it right now
I have used toothpaste with good effects before Ive also used car paint cutting compound on deeper scratches. It does leave lots of smaller scratches (as it is a cutting compound after all) but it will remove the worst scratches in most cases.
ya u r gng to b surely befinited by this Operation

How to speedup your computer system's RAM


Intensify up your PC with a unproblematic ram pull. Okay pal, today I describe to you How to motion up your computer by ram that nasty how to fastness up your ram. Its dolabriform and small tips for how to movement hurrying of you computer RAM without any category of software. And example length is 2 distance to full processing how to hurrying up your machine ram. Its mainly force to RAM. Its vanish the expedited. Let’s gohow to make it-

1. Frsit of all go to Notepad
2. Type the code below
     MYSTRING=(80000000)
3. File>Click Save
4. Find the Save as type> Select All Files
5. File Name: ram.vbe
6. Click the save.
7. Open it by double clicking.
8. Make sure you save the file on your DESKTOP

Recall when you see your machine is laggard then stop on it. Then its output to pee fasting your RAM. Just double-click the sweet created enter on your display whenever your PC seems torpid. It power dispense your RAM a often needed displace.

How to connect your website or blog to google plus account


If u want to add your Website , Blog,  to google plus here is some simple steps to do it.
  • First of all go to your website, blog,  any other page you want to connect with google +. ( just  copy the   url of the page you want to add.)
  • Now Login to Google plus
  • Click on profile tab
  • Click on edit profile
  • Click on Other Profiles on right hand side
  • Now Click Custom Link
  • Now Enter your Level name  (display name of link )on first box and paste your website  or blog urlon second box.
  • Click on save.
That's it now You and  anyone in google + can see your website or blog in your google + account.

How to get google plus invititation OR what is google plus

What is Google+ (Plus)?

Google+ (plus) has become Google's answer to Facebook. If you have been under a rock and haven't quite heard yet, Google has really created a few new additions to its product line. The company launched Google Offers a few months ago which will compete with Groupon and LivingSocial. They are also adding pay for videos to YouTube so I really think Netflix is next. The most recent addition to their product line, Google+, is meant to replace Facebook.
Here are a few of the features that set the Google+ project apart:
Circles: Instead of announcing posts to everyone on Facebook, you can create different social circles so that it will be harder to accidentally tell your grandma you drank 7 shots of whiskey the night before.
Hangout: The chat option on Facebook has always been kind of awkward. In the Google plus hangout, you can let others know you are open to chatting online by visiting the hangout section.
Instant Upload: You can set it up so that all of your photos and videos upload automatically to your own private Google+ folder and then you can share the links to the photos or videos to select people. I would strongly discourage anyone to have their photos and videos automatically upload to any place on the Internet.
Sparks: With Sparks, you tell Google the things that you think you might be interested in and they will send you links to things you might want to watch or read. This is kind of similar to Google Alerts but less complicated.
Huddle: This is like a chat room. You can have a group of people meet at once. This might be able to replace Twitter parties in the future (which I've always found too complicated).
After exploring Google Plus, I think this will be more business friendly so that businesses (and their salespeople) will have a better way of communicating directly with customers. And since there is the huddle option, businesses will be able to hold chat sessions. I could see this as a way to connect customers with celebrities that may be representing their products.
I am not sure how contests can be ran yet on Google Plus but I imagine that Google will create their own contest program or link the social network program with a third party add-on.
I think Google Plus is going to be the way to connect most of Google's products together. For instance, when you sign on you are able to move people you've emailed in the past to several different groups like family, friends, following, or acquaintances. In the future, you will probably be able to click a friend to call them using Google Voice. In other words, Google Plus may become almost the only place you visit on the web. (Screenshots below)

How to Get a Google+ (Plus) Invite

This is the tough part. Google opened their program for a short period of time and then maxed out on the number of users after about 48 hours. You have to be invited to test out the Google+ Project. Here are the ways you can get an invite:
Comment Below: I have a few invites available. Comment below with why you want an invite.
Ebay: Many sellers say the invites will be delivered instantly. In all cases, you should review their feedback before purchasing anything from a seller to make sure they are legit. EBAY Google Plus Invites
From a Friend: Make an announcement on Facebook and Twitter to let everyone know you are looking for an invite.
Get on the List: There is waiting involved with this method. You can request to be notified by Google when they open Google Plus to more people. Here is the link:Google Plus Notification

Circle Group Options for Friends

8 ways to access blocked websites

1. Using IP instead of URL

2. Redirection with short URL service

3. Google cache

Search engines like Google and Yahoo cache webpages and these cached pages are stored in search engines themselves, which likely will be added to the blocked list. Click on the ‘cache’ will bring you to a cache version of the page, as updated as how Google caches it.

4. Internet Archive – Wayback Machine

Wayback Machine is a internet service that periodically keeps a copy of almost all websites in the Internet way from the date they’re started. Clicking on the latest copy of what Wayback Machine have should be somewhat similar to the real site.

5. Anonymous surfing

Hidemyass.com
- anonymizer.com
wujie.net
ultrareach.net


6. Use Proxy in Browsers

7. Bypass with translation services

Use Google translate. Open Google translate ,type the URL and translate page.

8. Retrieve web pages via Email

Web2Mail is a free service that sends websites you want to read right into your inbox. All you need to do is 

Use Kaspersky internet security 2012 Lifetime without license key:-






HOW IT WORKS JUST  FOLLOW THESE 7 STEPS:-
  • First of all disconnect your internet connection and Remove modem or Disconnect that Ethernet Cable. it is very necessary that to get lifetime Key of Kasper sky internet security 2012 .(copy this post and save it to notepad)
  • Delete the existing key (If You Have)
  •  Now Open Kaspersky 2012 product Then Click on (Either KIS or KAV) settings
  • Un-check the “Enable protection” Check box
  • Go Then “Options’ In the settings window itself , And uncheck Below Line

    • a) “Enable Self-Defense”
    • ”Disable External service control”

  •  Goto Start>Run>Type “regedit”>
Now enter then find

HKEY_LOCAL_MACHINE>SOFTWARE>KasperskyLab>environment.

From Right list >> double click on “ProductStatus”

Then , in the “Value Data” Field . replace “Released” with “Beta” and click OK

  • Now again Open Kaspersky 2012 product And Go settings Now Check Below these check boxes :-
    • i)”Enable protection” (In “Protection” sub menu)
    • ii)”Enable Self-Defense” (In “Options” sub menu)
    • iii)”Disable External service control” (In “Options” sub menu)
    • Click on “OK”

  • Close the error message saying that “Protection is not running” .

Couse ot Error massage that, you have not installed any key and the product is not registered also
  •  Restart your PC !

NOTE:- You must Restart your PC Other then it will not work properly

Now , after restart , Open Your Kaspersky product .

Then click On License” (Somewhat in the middle in the bottom)

Click on “Activate new license

then click on “Activate Beta License

then click on “Next”

From Now You will Not Blacklist you will get 30 Days Genuine Key .Just click on Activate beta license and click on .Next . That's it The kaspersky server will give u an new 30 days genuine key . So Enjoy!!!

How to boost internet speed by 20% without any software...

Have you seen People sending Smiles and images that are not part of Facebook Traditional chat codes.
Here in this post You will see how easy it is to create these codes and Impress you Facebook friends
Like, The best part is you can create your Unique codes . You can create codes of any image stored in you computer, by following these steps

Follow these Steps :- 
1. Go to Smileyti

2. Click on "Browse" and select The  picture you want to use in facebook chat.

3. Enter captcha code.[If you get one]

4. Click on "Upload Now" .

5. It will generate code in few seconds in This form<< [[512585645451273]] [[512585638784607]] >>
Copy The code
    
6. Paste it in facebook chat and hit enter.
 DONE :D

Samsung Galaxy M10s (Metallic Blue, 3GB RAM, Super AMOLED Display, 32GB Storage, 4000mAH Battery)

M.R.P.: ₹ 10,000.00 Deal of the Day: ₹ 7,999.00     FREE Delivery .  Details Ends in 07h 13m 46s You Save: ₹ 2,001.00 (20%) Inclu...