It is no longer a new topic to install win7!
However, if you have installed win7, you must have encountered this problem: the win7 installer creates primary partitions without any options for creating logical partitions, as a result, the remaining space cannot be allocated after four primary partitions are created.
How should we solve this problem? In fact, we can use the Diskpart command that comes with the win7 system to first partition and then install the system. There are three points to do this:
First, you do not need to use third-party tools. Second, you do not need to generate a MB "system reserved" partition. Finally, the partition operation takes effect directly without restarting the computer! Hahaha
Diskpart is a command in Windows. It must be supported by system services when running the command normally. Therefore, it cannot be run in a WinPE environment with pure DOs and XP kernels, however, it does run in Windows 7 pre-installation environment.
Tutorial start:
When www.2cto.com is installed on the disk partition page, press Shift + F10 to start the command window;
Enter Diskpart and press Enter. After a while, you can enter the command environment of Diskpart (Prompt: DISKPART>). Enter the corresponding command at this prompt to complete disk partitioning and formatting, the specific commands used include List, Clean, Select, Create, Format, and Exit. You can enter Help to view the usage of each command!
<For specific operation procedures, enter the following commands in sequence>
List Disk/display all disks of the Local Machine/
Select Disk 0/Select Disk 0 (a hard Disk defaults to 0 )/
Clean/clear all content on the disk/
Create Partition Primary Size = 51200/Create a Primary Partition with a capacity of 50 GB/
Active/Active primary partition/
Format Quick/Quick Format partition/
Create Partition Extended/Create logical Partition/
Create Partition Logical Size = 51200/Create a Logical Partition with a capacity of 50 GB/
Foramt Quick/Quick partition formatting/
Create Partition Logical Size = 153600/Create a Logical Partition with a capacity of 150 GB/
Foramt Quick/Quick partition formatting/
Create Partition Logical Size = 153600/Create a Logical Partition with a capacity of 150 GB/
Foramt Quick/Quick partition formatting/
Create Partition Logical/Create a Logical Partition with four capacities available/
Foramt Quick/Quick partition formatting/
Exit/Exit Diskpart/
Exit/Exit the command prompt environment/
------------------------------------------ Note: (the red text on the right side is the annotation part )--------------------------------------------
Then, we click "Where do you want to install windows ?" The refresh option in the window shows the partition result. So far, the entire disk partition has ended. How can this problem be solved? Is it easy?
The capacity of each disk can be set as needed.
Note: Some content in this article may be referenced in the network and I will modify or comment it out, hoping to help more people.
Author name: Hero Xiaoqiang mailbox: hero88821@qq.com QQ: 659406804 MSN: hero821@msn.cn