Thursday, 5 December 2013

Nokia Trick Of Sceret Code



On the main screen type in:

*#06# for checking the IMEI (International Mobile Equipment Identity).

*#7780# reset to factory settings.

*#67705646# This will clear the LCD display(operator logo).

*#0000# To view software version.

*#2820# Bluetooth device address.

*#746025625# Sim clock allowed status.

#pw+1234567890+1# Shows if sim have restrictions.

*#92702689# – takes you to a secret menu where you may find some of the information below:

1. Displays Serial Number.
2. Displays the Month and Year of Manufacture
3. Displays (if there) the date where the phone was purchased (MMYY)
4. Displays the date of the last repair – if found (0000)
5. Shows life timer of phone (time passes since last start)
*#3370# – Enhanced Full Rate Codec (EFR) activation. Increase signal strength, better signal reception. It also help if u want to use GPRS and the service is not responding or too slow. Phone battery will drain faster though.

*#3370* – (EFR) deactivation. Phone will automatically restart. Increase battery life by 30% because phone receives less signal from network.

*#4720# – Half Rate Codec activation.

*#4720* – Half Rate Codec deactivation. The phone will automatically restart

If you forgot wallet code for Nokia S60 phone, use this code reset: *#7370925538#

Note, your data in the wallet will be erased. Phone will ask you the lock code. Default lock code is: 12345

Press *#3925538# to delete the contents and code of wallet.

Unlock service provider: Insert sim, turn phone on and press vol up(arrow keys) for 3 seconds, should say pin code. 
Press C,then press * message should flash, press * again and 04*pin*pin*pin# \
*#7328748263373738# resets security code.

Default security code is 12345

Change closed caller group (settings >security settings>user groups) to 00000 and your phone will sound the message tone when you are near a radar speed trap. Setting it to 500 will cause your phone 2 set off security alarms at shop exits, gr8 for practical jokes! (works with some of the Nokia phones.) Press and hold “0″ on the main screen to open wap browser.

How to download youtube video on java mobile, anriod, ipod,tab pc in any format



As we all know youtube is a website where you can download different types of video and most internet users this day uses mobile phone, So today i will be sharing with you on how you can download you tube video to your mobile phone. - See more at: http://teckbucket.blogspot.in/2013/05/how-to-download-youtube-video-to-mobile.html#sthash.AtVTINN6.dpuf
Step1: Go to youtube website then search the video you want to download
Step 2: After searching for the video you want to download, You make a small change to the link of the video page by going to your browser address bar For example: http://www.youtube.com/watch?v=kFDu6ACKLKo you will replace the 'www' with 'ss' and this is how it should be http://ss.youtube.com/watch?v=kFDu6ACKLKo And if you are using opera just press # and 1and it will show you the link then you replace the 'www' with 'ss'
Step 3: After you have replace the 'www' with 'ss' it will redirect you to a site 'http//:en/savefrom.net'
Step 4: Choose the format that suite you want and immediately your video will start downloading. Cheers you are done has this article help you or do you have any other way of downloading video from you tube let me hear from you. - See more at: http://teckbucket.blogspot.in/2013/05/how-to-download-youtube-video-to-mobile.html#sthash.AtVTINN6.dpuf

Wednesday, 4 December 2013

How To Add Blackberry symbols to Symbian [S^1,S^3S^5]



Well we have few topics under this board. Though i have something new i wanna share. This is an easy and short tutorial.

How to Add blackberry symbols to your symbian phone
How to add bb symbols to symbian phones

Requirements =
1. A hacked symbian phone.
2. x-plorer.
3. mobile hex editor.

Instructions = If your fone is hacked, you should have a
ROM PATCHER+,so go to the RomPATCHER and
apply open for all.rmp.Then using ur xplorer, go to Z:\
\resource\ then scroll down to 'avkon.r01' and copy it to
your memory card.Then using mobile hex, open the
'avkon.r01' you copied from 'z:\\resource'. It will show
some hexadecimals,ignore it and hold '5'.It will open the
file.You will see the numbered symbols.

