Follow these steps to access diskpart without an installation disc on a Windows 7:
- Restart the computer.
- Press F8 as the computer starts to boot. Press F8 before the Windows 7 logo appears.
- Select Repair Your Computer at the Advanced Boot Options screen.
- Press Enter.
- Select Command Prompt.
- Type diskpart.
- Press Enter.
Furthermore, why is diskpart not working?
Right-Click Command Prompt and hit Run As Administrator. When you type diskpart it will not spawn another command window. If neither of these things works, then you have a problem with diskpart or the storage management system on your computer.
Similarly, how do I enable command prompt? Press Windows+R to open “Run” box. Type “cmd” and then click “OK” to open a regular Command Prompt. Type “cmd” and then press Ctrl+Shift+Enter to open an administrator Command Prompt.
Considering this, how do I activate a partition?
To make partition Active:
- Run Command Prompt as Administrator.
- diskpart.
- list disk. Remember the desired disk number.
- select disk # where # is the desired disk number.
- list partition. Remember the desired partition number.
- select partition # where # is the desired partition number.
- active.
How do I find my active partition in diskpart?
- press WIN+R to open RUN box, type diskpart.
- in the opened window type list disk.
- diskpart will list all the disks you have installed, type select disk ###
- type list partition.
- type select partition ###
- type active.