Pages

Wednesday, July 13, 2011

Start Up Repair in windows 7

Most of us faced the Windows 7 typical problem of Star Up Error. And the Graphical Start up repair tools fails to repair the boot loader after a long try. Don't panic.We can easily solve this problem and avoid a fresh install. Follow the following steps.

  1. Get your Windows 7 installation disk. If your PC does not have a cd drive then get an 8GB USB Flash drive and follow the step no. 13.
  2. Insert the Windows 7 installation disk in th dvd drive.
  3. Boot from DVD.
  4. Now chose “Repaire your computer”
  5. Windows setup will automatically start repairing the start up problem.
  6. Wait until it fails.
  7. Open command prompt.
  8. Type “Y:” then Press “Enter”. (Y is your drive letter for dvd drive. Chage it according to your machine. If you are not sure about the drive letter then type “diskpart” and press “Enter”. Now type :
list disk ⏎ It will list the available harddisks.
select disk 0 ⏎
list volumes ⏎ It will list the volumes of the selected disk as well as your dvd drive. Now identify your dvd drive's drive letter.)

  1. Now type “ CD boot” and Press “Enter”.
  2. Type the following commands .
    Bootrec.exe /FixMbr ⏎
    Bootrec.exe /FixBoot ⏎
    Bootsect.exe /nt60 all /force ⏎
  3. Now you are done. You can now reboot into Windows.
  4. If you want to completely rebuild Windows 7 Configuration Data, then you should issue the following command:
        Bootrec.exe /RebuildBcd ⏎

This command scans all disks for installations that are compatible with Windows 7. Additionally, this option also allows select the installations that you want to add to the Boot Configuration Data store.

  1. Download WinToFlash from here.
  2. Download Magic Disk from  here
  3. Install Magic Disk and setup a virtual cd rom.
  4. Mount your Windows 7 installation Cd image in the virtual cd rom.
  5. Insert your 8GB USB Flash drive.
  6. Fire Up WinToFlash and follow the wizard.
  7. Select your virtual cd rom as windows installation source.
  8. Select your USB Flash Drive as destination and complete the wizard.
  9. Boot your pc from the USB Flash Drive.
  10. Go to Step 4.

Tuesday, July 12, 2011

ZTE MF112 7.6 3G MODEM ZCDRUN PROBLEM

Hi all,

Recently I bought a 3g modem ZTE MF112 and found strange problem. The card reader was not enable. The flash drive containing the modem driver will not be mounted. After a lot of search over the internet I found easy solution to this. What I deed as follows.

1. I downloaded the driver from http://mymobile.three.co.uk:8080/mbb/ZTE/MF112/main.html

2. I installed the driver (off cource on Windows! On my ubuntu natty it was just working out of the box !! ) and found an NEMA interface on COM6.

3. I downloaded Terra Term ( An SSH client. You can try Putty also..) from http://www.ayera.com/teraterm/

4. Run Tera Term .

5. Create an ssh connection through com port 6 ( NEMA Interface . You have to connect ZTE MF 112 .)

6. Now open notepad and write the following

AT+ZCDRUN=8 or AT+ZCDRUN=F

7. Copy the same .

8. Then paste the content on TERRA TERM console.

9. You will get a success message. And You are done!

10. Remove your ZTE MF112 and re insert . Viola you have the card reader working as well as the flash driver for driver auto install.