Now goto 204.1 and 204.2.Then copy the symbols and
paste it at the end of the symbols already there.Then save
and exit.Move the edited avkon.r01 to c:\\resource\.Then
save and exit.Extract the 'more symbols.rmp' included in
the attachment and put it in 'e:\\patches\'
Then restart ur fone.

N.B = If you mistakenly mess up the avkon.r01 u copied
from Z:\\resource\ .Just delete it den goto Z:\\resource\
and copy another.


End Of Tutorial!

Tuesday, 3 December 2013

How to Hide the File and Folder In Linux?


Follow The Steps To Hide Folder In Linux :-


1) Open the folder which you want to hide.
2) Create a simple Document file (Right click - > Create Document file ->Empty File).
3) Rename the file as .hidden and save...

4) Open .hidden File then just Write your file or folder name which you want to hide. 

5) Then save again and close the file.
6) Press ctrl+H to Hide that file or folder.
7) Again press ctrl+H to Show that hidden File or folder.


That is the easy way to hide File or Folder in Linux...
TRICK - 2

1) Just Rename the file or folder as prefix(first character) the name  '.'(dot)
    It means  Starting with '.' or postfix(last character) the name '~'.
    It means Ending with '~' and press the ctrl+H to 
2) Then again press ctrl+H to show the file.

Sunday, 1 December 2013

Calculator in C# via code


______________

Form1.Designer.cs
_______________

