I recently installed Ubuntu 16 alongside windows 10. Now i want to uninstall Ubuntu and without touching windows 10
Asked
Active
Viewed 346 times
1 Answers
0
You can easily remove it by following the below steps
- First of all you have to create a windows bootable USB drive.
- Then go to the Windows Disk Management or type
diskmgmt.mscin run command. - Now, you will be able to see all the partitions.
- Delete the partitions, other than the windows (where you installed ubuntu).
- Now, Plug in the windows bootable USB drive.
- Then Open the command prompt from the troubleshoot menu.
Enter the following commands in terminal
1. bootrec /RebuildBcd
2. bootrec /fixMbr
3. bootrec /fixboot
4. exit
This Should be It.