Sunday, April 19, 2020

MS Office 2007 installation error office.en-us\microsoft.vc80.crt.manifest

Got a message from my friend regarding MS Office installation error
"office.en-us\microsoft.vc80.crt.manifest " issue is well known
Solution for this problem is simple just have to remove .xml file extension as shown ahead
  • Error observed


  • Solution

Do comment for help/suggestion, i will try to reach out to you.
I hope you learned something, keep sharing.🙋

Thursday, April 9, 2020

Changing HDD Partition GPT to MBR with DISKPART utility for WINDOWS

DISKPART is quite capable WINDOWS/DOS utility for all sort of HDD related issues.
Often while performing clean install HDD drive doesn't get selected for installation an error CAN'T USE CURRENT PARTITION gets displayed, the issue common & can easily be resolved by changing the partition from MBR to GPT.
  1. Run command prompt CMD as admin
  2. Type DISKPART hit enter now diskpart, utility will start
  3. Type LIST DISK  list of HDD disk will be displayed, now have to select the appropriate disk 
  4. Type SELECT DISK 0 (0/1/2) hit enterdisk will be get selected, now to clean disk 
  5. Type CLEAN command hit enter, finally to convert disk partition 
  6. Type CONVERT GPT (GPT/MBR) hit enter disk partition will change. Now make partition primary 
  7. Type CREATE PARTITION PRIMARY hit enter, to set file format (FAT/NTFS)
  8. Type FORMAT QUICK FS=NTFS hit enter, finally assigning a drive letter
  9. Type ASSIGN hit enter, to exit DISKPART
  10. Type EXIT hit enter.
Refer to below Screen shot for reference

Do comment for help/suggestion, i will try to reach out to you.
I hope you learned something, keep sharing.🙋

Wednesday, April 8, 2020

Creating Windows 10 Multi Boot USB Drive (Windows 8/7, DOS Linux etc.)

Hello everyone,
Let's start learning, how to create a multi-boot OS device, DOS/Windows/Linux, etc.
The bootable device is required for clean installation/reinstallation/repairing Operating system on a desktop computer, laptop, or other devices
First, we need to download a free tool/apps required for this purpose, there are many tools/apps available few are listed here
  1. WinSetupFromUSB
  2. SARDU MultiBoot USB and DVD Creator
  3. MultiBootUSB
  4. MultiSystem
  5. YUMI 
here I am using WinSetupFromUSB, download this application from http://www.winsetupfromusb.com/ follow below snapshots

After finishing download extract Zip file, go to the extracted folder & run appropriate application file for your computer system (32bit/64bit)
Follow the screenshots below 
1. Run WinSetupFromUSB.exe file & insert USB/Pendrive, change the drive to appropriate drive if not detected automatically & select checkbox as per below screenshot,  AUTO FORMATE Option has to be selected only once for the first time, click Advanced Options for custom naming of Bootable Menu (eg. Windows 10, Windows 7, etc) Close Advanced Options after checking Tickbox.


2. Browse to the path where ISO file saved on your system for the appropriate Windows version refer to below snapshot, in case of bigger ISO files of Windows 10/8 a pop-up message will appear just click ok, finally click on to the GO button, wait for the process to complete.


3. A pop-up message will appear showing JOBE DONE will appear just click okay you are ready to boot from the Pen Drive & to carry out clean instalation
4. Repeat the same process again to add another Windows/Linux/DOS to the same pen drive, caution do not select AUTO FORMATE OPTION AGAIN otherwise it will completely format your USB drive again.
Do comment for help/suggestion, i will try to reach out to you.
I hope you learned something, keep sharing.🙋


MS Office 2007 installation error office.en-us\microsoft.vc80.crt.manifest

Got a message from my friend regarding MS Office installation error "office.en-us\microsoft.vc80.crt.manifest " issue is well kn...