Tuesday 28 June 2011

How to create a file or folder without any name or with a blank space

1 comments
Steps:
1. Select any file or folder.
2. Right click on it, press rename or simply press F2
3. Press and hold the Alt key. While holding the Alt key, type numbers 0160(0r 999999999or 255)
      from the numpad.
   Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.           
4. Press Enter and the nameless file or folder will be created.

Reason: The file or folder that seems nameless is actually named with a single space.
But what if you want to create another nameless file or folder in the same directory?

For this you will have to rename the file with 2 spaces. Just follow these steps below:

   1. Select file, press F2.
   2. Hold alt key and type 0160 from the numpad.
   3. Release the alt key. Now without doing anything else, again hold Alt key and press 0160.
   4. Press enter and you will have second nameless file in the same directory.
   5. Repeat step 3 to create as many nameless files or folders in the same directory.
Continue reading →

How to create a folder with any name or create a con, prn, nul, lpt1~9, com1~9 folder

0 comments
Process to Create a New Folder and Rename it:
E.g. a) right mouse click- > new- > new folder
      A folder will be created with name “new folder”.
We can also change its name (right mouse click- >rename- >give a new name to the folder Suppose “xxx” or simply press F2 and give a new name) Now the name of the folder changes from “new folder” to “xxx”

b) We can also create a folder by command prompt
For this open command prompt (  + R- > type “cmd”- > hit enter )
E.g. It will display the command prompt screen-
           C :\
Use “mkdir” command to create a folder.
C:\>mkdir [path where to create the folder]\folder name then hit enter
E.g. suppose you want to create the folder having name “xxx” inside the folder “zzz” in d: drive.
Then type     
C:\>mkdir d:\zzz\xxx
c) We can also change the folder name by command prompt.
For this open command prompt ( + R- > type “cmd”- > hit enter)
E.g. It will display the command prompt screen-
          C :\>
Use “rename” command to change the name of the folder
C:\>rename [path of the folder whose name to be change] [new name of the folder]
E.g. suppose you have to change the name of the folder “xxx” to “rock” which is present inside the folder
“zzz” in d: drive. Then type
C:\>rename d:\zzz\xxx rock

But, there are some exception, we can’t create a folder with those name in the above two process
Some of those names are:-
Con
Prn
Nul
Lpt1
Lpt2
Lpt3
Lpt4
Lpt5
Lpt6
Lpt7
Lpt8
Lpt9
Com1
Com2
Com3
Com4
Com5
Com6
Com7
Com8
Com9

If we try to create folder with those names it will not created or if we try to rename any other folder to those name it will Not be change. This will display a message “the specified device name is invalid” or “the directory name is invalid”.We can also create those folders by command prompt. Only we have to make some correction on the path of the folder where We have to create the folder.

Steps for creating the folder with those exception name :
Step1:-
                For this open command prompt ( + R- > type “cmd”- > hit enter)
E.g.              It will display the command prompt screen-
                       C :\>
Step2:-
              Type mkdir\\.\[path where to create the folder]\[folder name] then hit enter
   e.g. Suppose we have to create a folder with name “con” inside the folder “zzz” in d: drive. Then type     
C:\>mkdir\\.\d:\zzz\con
Then a folder with name “con” will be created inside the folder “zzz” in d: drive.
We can use any other name instead of “con” to create a folder with that name & also change the path of the folder.

NOTE:-
 In general process these folders are also not deleted.
To delete this folder use “rd” command.

e.g.  To delete previously created con folder type
     C:\>rd\\.\d:\zzz\con

Other Similar articles that may interest you:
1.Add Disk Defragment option to context menu as a shortcut
2. How to Remove the Arrow from the shortcut Icons
3. Add Start Command Prompt from here to Context menu as a shortcut
4. Latest VLC Media Player Keyboard shortcuts
5. Add Window Colorization option to Context menu as a shortcut
6. Add Appearance Setting to Context menu As a shortcut
7. Add Administrative tool option to context menu as a shortcut
8 Add a warning or Legal notice before the Log-in Screen of Windows
9. How to break a BIOS/CMOS Password
10. Customize Winrar Commands on Context menu
Continue reading →
Monday 27 June 2011

