I have installed Ubuntu 16.04 on a free dos laptop. I have kept the free dos partition on the system. Now I want to uninstall ubuntu and install windows 7. Windows installer disk is unable to install on the partition of ubuntu. help me guys i need to install windows 7.
Asked
Active
Viewed 200 times
1 Answers
0
Warning! This will erase EVERYTHING on your internal HDD
Inside the Windows installer, at the welcome screen (before the partitioning screen) hit Shift+F10.
At the command prompt, type
diskpart
Once
diskpart
loads, (it will take a few seconds) type:list disk
Take note of the number assigned to your internal HDD
Then, run this command, replacing X with the number assigned to your internal HDD:
select disk X
Finally, do:
clean
Then, close both CMD Windows and proceed with the install.

You'reAGitForNotUsingGit
- 14,809