namespace cal
{
partial class Form3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.tboxresult = new System.Windows.Forms.TextBox();
this.btn7 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btndivide = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btnmultiply = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btnsubtract = new System.Windows.Forms.Button();
this.btn0 = new System.Windows.Forms.Button();
this.btndot = new System.Windows.Forms.Button();
this.btnadd = new System.Windows.Forms.Button();
this.btnequal = new System.Windows.Forms.Button();
this.btnclear = new System.Windows.Forms.Button();
this.SuspendLayout();

this.tboxresult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tboxresult.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tboxresult.Location = new System.Drawing.Point(12, 12);
this.tboxresult.Multiline = true;
this.tboxresult.Name = "tboxresult";
this.tboxresult.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.tboxresult.Size = new System.Drawing.Size(234, 56);
this.tboxresult.TabIndex = 0;
this.tboxresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// btn7
//
this.btn7.Location = new System.Drawing.Point(12, 76);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(54, 52);
this.btn7.TabIndex = 1;
this.btn7.Text = "7";
this.btn7.UseVisualStyleBackColor = true;
this.btn7.Click += new System.EventHandler(this.btn7_Click);
//
// btn8
//
this.btn8.Location = new System.Drawing.Point(72, 76);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(54, 52);
this.btn8.TabIndex = 2;
this.btn8.Text = "8";
this.btn8.UseVisualStyleBackColor = true;
this.btn8.Click += new System.EventHandler(this.btn8_Click);
//
// btn9
//
this.btn9.Location = new System.Drawing.Point(132, 76);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(54, 52);
this.btn9.TabIndex = 3;
this.btn9.Text = "9";
this.btn9.UseVisualStyleBackColor = true;
this.btn9.Click += new System.EventHandler(this.btn9_Click);
//
// btndivide
//
this.btndivide.Location = new System.Drawing.Point(192, 76);
this.btndivide.Name = "btndivide";
this.btndivide.Size = new System.Drawing.Size(54, 52);
this.btndivide.TabIndex = 4;
this.btndivide.Text = "/";
this.btndivide.UseVisualStyleBackColor = true;
this.btndivide.Click += new System.EventHandler(this.btndivide_Click);
//
// btn4
//
this.btn4.Location = new System.Drawing.Point(12, 134);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(54, 52);
this.btn4.TabIndex = 5;
this.btn4.Text = "4";
this.btn4.UseVisualStyleBackColor = true;
this.btn4.Click += new System.EventHandler(this.btn4_Click);
//
// btn5
//
this.btn5.Location = new System.Drawing.Point(72, 134);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(54, 52);
this.btn5.TabIndex = 6;
this.btn5.Text = "5";
this.btn5.UseVisualStyleBackColor = true;
this.btn5.Click += new System.EventHandler(this.btn5_Click);
//
// btn6
//
this.btn6.Location = new System.Drawing.Point(132, 134);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(54, 52);
this.btn6.TabIndex = 7;
this.btn6.Text = "6";
this.btn6.UseVisualStyleBackColor = true;
this.btn6.Click += new System.EventHandler(this.btn6_Click);
//
// btnmultiply
//
this.btnmultiply.Location = new System.Drawing.Point(192, 134);
this.btnmultiply.Name = "btnmultiply";
this.btnmultiply.Size = new System.Drawing.Size(54, 52);
this.btnmultiply.TabIndex = 8;
this.btnmultiply.Text = "*";
this.btnmultiply.UseVisualStyleBackColor = true;
this.btnmultiply.Click += new System.EventHandler(this.btnmultiply_Click);
//
// btn1
//
this.btn1.Location = new System.Drawing.Point(12, 192);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(54, 52);
this.btn1.TabIndex = 9;
this.btn1.Text = "1";
this.btn1.UseVisualStyleBackColor = true;
this.btn1.Click += new System.EventHandler(this.btn1_Click);
//
// btn2
//
this.btn2.Location = new System.Drawing.Point(72, 192);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(54, 52);
this.btn2.TabIndex = 10;
this.btn2.Text = "2";
this.btn2.UseVisualStyleBackColor = true;
this.btn2.Click += new System.EventHandler(this.btn2_Click);
//
// btn3
//
this.btn3.Location = new System.Drawing.Point(132, 192);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(54, 52);
this.btn3.TabIndex = 11;
this.btn3.Text = "3";
this.btn3.UseVisualStyleBackColor = true;
this.btn3.Click += new System.EventHandler(this.btn3_Click);
//
// btnsubtract
//
this.btnsubtract.Location = new System.Drawing.Point(192, 192);
this.btnsubtract.Name = "btnsubtract";
this.btnsubtract.Size = new System.Drawing.Size(54, 52);
this.btnsubtract.TabIndex = 12;
this.btnsubtract.Text = "-";
this.btnsubtract.UseVisualStyleBackColor = true;
this.btnsubtract.Click += new System.EventHandler(this.btnsubtract_Click);
//
// btn0
//
this.btn0.Location = new System.Drawing.Point(12, 250);
this.btn0.Name = "btn0";
this.btn0.Size = new System.Drawing.Size(114, 52);
this.btn0.TabIndex = 13;
this.btn0.Text = "0";
this.btn0.UseVisualStyleBackColor = true;
this.btn0.Click += new System.EventHandler(this.btn0_Click);
//
// btndot
//
this.btndot.Location = new System.Drawing.Point(132, 250);
this.btndot.Name = "btndot";
this.btndot.Size = new System.Drawing.Size(54, 52);
this.btndot.TabIndex = 15;
this.btndot.Text = ".";
this.btndot.UseVisualStyleBackColor = true;
this.btndot.Click += new System.EventHandler(this.btndot_Click);
//
// btnadd
//
this.btnadd.Location = new System.Drawing.Point(192, 250);
this.btnadd.Name = "btnadd";
this.btnadd.Size = new System.Drawing.Size(54, 110);
this.btnadd.TabIndex = 16;
this.btnadd.Text = "+";
this.btnadd.UseVisualStyleBackColor = true;
this.btnadd.Click += new System.EventHandler(this.btnadd_Click);
//
// btnequal
//
this.btnequal.Location = new System.Drawing.Point(12, 308);
this.btnequal.Name = "btnequal";
this.btnequal.Size = new System.Drawing.Size(114, 52);
this.btnequal.TabIndex = 17;
this.btnequal.Text = "=";
this.btnequal.UseVisualStyleBackColor = true;
this.btnequal.Click += new System.EventHandler(this.btnequal_Click);
//
// btnclear
//
this.btnclear.Location = new System.Drawing.Point(132, 308);
this.btnclear.Name = "btnclear";
this.btnclear.Size = new System.Drawing.Size(54, 52);
this.btnclear.TabIndex = 18;
this.btnclear.Text = "Clear";
this.btnclear.UseVisualStyleBackColor = true;
this.btnclear.Click += new System.EventHandler(this.btnclear_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
this.ClientSize = new System.Drawing.Size(258, 370);
this.Controls.Add(this.btnclear);
this.Controls.Add(this.btnequal);
this.Controls.Add(this.btnadd);
this.Controls.Add(this.btndot);
this.Controls.Add(this.btn0);
this.Controls.Add(this.btnsubtract);
this.Controls.Add(this.btn3);
this.Controls.Add(this.btn2);
this.Controls.Add(this.btn1);
this.Controls.Add(this.btnmultiply);
this.Controls.Add(this.btn6);
this.Controls.Add(this.btn5);
this.Controls.Add(this.btn4);
this.Controls.Add(this.btndivide);
this.Controls.Add(this.btn9);
this.Controls.Add(this.btn8);
this.Controls.Add(this.btn7);
this.Controls.Add(this.tboxresult);
this.Name = "Form1";
this.Text = "Calculator";
this.ResumeLayout(false);
this.PerformLayout();

}

private System.Windows.Forms.TextBox tboxresult;
private System.Windows.Forms.Button btn7;
private System.Windows.Forms.Button btn8;
private System.Windows.Forms.Button btn9;
private System.Windows.Forms.Button btndivide;
private System.Windows.Forms.Button btn4;
private System.Windows.Forms.Button btn5;
private System.Windows.Forms.Button btn6;
private System.Windows.Forms.Button btnmultiply;
private System.Windows.Forms.Button btn1;
private System.Windows.Forms.Button btn2;
private System.Windows.Forms.Button btn3;
private System.Windows.Forms.Button btnsubtract;
private System.Windows.Forms.Button btn0;
private System.Windows.Forms.Button btndot;
private System.Windows.Forms.Button btnadd;
private System.Windows.Forms.Button btnequal;
private System.Windows.Forms.Button btnclear;
}
}

