How To Remove Windows 8 Dual Boot
I had a dual boot using Windows 7 and Windows 8 Consumer Preview.
As I’ve decided to remove the Windows 8 Consumer Preview, I will share info on how to safely remove the dual boot using Bcdedit command.
Boot into Windows 7 and run Command Prompt as an Administrator (elevated mode)
Type bcdedit and hit Enter
You should see the list of entries for the dual boot configuration.
Find the entry for the Windows 8 Consumer Preview OS and check the identifier line. As you can see from the picture below in my case identifier was {default}
Run the following command:
bcdedit /delete {default}
Now restart and login to Windows. There’s one more thing to do. We need to delete the Windows folder from the partition where Windows 8 Consumer Preview was installed.
Here’s how to do it:
Locate the Windows 8 Consumer Preview folder named ‘Windows’ (be careful not to delete your Windows 7 folder)
Right click on the folder and select properties
In the Security | Advanced Security | Owner tab take ownership of the folder.
Close the Properties Window and re-open it. Grant yourself or Administrators group a Full Control permission for the folder and propagate permissions to all child objects.
Now you should be able to completely delete the folder.
Comments are welcome.
Thank you, very helpful!!
i suggest you to explain more about how to set up permissions and ownership (not everyone knows how to do it)
It took all of about 5 seconds opening “Disk Management” deleting the Win 8 Partition then extending the Win 7 partition to reclaim the unallocated space, done.
It’s explained fully in this article: http://www.eightforums.com/tutorials/2372-dual-boot-windows-7-windows-8-delete-windows-8-a.html
Just for those who find it helpful.
Does this remove it from the startup options as well?
The command that is in the screenshot from command prompt above will remove it from the startup options.