Computer Repair and Network Support Services

Voted 'Best of Forsyth' 2018 - 2024

Gary Helm
Information Technology Specialist
204 Hickory Oak Hollow
Cumming, GA 30040

Mon-Fri 9am-6pm
Evenings & Saturday by Appointment

Phone 470-253-0547
Email Gary at GaryHelm.Net

Near Me: Cumming Georgia, Forsyth County GA, Dawsonville GA, Gainesville GA, Dahlonega GA, Lake Lanier, Free Home GA, Ball Ground GA, Johns Creek GA, Milton GA


Gary Helm

Diskpart

Diskpart is a one of several command line tools for managing drives.

The proceedure below is to clean and partition a disk when there are problems installing Windows OS to it.

For more information visit
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands

  • boot to windows repair disk/usb
  • select cmd
  • type "diskpart" enter
  • type "list disk" enter
  • type "select disk #" enter
  • type "clean" enter
  • type "create partition primary" enter
  • type "list partition" enter
  • type "select partition #" enter
  • type "active" enter
  • type "format fs=ntfs quick" enter
  • type "assign" enter
  • type "exit" enter