___________________
Form1.cs
__________________

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace cal
{
public partial class Form3 : Form
{
double doublevalue1 = 0;
double doublevalue2 = 0;

string stroperatorsign;

public Form3()
{
InitializeComponent();
}

private void btn1_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn1.Text;
}

private void btn2_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn2.Text;
}

private void btn3_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn3.Text;
}

private void btn4_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn4.Text;
}

private void btn5_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn5.Text;
}

private void btn6_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn6.Text;
}

private void btn7_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn7.Text;
}

private void btn8_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn8.Text;
}

private void btn9_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn9.Text;
}

private void btn0_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btn0.Text;
}

private void btndot_Click(object sender, EventArgs e)
{
tboxresult.Text = tboxresult.Text + btndot.Text;
}

private void btnclear_Click(object sender, EventArgs e)
{
tboxresult.Clear();
}

private void btnadd_Click(object sender, EventArgs e)
{
doublevalue1 = doublevalue1 + double.Parse(tboxresult.Text.ToString());
tboxresult.Clear();

stroperatorsign = "+";
}

private void btnsubtract_Click(object sender, EventArgs e)
{
doublevalue1 = doublevalue1 + double.Parse(tboxresult.Text.ToString());
tboxresult.Clear();

stroperatorsign = "-";
}

private void btnmultiply_Click(object sender, EventArgs e)
{
doublevalue1 = doublevalue1 + double.Parse(tboxresult.Text.ToString());
tboxresult.Clear();

stroperatorsign = "*";
}

private void btndivide_Click(object sender, EventArgs e)
{
doublevalue1 = doublevalue1 + double.Parse(tboxresult.Text.ToString());
tboxresult.Clear();

stroperatorsign = "/";
}

