Last active
February 19, 2025 18:59
-
-
Save oropesa/b54f8f0f7bfec70b5e3699b49462650d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#> diskpart | |
DISKPART> list disk | |
DISKPART> select disk [number-disk] | |
DISKPART> clean | |
DISKPART> create partition primary | |
DISKPART> select partition 1 | |
DISKPART> active | |
DISKPART> format fs=NTFS | |
(wait patiently a lot) | |
(to show it in window mode, search 'Disk Management') | |
DISKPART> assign | |
DISKPART> exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment