If you are in fastboot you can flash a rom and recovery.
use this:
Code:
fastboot erase data
fastboot erase userdata
fastboot erase system
fastboot erase recovery
fastboot erase boot
fastboot erase misc
fastboot erase splash
fastboot reboot
fastboot flash recovery [U]recovery.img[/U]
fastboot flash boot [U]boot.img[/U]
fastboot flash data [U]rom.zip[/U]
fastboot continue
All the underlined parts can vary in name (
.img or
.zip may or may not show up in windows, but it is named that) . Also they must be in the same directory as fastboot.exe (which may show up as fastboot)
I can make an autorun to do this for OP if he wants it.
Edit: there is no way to get into fastboot at all unless you root first.
The tricks to getting into fastboot on purpose require a custom recovery already installed. Once it is installed, wipe /boot and reboot. It will be in fastboot. I do not recommend the OP doing this though as sometimes the Windows drivers for fastboot fail to install.