private void btnequal_Click(object sender, EventArgs e)
{

switch (stroperatorsign)
{
case "+":
doublevalue2 = doublevalue1 + double.Parse(tboxresult.Text.ToString());
break;

case "-":
doublevalue2 = doublevalue1 - double.Parse(tboxresult.Text.ToString());
break;

case "*":
doublevalue2 = doublevalue1 * double.Parse(tboxresult.Text.ToString());
break;

case "/":
doublevalue2 = doublevalue1 / double.Parse(tboxresult.Text.ToString());
break;
}

tboxresult.Text = doublevalue2.ToString();
doublevalue1=0;
}
}
}

How to delete viruses permanently from ur PC


How to delete viruses permanently from ur PC...if it is coming back again and again after deleting.......

Open the “Command Prompt” from “Start” menu or by shortcut key “Windows Logo + R”.
Type cmd in “Command Prompt” and hit Enter to open “Command Prompt” window.
Type the following command in Command Prompt to delte files
DEL /F /Q /A filename
here filename is the full address of your file e.g C:/Program Files/ABC/abc.txt
Here DEL is to delete the file specified, /F is the tag which helps in deleting the file forcefully, /Q is for quiet mode, so it won’t let the system to ask for your confirmation before deleting, /A tag help in deleting files with attributes like hidden files or so.

To delete the whole folder use following command
RD /S /Q folder path
here folder path is the full path to the folder you want to delete e.g C:/Program Files/ABC
Here RD is for Remove Directory, /S for removing all the sub-folders and files present in that folder, /Q for quiet mode that it will not ask for your confirmation before deleting

You can use the same method to remove any file or folder, but this method provides great help in deleting infected files in folders.

Saturday, 30 November 2013

How to Bypass BIOS Passwords Easy Trick

Warning: This post is intended for systems administrators & IT Professionals provided service computer hardware. It is only for educational purpose not for Hackers, Home users or code crackers. Plz do not try this if you aren’t familiar with Computer’s Hardware.. Cooltrickss is not responsible for any illegal act or misuse of this information on How to Bypass BIOS Passwords.


How to Bypass BIOS Passwords
There are Back-door’s and several tricks through which it can Bypass or reset BIOS Passwords. BIOS passwords adds additional security for PC’s & laptops. Basic purpose is to prevent user to change BIOS settings & Booting without password. Before you Start you must contact customer support of hardwaremanufacturer staff and take the guidance of methods of bypassing the BIOS security. There are various methods that you can use it by yourself to bypass or reset the BIOS password That includes :

.
Use password cracking software like Hydra
Using a manufacturers backdoor password to access BIOS
Removing the CMOS battery for several minutes i.e 10min
Reset CMOS using the jumpers.
To get professional service
Overloading the keyboard buffer

Must remember that most BIOS passwords ain’t protect hard drive so if you wanna recovery first config it as a slave drive in same system or remove hard drive & then install it in identical system on How to Bypass BIOS Passwords.
______________________________________________________________
Backdoor passwords
Many BIOS manufacturers provided backdoor passwords that can access BIOS setup. These pass arecase sensitive so various combination must be tried. Keep in Mind that in US Key letter ” _ ” corresponds to ” ? ” in European keyboards. Laptop’s have better BIOS security then PC’s but we are not  concerned with it Hon ow to Bypass BIOS Passwords.

WARNING: Some BIOS configs might LOCK out your system completely if 3 times incorrect password entered.
______________________________________________________________
Award BIOS backdoor passwords:
AWARD_SW   AWARD?SW   AWARD   SW   AWARD   PW
ALFAROME   ALLy   aLLy   aLLY   ALLY   aPAf _award
Condo   d8on   djonet   HLT   J64 J256 J262 j332 j322   KDD
AWKWARD   awkward   BIOSTAR   CONCAT   CONDO
syxz   shift   + syxz   TTPTHA   ZAAADA   ZBAAACA   ZJAAADC
Lkwpeter   LKWPETER   PINT   pint   SER   SKY_FOX   SYXZ
01322222   589589   589721   595595   598598

______________________________________________________________
AMI BIOS backdoor passwords:
AMI   AAAMMMIII   LKWPETER   A.M.I.   CONDO
RAND   AMI?SW   AMI_SW   PASSWORD   HEWITT

