0% found this document useful (0 votes)
28 views2 pages

Remove Dual Boot

Uploaded by

laskaris
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views2 pages

Remove Dual Boot

Uploaded by

laskaris
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

C:\WINDOWS\system32>diskpart

Microsoft DiskPart version 10.0.22000.653

Copyright (C) Microsoft Corporation.


On computer: RAHEEM

DISKPART> list disk

Disk ### Status Size Free Dyn Gpt


-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 1024 KB *
Disk 1 Online 238 GB 1024 KB *

DISKPART> select disk 1

Disk 1 is now the selected disk.

DISKPART> list partition

Partition ### Type Size Offset


------------- ---------------- ------- -------
Partition 1 System 260 MB 1024 KB
Partition 2 Reserved 16 MB 261 MB
Partition 3 Primary 237 GB 277 MB
Partition 4 Recovery 900 MB 237 GB

DISKPART> select partition 1

Partition 1 is now the selected partition.

DISKPART> assign letter x

DiskPart successfully assigned the drive letter or mount point.

DISKPART> exit

Leaving DiskPart...

C:\WINDOWS\system32>x:

X:\>dir
Volume in drive X is SYSTEM
Volume Serial Number is 6EE3-35F3

Directory of X:\

27-07-2022 13:09 <DIR> EFI


0 File(s) 0 bytes
1 Dir(s) 237,461,504 bytes free

X:\>cd efi

X:\EFI>dir
Volume in drive X is SYSTEM
Volume Serial Number is 6EE3-35F3

Directory of X:\EFI
18-03-2022 13:01 <DIR> .
18-03-2022 13:01 <DIR> ..
18-03-2022 13:01 <DIR> Microsoft
18-03-2022 13:01 <DIR> Boot
27-07-2022 13:09 <DIR> kali
0 File(s) 0 bytes
5 Dir(s) 237,461,504 bytes free

X:\EFI>rd kali /s
kali, Are you sure (Y/N)? y

X:\EFI>dir
Volume in drive X is SYSTEM
Volume Serial Number is 6EE3-35F3

Directory of X:\EFI

18-03-2022 13:01 <DIR> .


18-03-2022 13:01 <DIR> ..
18-03-2022 13:01 <DIR> Microsoft
18-03-2022 13:01 <DIR> Boot
0 File(s) 0 bytes
4 Dir(s) 237,600,768 bytes free

You might also like