How to create a hidden and unsearchable file in windows XP, Vista and Seven

0 comments
If we change the properties of the file to hidden (right click on the file- >properties- >tick hidden)
Then properties of the file become hidden. But if show hidden files & folder is enable (folder option- > view- >hidden files & folder - > tick show hidden files & folder) then it shows that file.
This process is not reliable.
We have to change the attribute of the file to hidden and unsearchable by command prompt.
 Suppose there is a file “”xxx.jpg” inside the folder “rock” in d: drive. We have to make hidden and
Unsearchable to that file using command “attrib +s +h” in command prompt.

Also See: How to create a hidden and unsearchable folder in Windows XP, Vista and Seven

Step1:-
               Open command prompt (window logo key + R- > type “cmd”- > hit enter)
          E.g. It will display the command prompt screen.
                     C :\>
Step2:-
            Type attrib +s +h [file path] ->hit enter
          e.g. C :\> attrib +s +h d:\rock\xxx.jpg

This will make the file “xxx.jpg” hidden and unsearchable
NOTE:-
       1. We can use that file by typing the full path of the file (i.e. d:\rock\xxx.jpg) in the
             Address bar.
    2. For change its attribute to unhidden and searchable use the command attrib “–s –h” in step2.
e.g.  C :\> attrib -s -h d:\rock\xxx.jpg

NOTE:-
1. +s- makes the attribute of the file & folder to system.
2. +h- makes the attribute of the file & folder to hidden.
3. –s- removes the attribute of the file & folder from system to General file.
4. –h- makes the attribute of the file & folder to un hidden.

Other Similar articles that may interest you:
1. Add Change Wallpaper option as a shortcut to context menu
2. How to make turbo c++ full screen in Windows Vista
3. Some Working Mobile codes on Samsung Mobile
4. Google Chrome Offline Installer free download for windows
5. How to Hard reset or format a Nokia E-Series Mobile.
6. How to change the look of vlc media player to Windows Media Player
7. Latest Phaseout Internet browser free download
8.  How to Start Private browsing in Mozila-Firefox
9. How to Increase the system speed
10. List of top reasons why a system hangs or Crash
Continue reading →

How to create a hidden and unsearchable folder in windows XP, Vista and Seven

0 comments
If we change the properties of the folder to hidden (right click on the folder- >properties- >tick hidden)
Then properties of the folder become hidden. But if show hidden files & folder is enable (folder option- > view- >hidden files & folder - > tick show hidden files & folder) then it shows that folder.
But anyone search that folder can find the content of that folder. So this process is not useable.
Also See: How to create an Invisible folder in Windows
PROCESS -1:-
         “recycler” – it is a folder which is hidden and unsearchable.Its location is just inside the drive except c: (windows installation drive)
         Only type “d:\recycler” (excluding quotes) in the address bar it opens a folder with name “recycler” in d drive. You  Can also change the drive letter. Put your data there & come out. It don’t show anything in d Drive and no one can search the contents.
        To reach that folder “recycler” only way is type the address in the address bar i.e. d:\recycler or any
        other drive letter in place of d. if you have created the recycler folder in any other drive.

The process is good in Windows XP operating system but it is not working properly in Windows Vista and seven.

PROCESS -2:-
                     This process is more reliable than process 1.
Create a folder with any name anywhere inside your system.
Then change the attribute of the folder to hidden and unsearchable by command prompt.
 Suppose there is a folder named “xxx” inside the folder “rock” in d: drive. We have to make hidden and
Unsearchable to that folder using command “attrib +s +h” in command prompt.

Step1:-
               Open command prompt (window logo key + R- > type “cmd”- > hit enter)
          E.g. It will display the command prompt screen-
                       C :\>
Step2:-
             Type attrib +s +h [folder path] ->hit enter
            e.g. c :\> attrib +s +h d:\rock\xxx

This will make the folder “xxx” hidden and unsearchable
NOTE:-
   1. We can reach the content of that folder by typing the full path of the folder (i.e. d:\rock\xxx) in the Address bar.
   2. For change its attribute to unhidden and searchable use the command attrib “–s –h” in step2.
 e.g.
         C :\> attrib -s -h d:\rock\xxx

