Share via

windows install

Anonymous
2023-05-24T17:56:43+00:00

i need help i am trying to fix my pc and reinstall Windows 10. but every time i load it up into where do you want to install windows it just shows

Disk 0 Unallocated Space 0.0mb how do i fix

here is what i tried:

SHIFT=F10

DISKPART

LIST DISK

SELECT DISK 0

CLEAN

CREATE PARTITION PRIMARY FORMAT FS=NTFS

but when i tried CREATE PARTITION PRIMARY FORMAT FS=NTFS it kept saying "the arguments specified for this command are not valid

for more information on the command type: HELP CREATE PARTITION PRIMARY"

acer spin 51351

serial number for storage driver: NXGK4EM033646070206600

pls give storage driver download

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Igor Leyko 111K Reputation points Independent Advisor
    2023-05-27T21:35:56+00:00

    Please show the result of LIS VOL command.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-05-27T10:10:09+00:00

    Several commands should be used.
    CREATE PARTITION PRIMARY
    then find the number of dis volume and select it with SELECT VOLUME command. Then
    FORMAT FS=NTFS QUICK

    But installing Windows to unpartitioned disk will be more correct in your case.

    the only volumes on disk 0 are the ones where im booting off of it

    Was this answer helpful?

    0 comments No comments
  3. Igor Leyko 111K Reputation points Independent Advisor
    2023-05-26T15:26:48+00:00

    Several commands should be used.

    CREATE PARTITION PRIMARY

    then find the number of dis volume and select it with SELECT VOLUME command. Then

    FORMAT FS=NTFS QUICK

    But installing Windows to unpartitioned disk will be more correct in your case.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-05-26T13:49:19+00:00

    can you give me proper commands

    Was this answer helpful?

    0 comments No comments
  5. Igor Leyko 111K Reputation points Independent Advisor
    2023-05-24T18:32:51+00:00

    Hi Zarr,

    My name is Igor, it's a pleasure for me to help others and I'll do all my best to help you.

    You may install Windows to unpartitioned drive, Windows will create the required partitions itself.

    As for your command, please note, file system parameter should not be used with create command, see https://learn.microsoft.com/ru-ru/windows-serve...

    Was this answer helpful?

    0 comments No comments