Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Initialize a Disk in Windows Using Disk Management and Command Prompt

Initializing a disk is a necessary step when setting up a new hard drive in Windows. This process prepares the drive for use by the operating system, allowing you to format it and assign it a drive letter. In this article, we will explore two methods for initializing a disk in Windows: using Disk Management and the Command Prompt.

Method 1: Initialize a Disk Using Disk Management

  1. Open Disk Management:

    • Press Win + X and select "Disk Management" from the menu. Alternatively, type "disk management" in the Windows search bar and select "Create and format hard disk partitions."
  2. Locate the Disk:

    • In the Disk Management window, you will see a list of all connected drives. New disks will typically appear as "Unknown" and "Not Initialized."
  3. Initialize the Disk:

    • Right-click on the disk you want to initialize and select "Initialize Disk."
    • In the Initialize Disk dialog box, select the disk and choose the partition style: MBR (Master Boot Record) or GPT (GUID Partition Table). GPT is recommended for disks larger than 2TB or if you plan to use the disk with UEFI-based systems.
  4. Complete the Initialization:

    • Click "OK" to initialize the disk. Once initialized, the disk status will change, and you can proceed to create a new volume, format it, and assign a drive letter.

Method 2: Initialize a Disk Using Command Prompt

  1. Open Command Prompt as Administrator:

    • Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)."
  2. Launch Diskpart:

    • Type diskpart and press Enter to start the Diskpart utility.
  3. List Disks:

    • Enter list disk to display all connected drives. Note the disk number of the drive you want to initialize.
  4. Select the Disk:

    • Type select disk X, replacing "X" with the disk number of the drive you want to initialize.
  5. Initialize the Disk:

    • Enter convert mbr to initialize the disk with the MBR partition style, or convert gpt for the GPT partition style.
  6. Exit Diskpart:

    • Type exit to leave the Diskpart utility.

After initializing the disk using either method, you can create partitions, format them, and assign drive letters using Disk Management or Diskpart commands.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.