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

EEPROM (Electrically Erasable Programmable Read-Only Memory)

EEPROM also written E 2 PROM and pronounced "e-e-prom", "double-e prom", "e-squared", or simply "e-prom") stands for E lectrically E rasable P rogrammable R ead- O nly M emory and is a type of non-volatile memory used in computers and other electronic devices to store small amounts of data that must be saved when power is removed, e.g., calibration tables or device configuration. Unlike bytes in most other kinds of non-volatile memory, individual bytes in a traditional EEPROM can be independently read, erased, and re-written. When larger amounts of static data are to be stored (such as in USB flash drives) a specific type of EEPROM such as flash memory is more economical than traditional EEPROM devices. EEPROMs are organized as arrays of floating-gate transistors. An EPROM usually must be removed from the device for erasing and programming, whereas EEPROMs can be programmed and erased in-circuit, by applying special programming sign...