Answers for "remove debian gnu/linux - continue with install process"

1

remove debian gnu/linux - continue with install process

Open command prompt: cmd
Type bcdedit (as Marcos suggested)
You will find the booting partitions (this term doesn't really exist)
Spot the partition that says "Continue with installation" 
as a description
Copy its {identifier} (yeah, that long number)
Finally, type bcdedit /delete {identifier}, 
where in the place of identifier you have to put the identifier you
selected. (Make sure to keep the identifier between braces {..} ).
Type bcdedit to confirm deletion
Posted by: Guest on April-16-2020

Code answers related to "remove debian gnu/linux - continue with install process"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language