Monday 26 December 2011

Unlock Any Huawei Modem

You can Unlock Any Huawei Modem with using Mobile partner as following.

  1. Download Unlock.rar.(for only Vodafone )
  2. Download  Unlock.rar.(for any huawei modem)
  3. Extract unlock.rar and run Huawei Unlocker.exe .
  4. Enter IMEI no. and Calculate Unlock code and Flash code.
  5. Now connect Your Huawei Mobile device wait untill device drivers install.
  6. Run Mobile Partner UTPS16.001.06.01.500.exe .
  7. Enter previously calculated Unlock code & Flash code whenever needed.
  8. After that follow instruction and thats it.
  9. Now You can use any Mobile Operator.


Monday 12 December 2011

Pin a Drive or Any Folder to The Taskbar


The taskbar is just for apps and documents , but  With just a few seconds work you can pin drive icons there, too.
  1. Right-click an empty part of the desktop, select New > Text File, and open in notepad then Save as  the file to drive.exe .
  2. Drag and drop this application icon onto your taskbar, then delete the original file .
  3. Right-click your new “drive.exe” taskbar button, then right-click its file name and select Properties.
  4. Change the contents of both the Target and Start In boxes to point at the drive or folder of your choice
  5. Perhaps click Change Icon to choose an appropriate drive icon, and you’re done – that drive or folder is now available at a click.
If you face any problem then post comment……….

Add “Copy To” & “Move To” Option at Right Click Menu


Add Copy To option at right click menu  :
  1. Open Run and Type regedit and press enter.
  2. Now browse in registry to ”HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContextMenuHandlers”
  3. Right Click on ContextMenuHandlers then New > Key > Rename it to ” Copy To ” .
  4. Click on Copy To folder and you will find  ”Default” at right side .Double click on that key.
  5. Write  {c2fbb630-2971-11d1-a18c-00c04fd75d13}  into Value Data.
  6. Now Close Registry and right click on any file or folder you will find the option ” Copy To “.
Add Move To Option at right click menu :
  1. Open Run and Type regedit and press enter.
  2. Now browse in registry to ”HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContextMenuHandlers”
  3. Right Click on ContextMenuHandlers then New > Key > Rename it to “ Move To “.
  4. Click on Move To folder and you will find  ”Default” at right side .Double click on that key.
  5. Write  {c2fbb631-2971-11d1-a18c-00c04fd75d13}  into Value Data.
  6. Now Close Registry and right click on any file or folder you will find the option ” Move To “.

Thursday 1 December 2011

Explore Super Control Panel

Win 7 has changed Control Panel , but it's still too difficult to locate all the applets and options that you might need. Super Control Panel offers an easier way to access everything you could want from a single folder.
  1. Right click on empty space on your desktop and create new folder.
  2. Rename it to : Super Control Panel.{ED7BA470-8E54-465E-825C-99712043E01C}
  3. The first part, "Super Control Panel" will be the folder name, and can be whatever you want.
  4. The extension, " ED7BA470-8E54-465E-825C-99712043E01C ", must be entered exactly as it is here, though, including the curly brackets.
  5. When you press [Enter] this part of the name will disappear, and double-clicking the new folder will display shortcuts to functions more than 200 in total.

