Skip to main content

Install Windows 7 In 13 Step

The purpose of this guide is to prepare a USB Flash Drive with the installation files of Windows Vista™ or Windows 7™. Most Netbook does not come with a CD/DVD drive and therefore installing or upgrading to a new operating system is always a challenge. The guide is divided into two parts, the first part talks about the preparation of the Flash Drive and the later talks about how to copy the installation file content on to the Drive for installation.


Method 1 of 2: Preparing The USB Flash Drive

  1. 1
    Most Flash Drives available in the market will work. When choosing a drive for the preparation we should remember two key points:
    • The Flash Drive should have a decent read/write speed
    • The size of the drive should be at least 4GB
  2. 2
    To prepare the USB Flash Drive, we need access to a computer running either Windows Vista™ or Windows 7™. Insert the Flash Drive in the computer and wait for the computer to recognize the drive.
  3. 3
    Click START > All Programs > Accessories
  4. 4
    Right click on Command Prompt and select “Run As Administrator”
  5. 5
    In Command Prompt, type DISKPART
  6. 6
    Type SELECT DISK 1 [ The Picture Shows 2 Because Of My Drive Allocations ]
  7. 7
    Type CLEAN [ A successful clean will prompt the message “Diskpart succeeded in cleaning the disk” ]
  8. 8
    Type CREATE PARTITION PRIMARY
  9. 9
    Type SELECT PARTITION 1
  10. 10
    Type ACTIVE
    • By following the above step we have just created a USB Flash Drive capable of booting from the system BIOS.

EditMethod 2 of 2: Copying The Installation Files

  1. 1
    The next step is to copy the files from the Original Windows Vista™ / Windows 7™ disc. Before we copy the content of the disc to the Flash Drive, we have to make sure that the drive is ready to accept files. In the same Command Prompt that we have used in the previous step, type the following commands
    • Type FORMAT FS=NTFS QUICK [ When it reaches 100% you are ready to move to the next step ]
    • Type ASSIGN
    • Type EXIT to get out of DISKPART Command Utility
  2. 2
    Now your Flash Drive is ready for the files. Insert your Windows disc into your drive. In my case, my Disc Drive is I: drive and my FLASH Drive is J:
  3. 3
    Type XCOPY I:\*.* /S/E/F J:\ [ This Command needs to be typed in the same Command Prompt that we have left open after Diskpart.
    • If your Drive letters are correct, after several minutes you will get a message saying the numbers of files successfully copied to your FLASH DRIVE
        

      Warnings

      • Please make sure that no other external or internal hard drives or flash drives are attached to the computer while performing these steps. Only the FLASH DRIVE should be attached to the computer. Failure to do so might result in DATA LOSS in other drives while performing the DISKPART commands
       
       

Comments

Popular posts from this blog

The Android Best OS Android OREO 8.0 Top 10 AMAZING Features

Welcome Back Guy, I'm here with a new video, in this video I'm going to show you Top 10 Features of Android 8.0 Oreo Don't forget to Subscribe My Channel Which is Guy Perfect & Press the Bell Icon for More Exciting Video Coming Soon!! Like this video And Don't forget to share it with others. Upload by Guy Perfect.The Link is Down below. If you like this post 1+ this

Creating A Game With Notepad

You probably won't know what all of this means right now, but I'll explain it soon. Introduction Did you know that the simple Notepad program on your computer is actually a very powerful programming tool? That's right, and it is also very easy to learn. In this article I'm going to show you how to make a simple game using only the Notepad program and a programming language called "Batch." Batch is a language that runs primarily out of your Windows command prompt. Now, it's not even close to being the most powerful programming language out there, but it still let's you do enough to be extremely useful to know (at least for anyone in the computer field). Not only is it useful, but it can also be used to create amazing text-based games ! What is a text-based game you ask? It's a game (a very simple one) in which the user interacts through the use of text and choice-making.You will learn h...

What is HTTP (Hyper Text Transfer Protocol)

Hypertext is text that links to other information. By clicking on a link in a hypertext document, a user can quickly jump to different content. Though hypertext is usually associated with Web pages, the technology has been around since the 1960s. Software programs that include dictionaries and encyclopedias have long used hypertext in their definitions so that readers can quickly find out more about specific words or topics. Apple Computer's HyperCard program also used hypertext, which allowed users to create multi-linked databases. Today, the Web is where hypertext reigns, where nearly every page includes links to other pages and both text and images can be used as links to more content. If you like this post 1+ this