PART 1:
i know you probably dont like ubuntu but for this to work you must definitely get you hands dirty with some ubuntu.
since u definitely hate i most definitely wont bother u with command line until its absolutely neccesary.
first things first boot into ubuntu and go the files directory
2:from the side scroll part click on the part that says computer
3:right click and go to properties and then notice that exact size of the computer space directory coz later in windows that would be the partition you will need to delete.
hit crtl + alt + T acess to terminal or command prompt if you must say
PART 2:
Make Windows (ANY variant) the default Grub2 menu option.
Description: This sets Windows as the default boot option, and (with NO user action) the PC will auto-launch Windows on startup.
STEPS:
type in terminal the following
** for Listing your current menu items**
sudo update-grub
B. Edit setup file
sudo gedit /etc/default/grub
Set the boot default to your Windows boot partition (eg.)
GRUB_DEFAULT=”Windows 7 (loader) on /dev/sda1″
WARNING: Just setting 'GRUB_DEFAULT=n', will NOT work after kernel updates, etc.
(Save the file and close.)
C. Update grub settings
sudo update-grub
Now, on boot, you will AUTOMATICALLY default to MS Windows.
PART 3: (Optional Extra)
Hide the Grub2 menu, and use the default menu option.
Description: This both hides the startup menu, and shortens the (usually 10 second) timeout. The PC will auto-launch whatever the default option is on startup.
NOTE: The user just needs to hold down the Shift key (on startup), to again see the Grub2 menu.
STEPS:
D. Edit setup file
sudo gedit /etc/default/grub
Uncomment the line '#GRUB_HIDDEN_TIMEOUT=0', to look like:
GRUB_HIDDEN_TIMEOUT=0
(Save the file and close.)
E. Update grub settings
sudo update-grub
Now, on boot, you will AUTOMATICALLY boot to the default menu option, UNLESS you hold down the Shift-key at boot time. Then the grub2 menu will re-appear.
load into windows and delete the partition of the size i told you to notice earlier and poof ubuntu is gone