Desktop Question:

Download Job Interview Questions and Answers PDF

How to install operating system in USB Pen drive?

Desktop Support Interview Question
Desktop Support Interview Question

Answer:

Step 1. Format the USB Flash Disk

Run CMD (elevated) and type:

1. diskpart
2. list disk (*now find your USB disk number, youll find it by its size)
3. select disk 1 (*if your USB is disk 1)
4. clean
5. create partition primary
6. select partition 1 (*this is 1, no matter what number is your USB disk)
7. active
8. format fs=fat32 (or ntfs, works with both)
9. assign
10. exit

Note: Don't type the things in parentheses above!!

Step 2. Copy Windows 7 or Vistas DVD content to the Flash Disk

Still on CMD, assuming your dvd is drive d: and your usb is drive e:

* xcopy d:*.* /s/e/f e:

Your done. Works perfectly.You'll make the fastest install ever.

Download Desktop Support Interview Questions And Answers PDF

Previous QuestionNext Question
What is difference between MSI and EXE file?Tell me what does APIPA stand for and how can you tell if your computer is using it? why would your computer be using it?