NOTE:-
1. +s makes the attribute of the file & folder to system
2. +h makes the attribute of the file & folder to hidden.
3. –s removes the attribute of the file & folder from system to general.
4. –h makes the attribute of the file & folder to un hidden.

Other Similar articles that may interest you:
1. How to bypass a blocked website in school/College and office
2. Adobe Reader X download Working keyboard shortcuts
3. Latest Avant browser free download for Windows
4. How to start private browsing in Internet Explorer
5. How to synchronize or update computer time with Internet
6. How to add a folder/Drive on Send to menu
7. How Hardware conflict causes system crash
8. Latest Winzip Pro free download
9. Add "Take ownership" option As a shortcut in context menu
10. Working Keyboard shortcuts on Cyberlink Power Dvd
Continue reading →

How to add three level Password or give high security or protect our Microsoft Office document

0 comments
It’s very important to give passwords on ms office document to prevent from other from reading, editing. By the below process anyone can give three level of password. which is very essential due to security purpose. Below process is helpful to do so.
Also See: How to add passwords on a RAR file using WinRar
Processes is:-
             1.open the MS office Document which you want to be protected.
             2. Select “tools” from menu bar
             3. Then select “options
             4. Then select “security” tabs and gives the three level password protections to your document as shown in the figure. See Screenshot.

 5. Then select "OK" button And confirmed the password.
 6. Then save your Document. & Enjoy the change.

Other Similar articles that may interest you:
1. Replace AM/PM with some other text in Windows taskbar
2. Picasa Picture Viewer can also be used as a Camera device
3.  How to activate missed call alert free in BSNL/Cellone
4. How to create a Paypal donation button for Website
5. Add Desktop Icon setting as a shortcut in Context menu
6. How to play Screen saver during playback of Windows Media Player
7. How to create a hidden and Unsearchable file
8. How to get secure from unwanted calls on Samsung Mobile
9. How to customize Winzip Command in Context menu for a selected item
10. How to show/Hide Windows Clock from taskbar
Continue reading →
Sunday 26 June 2011

How to Reset - Remove - Bypass a BIOS or CMOS Password without using any software

0 comments
DISCLAIMER: This information is intended for experienced users. It is not Intended for basic users, hackers, or computer thieves. Please do not try any Of following procedures if you are not familiar with computer hardware. We'll Not be responsible for the use or misuse of this information, including Personal injury, loss of data or hardware damage. So use it at your own risk.

BIOS passwords are used to add some extra security to computers. You can either Set a password to prevent access to BIOS settings or to prevent PC from booting.But sometimes this extra security might become a pain when you forget the BIOS Password or someone changes your system BIOS password intentionally.But there is no need to worry. There are many known ways to reset / remove / Bypass the password:

a) By removing the CMOS battery
b :) By using the motherboard jumper
c :)  By using MS DOS command
d :) By using Backdoor BIOS password

Also See: How to break an Administrator Password in Windows

A.By Removing the CMOS Battery: 
Almost all motherboards use a small coin sized CMOS battery to store all BIOS Settings along with the password. To reset the password, unplug the PC, open the Cabinet and remove the CMOS battery for approx. 15-30 minutes and then put it Back. It'll reset all BIOS settings as well as the password and you'll need to Re-enter all settings.If it fails, then try to remove the battery for at least one hour.

B.By Using the Motherboard Jumper:
 Almost all motherboards contain a jumper that can clear all CMOS settings along With the BIOS password. The location of this jumper varies depending upon the Motherboard brand. You should read your motherboard manual to check its Location. If you don't have the manual then look for the jumpers near the CMOS Battery. Most of the manufacturers label the jumper as CLR, CLEAR, CLEAR CMOS, Etc.When you find the jumper, look carefully.  There will be 3 pins and the jumper Will be joining the center pin to either left or right pin. What you need to do, Is removing the jumper and join the center pin to the opposite pin. E.g. if the jumper joins center pin to left pin, then remove it and join center pin to right Pin. Now wait for a few seconds and then again remove the jumper and join the Center pin to left pin.Make sure to turn the PC off before opening the cabinet and resetting the
