How To Delete Linux Installed On Windows
How To Delete Linux Installed On Windows
Windows PowerShell
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\Merwel>
PS C:\Users\Merwel>
PS C:\Users\Merwel>
PS C:\Users\Merwel> wsl -l -o
Voici une liste des distributions valides qui peuvent être installées.
Ubuntu Ubuntu
┃ ⇒ https://www.kali.org/docs/troubleshooting/common-minimum-setup/
┃
┗━(Run: “touch ~/.hushlogin” to hide this message)
┌──(kali㉿DESKTOP-O02OOO5)-[~]
└─$ exit
logout
PS C:\Users\Merwel> diskpart
On computer: DESKTOP-O02OOO5
DISKPART> exit
Leaving DiskPart...
PS C:\Users\Merwel> x:
PS X:\> dir
Directory: X:\
PS X:\> cd EFI
PS X:\EFI> dir
Directory: X:\EFI
PS X:\EFI> rd ubuntu /S
At line:1 char:1
+ rd ubuntu /S
+ ~~~~~~~~~~~~
+ FullyQualifiedErrorId :
PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
PS X:\EFI> rd ubuntu /s
At line:1 char:1
+ rd ubuntu /s
+ ~~~~~~~~~~~~
+ FullyQualifiedErrorId :
PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
PS X:\EFI> rd ubuntu
Confirm
The item at X:\EFI\ubuntu has children and the Recurse parameter was not specified. If you continue,
all children will
be removed with the item. Are you sure you want to continue?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
PS X:\EFI> dir
Directory: X:\EFI
PS X:\EFI>