Change your Win7 Log on Screen Without any Software

  1. Go to RUN and type regedit and press Enter.
  2. Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background in REGEDIT.
  3. Double-click the DWORD key called OEMBackground (not there? Create it) and set its value to 1.
  4. Now close REGEDIT.
  5. Find the image which you want to set as log on screen and make sure its size must be less than 256 KB.
  6. Copy that image to "C:\Windows\system32\oobe\info\backgrounds" . (create the info\backgrounds folders if they don't exist).
  7. Rename the image to " backgroundDefault " reboot, and you should now have a custom log-on image.
  8. Alternatively, you can use a free tweaking tool to handle everything for you.Logon Screen Rotator accepts multiple images and will display a different one every time you log on.

Sunday 27 November 2011

How to Crack Password of any windows Computer

I will use linux to crack the password of any user account on windows PC using Pendrive.
  1. First download wincrackd.rar .(click on "SKIP AD" Button to download ).
  2. Connect Pendrive and Extract wincrackd.rar to this pendrive.
  3. Now open command prompt (open cmd as administrator ).
  4. Nevigate to your pendrive (If " j " is your pendrive letter then type " J: " and press enter ).
  5. Now type " j:\syslinux.exe -ma j: ".
  6. On some drives, you may have to omit the -ma option if you get an error. If it says nothing, it probably did install the bootloader.
  7. Now Insert this pendrive on any windows PC and Boot this Pendrive from boot menu and follow instruction to reset account's password.
I have tested it for win 7 and win vista x64 & x32 bit versions.....If you face any problem then post comment...........

Hide .RAR file Behind Any Picture

I found to Hide a .rar file in jpeg so that you can open it as either image or rar...
  1. Put .rar file and your image file in same folder ( e.g. c:\newfolder).
  2. Open command prompt.
  3. Type " cd c:\newfolder " to nevigate to the folder.
  4. Type " copy /b input.jpg + input.rar input.jpg " ( input.jpg is your image file and input.rar is your RAR file ).
  5. That's it.
you can double click the image file and it will show it as a picture , But if you open it with "winrar" or "winzip" you will see the containing files.

Saturday 12 November 2011

Make Windows Greet you with a Voice Message at Startup

You can make your computer say "Welcome to your PC." or any message.
  1. Open Notepad and write following code:
Dim speaks, speech
speaks="Message"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

2. save it as welcome.vbs and place it to the location: (for win 7)
C:\Users\DARPAN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
(for Windows XP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup )

Create Simple Virus that will eject CD Drive Continuously

Make simple virus that will eject CD Drive Continuously.
  1. Open Notepad and Write Following code:
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
2. Now Save this file as "Eject.vbs" . Run this file and it will start ejecting cd drive.

that's it and this is only for fun.............

Journaling/Note taking software for Windows/Linux


Hi to everyone….
If you are addicted to your computer, you may be thinking of writing your own thoughts/notes in computer using best journaling app. Lets see!!!
Windows:
There are lots of diary apps available in windows but I like Microsoft’s Office Onenote too much for this purpose and it survive its purpose also.It is very nice app to take notes,writing like on diary and you can write anywhere onto the page.
If you want an app that’s synchronize with everywhere than I recommend to use Evernote.its great note taking application supports many platforms like windows,mac os x,android,iOS,blackberry,web.so One account for all things.

Linux:
Now, Linux as no much of softwares as windows but It provides quite better app for journaling purpose.
There are two app called Lifograph and Rednotebook which are bests.
Both provides calendar vise entries and to-do,notes and etc.
Rednotebook provide export support for your written notes to PDF,HTML,Latex and Text.so you can give it to any one.

Populer Forks of Android


As we know, Android is open source mobile operating system developed by google. And Its all versions
Without  Honeycomb(Android 3.0-Tablet Version) are fully open source.
Lets see some its most famous forks(derived versions of android)
1.CyanogenMOD:
It is very famous among all android forks and it is built on android 2.3.5(Gingerbread).It provides many functionality which is not available in original android versions. This custom ROM is largest installation in world after original android.
2.MIUI ROM:
 its totally iOS experience android fork developed by CHINISE community and based on same ginger bread.It is very attractive and has more user friendly UI. It has some own applications like own music player,dialer,contacs,etc.
3.Baidu Yi (Chinese: literally "Baidu Yi Platform", meaning"change" or "easy")
 It is an operating system for mobile devices.[1] It is based on Google's Android but is a fork by Baidu, the dominant search engine operator in China. It was announced on 2 September 2011 at the 2011 Baidu Technology Innovation Conference in Beijing.[2] So far it is a vaporware, and you can't see any progress or updates on their website.

Populer Forks of Android


As we know, Android is open source mobile operating system developed by google. And Its all versions
Without  Honeycomb(Android 3.0-Tablet Version) are fully open source.
Lets see some its most famous forks(derived versions of android)
1.CyanogenMOD:
It is very famous among all android forks and it is built on android 2.3.5(Gingerbread).It provides many functionality which is not available in original android versions. This custom ROM is largest installation in world after original android.
2.MIUI ROM:
 its totally iOS experience android fork developed by CHINISE community and based on same ginger bread.It is very attractive and has more user friendly UI. It has some own applications like own music player,dialer,contacs,etc.
3.Baidu Yi (Chinese: literally "Baidu Yi Platform", meaning"change" or "easy")
 It is an operating system for mobile devices.[1] It is based on Google's Android but is a fork by Baidu, the dominant search engine operator in China. It was announced on 2 September 2011 at the 2011 Baidu Technology Innovation Conference in Beijing.[2] So far it is a vaporware, and you can't see any progress or updates on their website.

Populer Forks of Android


As we know, Android is open source mobile operating system developed by google. And Its all versions
Without  Honeycomb(Android 3.0-Tablet Version) are fully open source.
Lets see some its most famous forks(derived versions of android)
It is very famous among all android forks and it is built on android 2.3.5(Gingerbread).It provides many functionality which is not available in original android versions. This custom ROM has largest installation in world after original android.
 its totally iOS experience android fork developed by CHINISE community and based on same ginger bread.It is very attractive and has more user friendly UI. It has some own applications like own music player,dialer,contacs,etc.
3.Baidu Yi (Chinese: literally "Baidu Yi Platform", meaning"change" or "easy")
 It is an operating system for mobile devices. It is based on Google's Android but is a fork by Baidu, the dominant search engine operator in China. It was announced on 2 September 2011 at the 2011 Baidu Technology Innovation Conference in Beijing. So far it is a vaporware, and you can't see any progress or updates on their website.

How to type Gujarati/Hindi in Windows XP/Vista/7 easily?




Hi...to everyone...so Im coming with new tip to share with you. So lets see,,,,
Many of Indian users are not knowing original Gujarati/Hindi typing which is used by type-writer and many fonts.
So there is one solution called “GOOGLE IME” software provided by Google to write in your own language.
Lets download it selecting the language into selection box and selection your OS version(32 bit/64 bit) then install it (it will download from internet).
After installation of Google IME,it will show you the language selection in language br(Language bar mostly available at taskbar near to right corner) then select the language and try to type in any word editor....and you can see its magic…


Screenshots:

 

 

Special thanks to Viral parekh to share this tip with me.

Latex Start Up Guide

    LaTeX Startup Guide
    Latex is a Document preparation suite for creating well formated reports,pdfs,e books,magazine and etc..
    In this guide we will learn how to handle LaTeX at geek level not at expert level.
    There are two tools which we will need to understand.
    1. Miktex-It is a compiler which will compile our document to generate pdf output.
    (Download from here http://miktex.org/2.9/setup )
    1. Led-It is a latex editor. In which we will write our code and we will compile it using Miktex.
    All latex file(code) has extension as a .tex and all bibliography file has extension as a .bbl
    Some points to remember for easy understanding and handling:
    1. F7 is short cut key to compile your code in led.
    2. Please do back up before editing any code.
    3. If you found any error in compiling your code in led then type 'H/h' in console and press enter. It will show the error did by you.
    4. Most of all tags starts from \tag-name
    5. Some format needs its class to be in same directory where our tex fie is stored,like in IEEE format its class IEEEtrans.cls to be at same place where tex file is stored.
    1. All images which are included in our tex are to be stored at same place where tex file is.
    How to do :
    1. Open LED.
    1. Open .tex file.
    1. Do modification in your way.
    1. Compile it using F7.
    1. Enable “Tools” menu in menu bar by right click.
    2. Open PDF(PDF symbol) in Tools menu.
    3. See your output in your installed pdf reader.
    Examples of LaTex report formats:(Download Links are in brackets )
    1. Simple format(http://ubuntuone.com/1j1bYh35ZEJhX7ryy4Dvec )
    1. IEEE format(http://ubuntuone.com/3PIgBcl336e84tFsSW6qJL )
    2. University Format(http://ubuntuone.com/3VkpaouTcYYzbJeEZ32OEi )
    So modify it in your way and enjoy of doing LaTex.

How to Unlock Samsung Galaxy SL i9003?

  1. Insert a non accepted SIM card on your phone
  2. Your phone will now display “SIM network unlock PIN” or “enter network code” GET YOUR SAMSUNG GALAXY SL I9003 UNLOCK CODE
  3. Enter the unlock code and press unlock
  4. Code accepted or network unlock successful phone will reboot
  5. Your phone is now unlocked to any GSM network
If the phone does not give the prompt to enter unlock PIN or network code, then:
  1. Switch ON your phone with a NOT ACCEPTED SIM Card
  2. Compose: #7465625*638*CODE# (or *#7465625*638*CODE#).
  3. Phone may reboot.