Jumper.

C.By Using MS DOS Command:
This method works only if you have access to the system when it’s turned on Because this method requires MS DOS. Open Command Prompt from Programs menu and Provide following commands one bye one:
  debug
  o 70 2E
  o 71 FF
  quit


NOTE: The first character in the above commands is "O" and not the number 0.After providing the above commands, restart your system and it should reset the CMOS Settings along with the BIOS password.
If you are curious to know how it works? Then let me explain the above commands: In this method we are using the Debug tool of MS DOS. The "O" character present  At first in these commands, outputs the values to IO ports. The number 70 and 71 Are port numbers which are used to access CMOS memory. By providing FF value we are telling CMOS that there is an invalid checksum and it resets the CMOS
Settings as well as BIOS password.

D.By Using Backdoor BIOS Password:

Some BIOS manufacturer put a backdoor password in BIOS which always works
Irrespective of what password you have set in BIOS. It’s a master password which
Is used for testing and troubleshooting purposes.

AMI BIOS Passwords:
  A.M.I.
  AAAMMMIII
  AMI?SW
  AMI_SW
  AMI
  BIOS
  CONDO
  HEWITT RAND
  LKWPETER
  MI
  Oder
  PASSWORD
AWARD BIOS Passwords:
  01322222
  589589
  589721
  595595
  598598
  ALFAROME
  ALLy
  aLLy
  aLLY
  ALLY
  aPAf
  _award
  award
  AWARD_SW
  AWARD?SW
  AWARD SW
  AWARD PW
  AWKWARD
  awkward
  BIOSTAR
  CONCAT
  CONDO
  Condo
  d8on
  djonet
  HLT
  J64
  J256
  J262
  j332
  j322
  KDD
  Lkwpeter
  LKWPETER
  PINT
  pint
  SER
  SKY_FOX
  SYXZ
  syxz
  shift + syxz
  TTPTHA
  ZAAADA
  ZBAAACA
  ZJAAADC
PHOENIX BIOS Passwords:
  BIOS
  CMOS
  phoenix
  PHOENIX
Misc Common Passwords:
  ALFAROME
  BIOSTAR
  biostar
  biosstar
  CMOS
  cmos
  LKWPETER
  lkwpeter
  setup
  SETUP
  Syxz
  Wodj
Other Manufacturer BIOS Passwords:
  Biostar - Biostar
  Compaq - Compaq
  Dell - Dell
  Enox - xo11nE
  Epox - central
  Freetech - Posterie
  IWill - iwill
  Jetway - spooml
  Packard Bell - bell9
  QDI - QDI
  Siemens - SKY_FOX
  TMC - BIGO
  Toshiba - Toshiba
  VOBIS &  IBM - merlin