______________________________________________________________
PHOENIX BIOS backdoor passwords:
phoenix,   PHOENIX,   LKWPETER   lkwpeter

ALFAROME   BIOSTAR   biostar   biosstar   CMOS  
cmos MISC.   SETUP   Syxz   Wodj
CMOS,   BIOS   setup  COMMON PASSWORDS

______________________________________________________________
OTHER BIOS PASSWORDS BY MANUFACTURER
Manufacturer Password
VOBIS & IBM merlin
Dell Dell
Biostar Biostar
Siemens SKY_FOX
TMC BIGO
Toshiba Toshiba

Compaq Compaq
Enox xo11nE
Epox central
Freetech Posterie
IWill iwill
Jetway spooml
Packard Bell bell9
QDI QDI
 
Toshiba laptops will bypass the BIOS passwords if left shift key is pressed during boot.


______________________________________________________________
Password cracking software
This software is used to Crack BIOS or reset on many chipsets. If PC has BIOS admin password this won’t allow floppy Drive so these utilities will not work.Though these utilities haven’t came from manufacturers so use them at your own risk How to Bypass BIOS Passwords.
Download:   Cmos password recovery tools 3.1
RemPass
KILLCMOS
______________________________________________________________
Using the Motherboard “Clear CMOS” Jumper or Dipswitch settings
Many System’s motherboards featured a set of dip-switches & jumpers that clears CMOS and remove its custom settings including BIOS passwords. Location of jumpers / dip-switches may vary according to manufacturer so do check documentation of motherboard.If documentation is not available mostly jumpers/dip-switches they are found on edge of the motherboard. while in laptops dip-switches are found under the keyboard.
jumpers/dip-switches  are often labeled as  – CLEAR CMOS – CLR – CLRPWD – CLEAR – PWD  PASSWD – PASSWORD 

NOTE: Unplug your PC and use grounding strip before touching motherboard. Once jumpers located on your PC turn on  and check if password is cleared or not, If it has then turn on and return jumpers to there original position on How to Bypass BIOS Passwords.
______________________________________________________________
Removing the CMOS Battery
On Most of the Systems CMOS settings are buffered by small battery linked to motherboard (just like small watch battery). If you power-of PC and unplug battery CMOS will reset itself and password will be blank. Before you do this you should be familiar with the manually reconfiguring the BIOS settings.
By using Capacitor Back-up power is also provided by some manufacturers to CMOS Chipsets, so if first attempt fails leave the battery out for approx 24 hours. Some Batteries are just wired on motherboard while some are soldered on it this makes the task much difficult. Experienced person must unsolder by properly placing sucker because it may damage motherboard. How to Bypass BIOS Passwords Another option is to  remove complete CMOS chip from motherboard for some time.
NOTE: Removing of battery to reset CMOS won’t work for every system. Latest laptops with stored BIOS passwords ain’t require computer power so removing the CMOS battery will not work for them. 
______________________________________________________________
Overloading the KeyBoard Buffer
On Older Computers CMOS can be forced to enter in setup screen on Booting by overloading thekeyboard buffer. This technique can be done by booting the system but keyboard or mouse must be unattached. In some systems it can also be done by pressing ESC key over 100′s of times rapidly.
.
______________________________________________________________

Jumping the Solder Beads on the CMOS
There is also possibility to reset CMOS by connecting Jumpers on chipset. There are number of chipsets soindividual jumper for every single chipset. Location of Solder Beeds may vary according to manufacturer so do check documentation of motherboard. How to Bypass BIOS Passwords This technique is mosttoughest and inexperienced users aren‘t recommended. This trick should only be used as “last ditch”effort.
.
______________________________________________________________
Using a professional service
If the manufacturer of PC or Laptop isn’t resetting BIOS password then there is still option of using professional service. Password Crackers. Inc provides a variety of services for laptops and PC’s ranging between $100 – $400. But for this service you have to provide proof of ownership or membership. This will not help 2nd hand PC buyers 

 

Copyright @ 2013 H@cking Tricks.