NOTE: All these passwords are case-sensitive and are changed from time to time by manufacturers.`

Other Similar articles that may interest you:
1.  Break a Samsung Mobile Password without using 3rd party Software
2.  Group policy editor application free download
3.  Latest IDM with patch download free
4. AVG Antivirus 2012 free download full
5. How to take ownership of a file
6. Latest Maxthon Web browser free download
7. Avast Pro Antivirus with key free download
8.  How to enable/Disable Classic view in Windows
9.  What is System Property In Windows?
10. How Bad ram causes system crash or Hangs
Continue reading →

Free Download Full Version Internet Download Manager (IDM) with Serial Key, Crack, Patch and Keygen

32 comments
UPDATE: Latest version IDM v6.16 with serial key free download full version

You can Free Download Full Version IDM with serial key from here.You have to complete the below steps using the serial key and crack process to make your IDM full version. Below steps will describe that how to register your IDM to use it as a Full version for life time. After doing the crack process you need to enter the serial key and complete all the steps written here. Read the entire steps carefully and complete till last to make your IDM registered.

Download Link:   http://www.internetdownloadmanager.com/download.html


Process to use serial key on All Versions of Internet Download Manager

1.Install any version of IDM and open it.
2. Now click on "registration" on the menu bar.
3. When you click on registration, Now a new window Will be open ask your First Name, Last Name, Email Address and Serial Key.
IDM registration key or Serial key
4. Enter your First name, Last Name, Email address in the required field.
5. In the serial key field enter any of the following given below
  
     RLDGN-OV9WU-5W589-6VZH1
     HUDWE-UO689-6D27B-YM28M
     UK3DV-E0MNW-MLQYX-GENA1
     398ND-QNAGY-CMMZU-ZPI39
     GZLJY-X50S3-0S20D-NFRF9
     W3J5U-8U66N-D0B9M-54SLM
     EC0Q6-QN7UH-5S3JB-YZMEK
     UVQW0-X54FE-QW35Q-SNZF5
     FJJTJ-J0FLF-QCVBK-A287M

    And click on "OK" to register.

6. After you click "OK", it will show an error message " IDM has been registered with a fake Serial Number or the Serial number has been blocked. IDM is exiting.".

IDM registered with a fake serial key

7. Go to  C:\Windows\System32\drivers\etc
8..in the Etc folder you will see the "hosts" file. Open the file with notepad. Now copy the below lines of code and add to hosts file as shown below the image box :

Also Check: How to password protect a website using AVAST Antivirus

127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com

Modify the host file to make idm full version

9. After adding these codes, save the notepad file. And exit from there. Now again repeat the 2nd step to 5th step. Restart your PC. After restart Now open your IDM it will be full version and not ask you to register.


NOTE: In windows vista and seven and eight we are not able to save the "hosts" file  due to security reason.So, First take the ownership of the hosts file to your logged user then modify it.


Update Info: Last Update on 22nd June 2013

Continue reading →
Saturday 25 June 2011

How to Add a local user to take ownership of a file in Windows XP, Vista and Seven

0 comments
[UPDATE] How to take ownership of a file in Windows and take ownership of a file in Windows 8

1. Go to the folder containing the file whose ownership you want to take.
2. Select the file.
3. Right click of the mouse and choose "properties".
4. The property window will be opened.
5. Then goto "Security" tab.
Also Check: How to enable/Disable missing security tab in Windows XP and 7
6. In the "Group or User Names" Choose the user that you are logged in and you want to add the ownership of the file.
7. Click on "Edit".
8. A new window for permission will be opened.
9. In the permission window choose the user and  in the "Permission For User"  tab  tick on "Full Control"
                                                                  [See Screenshot]

10. Then again go to the Properties window of the selected file.
11. Then click on "Advanced"
12. A new window for advanced Security Setting will be opened.
13. In the permission tab Chosose the user and click on "edit".
14. Again a new window will be opened.Here also choose the user and click on edit.
15. A New window for permission entry will be opened.
16. Then in the opened window. In the permissions ; Scroll-down the Hoizontal scroll bar.
17. Tick on Full control, .
18. Click on "ok". Now save all the opened window.
Now you have add the ownership of the file to your logged in user.
                                                                 [See Screenshot]

Other Similar articles that may interest you:
1. How to save any web page as pdf
2.  How to create an Automatic login without asking password
3. How to change processor name in windows
4. How bios setting may cause system crash
5. Working Shortcut keys for Windows XP, Vista and Seven
6. How to use VLC Media player as a Camera Software
7.  How to set your desired wallpaper as a Folder Background
8.  Add folder option as a shortcut to context menu
9. Create shortcuts for shutdown restart and logoff
10. How to create a folder with any name (con)
Continue reading →
Friday 24 June 2011

How to change boot screen, logon screen and start up logo of Windows XP ,Vista and Window7

1 comments
For this we need a third party software known as "Tune up utility". By using this software we can customize the Boot-Screen, Log-in Screen and Start up logo of Windows. This software can be used for more customization or change or add extra effect on visualization of our windows.

A) Change boot screen
          1) Open "tune up utility"
          2) Click on "all function" on the "customization" tab on the open screen
          3) Then select "Change Windows appearance" .A new Window named as "Tune up styler" will be opened.
          4) Then choose "Boot screen"  from the left side "system start" tab
          5) then according to your wish You can add  boot scren from a boot screen file (*.tbs)
               or create a boot screen from image file
          6) then save it And apply as default and reboot your computer and Enjoy the change.

Also See: How to add a background image to a folder

B) Change Log on  screen:

          1) Open "tune up utility"
          2) Click on "all function" on the "customization" tab on the open screen
          3) Then select "Change Windows appearance" .A new Window named as "Tune up styler" will be
               opened.
          4) Then choose "Logon screen"  from the left side "system start" tab
          5) then according to ur wish You can add  logon scren from a logon screen file (*.tls) or create a
              logon screen from image file
          6) then save it And apply as default and reboot your computer and Enjoy the change.

C) Change Startup logo

          1) Open "tune up utility"
          2) Click on "all function" on the "customization" tab on the open screen
          3) Then select "Change Windows appearance" .A new Window named as "Tune up styler" will be opened.
          4) Then choose " Start up logo"  from the left side "system start" tab
          5) then according to ur wish You can add  start up logo from a file (*.tla) or create a start up logo
              from any of the image file
          6) then save it And apply as default and reboot your computer and Enjoy the change.

Other Similar articles that may interest you:
1. Add your own photo as a background image on USB Pendrive
2. Add Network Connection as a shortcuts in Mouse right click
3. Make a Windows Drive hidden and unsearchable
4. Create a folder with no name or with a blank space
5.  Working codes on Nokia Mobile
6. How to add/Remove user Accounts in Windows
7. Process to open Registry editor and Group policy editor
8. How to make Windows 7 Genuine
9.  How to create an invisible folder
10.  Latest version Safari browser free download
Continue reading →
Wednesday 22 June 2011

How to Hard Reset or Format a Nokia N Series (N72, N73, N81, N95, N8) Mobile code

1 comments
The trick will allow us to hard reset or reload or format the Nokia N-Series Mobile. After doing so Phone will be reloaded the software again and the software related problem will be solved. The process is also known as the "Three Finger Reset for nokia Mobile Phone".
Also See: How to hard reset a Nokia -E Series mobile
Process:
             a) Switch off your Nokia phone.
             b)Hold down the following three keys -  Green (call answer button), * Key, and  Number ‘3' Key.
             c)While holding these buttons press the power button and switch on the  phone.
              d)Wait for message ‘Formatting’ to appear on the screen and release all  
                 keys once you see that message.
After all process is complete reboot your mobile phone and enjoy the fun that you have changed.

Other Similar articles that may interest you:
1. Winrar Free download Full Evaluation copy in Various languages
2. Create a con folder without using command prompt (cmd)
3. Keyboard shortcuts to create a new folder in window seven
4. Latest opera browser free download for Windows, Linux and Mobile
5. How to download eBook from Google Books Search
6. how to enable Menu-bar appear permanently
7.. Show/Hiide Windows Version on desktop
8.  How hard disk results in system crash
9. Keyboard shortcut keys on MS-Office outlook
10.. How to disable copy/move to usb or External device
Continue reading →

Some Special Tips And Trick and code on Nokia Mobile

2 comments
1. To check Nokia mobile or cell phones IMEI (International Mobile Equipment Identity)
 On the main screen type *#06#
Information you get from the IMEI (International Mobile Equipment Identity)

                 XXXXXX     XX     XXXXXX    X
                       TAC      FAC       SNR     SP

TAC = Type approval code of your nokia Mobile
FAC = Final assembly code of your cell phone
SNR = Serial number of your nokia Phone
SP = Spare

2. To check the phones Software revision for Nokia Mobile.
         On the main screen type *#0000#

3. To enter in the secret menu in Nokia Phone.
On the main screen type *#92702689# [*#war0anty#]
It will take you to a secret menu where you may find some of The information below:

            a. Displays Serial Number.
            b . Displays the Month andYear of Manufacture
            c. Displays (if there) the date where the phone was
              Purchased (MMYY)
            d. Displays the date of the last repair - if found (0000)
            e. Shows life timer of phone (time passes since last start)

4.  To restore Factory Settings for Nokia mobile
        On the main screen type *#7780# reset to factory settings.

5. Taking picture without getting noticed.
Turn on/off the "click" sound made by the camera by
Selecting the 'Silent' profile or by turning warning tones     On/off.

6. Hiding your Mobile/ Cell phone Number
Go to: Menu > Tools > Settings > Call > Send My Caller ID >
   'Yes', 'No' or 'Set by Network' to follow the default
      Settings of your home network.
It works only with very few network who provide you facility  Of “Private Number

7. Speed Dialing From Simcard contact (not stored in mobile phonebook)
       Type number followed by # then call.
        Example:     1#      or      2#      or      21#
Also see: How to hard reset or format a Nokia -E Series Mobile

Other Similar articles that may interest you:
1. Replacer free download for Windows
2. Keyboard shortcut keys to lock Windows
3. How to choose the high quality video file from its name (tags)
4. How fatal error causes system crash
5. Keyboard hotkeys of Microsoft office front page
6. How to add a transparent logo to a video file
7. Change the default name of new folder to your own name
8. Add Program and Features to context menu
9. Add Copy/Move to Folder option to the right click of Selected item in Windows
10. Add your personal Information to the System property Window
Continue reading →

How to break a samsung mobile password code without using any 3rd party Software

12 comments
The process will allow you to break the password of your Samsung mobile without using any 3rd party software.In other word this will hard Reset your mobile.After you complete the process this will delete all the document stored in your mobile like contacts,message,memo, calender appointment etc.. and Mobile will come back to its original stage.After completing the process you will find that there is no password stored in your mobile.
Also see: Some Special Codes on Samsung Mobile
Process:-
    1. Switch off your Mobile.
    2. Remove the battery, Sim card and your Memory Card
    3. Insert the battery and switch on your mobile phone.
    4. Phone will ask you to start mobile without simcard. You just allow
        it.
   5. After the phone will on type this code (without quotes)
                *2767*2878#
   6. it will transform some p2p like that and the phone will be restarted
         automatically.
   7. After the phone will be restarted insert the simcard and memory
        card.
Then you find that there is no password stored in the mobile.
If the above code is not working then try the below code instead
   *2767*3855#
The code are tested on samsung mobile SGH-J-150 and SGH-E-490
and hope that it will work on all the samsung mobile.
This will only break the password of the samsung mobile but not the samsung mobile having windows or android or any different operating system.
Also see: some special code on Nokia Mobile
Note:-
     Don't try these on mobiles which are theft from others.This trick is for help you not to trouble others.

Other Similar articles that may interest you:
1. Keyboard shortcut keys on MS-office Power Point
2. How to Increase the torrent download speed
3. Add "Task manager" to" context menu of Windows
4. Add or remove desktop icon in windows
5. Break Administrator and user login Password in Windows
6. Change Boot-Screen, start up logo and log-in Screen in Windows
7. Definition of User Account in windows
8. Customize the power button action in windows Seven start menu
9. Serial key of typing master Pro V7.0 free download
10. What was new in Internet Explorer 9
Continue reading →

How to get secure from unwanted calls of Samsung Mobile

0 comments
                                                                 SAMSUNG MOBILE
Problem:
           We face a lot of problem when someone from a wrong number is make us trouble by calling us so much.
Or Anyone whose call we don't want to watch.  For this there is a solution written below on the topic "How to get SecureFrom unwanted call on a Sasung Mobile"

For this You have to just add that contact no to your "Reject List" on the Samsung Phone
Process:-
1. Open Your call log by clicking the Green button on your Samsung mobile.
2.  Then select the contact that you want to add to your reject list.
3. By Selecting that Contact number click on "Option".
4. Then on the option menu you will fint that "Add Contact Number to Reject List" or something similar to this.
5. Then Select that option.
Now the that number is added to your reject list.
Also see: how to break a Samsung mobile password
Feature of Reject list:
               When a number is added to your reject list then whenever a call from that number is come to your number then the call will be automatically disconnected after a single ring. The ring will be so small that you will  not be able to notice the call. After that whenever you will check your "Missed Call " log you will be able to know about the call.

Other Similar articles that may interest you:
1. create modify login password of other user in windows
2. how to insert or delete from a registry
3. How to change drive letter in windows
4.  Serial key of tune up utility 2010 free download
5. Add your Own folder to the favorite bar of windows Vista
6. Mozila Firefox latest version free download
7. Resource hacker and how to use it
8.  Disable "Open file Security warning" in Windows
9. What to see before buying a Laptop
10. How virus causes system crash
Continue reading →

Some Special Tips And Trick and Code on Samsung Mobile

1 comments
                                                           SAMSUNG MOBILE
1. To check Samsung mobile or cell phones IMEI (International Mobile Equipment Identity)
                                 On the main screen type *#06#
                 Information you get from the IMEI (International Mobile Equipment Identity)
                                  XXXXXX     XX     XXXXXX    X

                                       TAC          FAC       SNR        SP

TAC = Type approval code of your Samsung Mobile
FAC = Final assembly code of your cell phone
SNR = Serial number of your Samsung Phone
SP = Spare

2. If you have downloaded corrupted or incompatible Java midlets or other media, Which are causing problems with the phone, try this

                    *2767*JAVA# Java Reset and (Deletes all Java Midlets)
                    *2767*MEDIA# Reset Media (Deletes All Sounds and Pics)
                    *2767*WAP# Wap Reset
                    *2767*CUST# Reset Custom EEPR0M
                    *2767*FULL# Reset Full EEPR0M (Caution)
For example: *2767*JAVA# would be keyed in as *2767*5282#
Note: Not all codes will work with SGH-C100.  Other phones may or mayn’t be work With this properly.

3. The master reset code for Samsung Mobile is: #*7728#
 This will not delete anything from your mobile phone, but set each and everything to its default/standard setting as it was on the time of purchase.

4. to unlock your phone put a sim from another company,
Now type *#9998*3323# it will reset your phone. Push exit And then push 7, It will reset again. Put your other sim in and it will say sim lock,
type in 00000000 then it should be unlocked. Type in *0141# . Then the green call button and it's unlocked to all networks.
           This code may not work on the older phones and some of the Newer phones.If it doesn't work you will have to reset your phone without A sim in it
By typing *#2767*2878# or *#9998*3855# (not tested)

Also See: How to break a Samsung Mobile Password without using any 3rd Party application

5. Other Samsung Codes
    *#9998*4357# Help Menu
     *#9998*5282# Java menu (GRPS/CSD settings for JAVA server)
    *#9999#0# Monitor Mode
    *#9999# or *#9998*9999# Software Version
    *#8888# or *#9998*8888# Hardware Version
    *#9998*746# or *#9998*0746# or *#0746# Sim Info’s
*#9998*523# or *#9998*0523# or *#0523# Display Contrast
 *#9998*842# or *#9998*0842# or *#0842# Vibration On (until You push OK)
*#9998*289# or *#9998*0289# or *#0289# Buzzer On (until you Push OK)
*#9998*288# or *#9998*0288# or *#0288# Battery & Field Info’s
 *#9998*377# or *#9998*0377# Error log
*#9998*778# or *#9998*0778# or *#0778# Sim Service table
 *#9998*782# show date and alarm clock
 *#8999*638# show network information
*#9998*5646# change operator logo at startup
 *#9998*76# production number
 *#9998*968# view melody for alarm
*#9998*585# Non-Volatile Memory (NVM)
*#3243948# Digital Audio Interference Off*#32436837# Digital Audio Interference on

6. Samsung Monte (S5620) special code

    Dial "*#0**# "on main screen (without quotes) to display some extra features

Other Similar Articles that may interest you:

1.  Get free missed call alert on BSNL/ Cellone Mobile
2.  How to make Window Seven Genuine
3. Create/Modify an User Account Password in Windows
4. How to add/ Create Password on a RAR file
5.  Remove/ Add and modify winzip commands on the Context menu
6. Process to Hard Reset and Format a Nokia-E Series mobile
7. Shortcut Keys to Create New Folder  in Windows
8. Change the Look of Vlc Media Player to Windows Media Player
9. Process to deactivate a facebook Account
10. RemoveWat free download.
Continue reading →

Followers