Hmm... there might be a virus in the MFT. As far as I know, the "format" command during the Windows Install only "make the hard drive think there's nothing". So, the data is replaced as your write data on it. So, the virus on the MFT is never erased. What to do? Well, one thing I would do is to re-install another time. But this time, choose your keyboard layout and press next. Then, press SHIFT-F10.
WARNING : The following commands will completely erase your hard drive, so be warned!
A command prompt will have appeared. So, below, the commnds are in bold :
diskpart list disk
At this point, your hard drives will appear.
select disk #
"#" is the number of the drive listed in the "list disk" command. After this command, we will erase your hard drive completely, from A to Z. So, this is your last chance to backup
clean all
Erasing the hard drive. This WILL take some time.
create partition primary
This create your main partition
format fs=ntfs label="Windows 7"
This will format the hard drive for NTFS. "Windows 7" is changeable; it's just the name you wanna give to the hard drive. It will also take a bit of time.
active
Just so you can select it.
exit
Then just close the command prompt. Click Install, then, when you will be able to "format" during the install, don't. But just click on the partition we create above and click Next.
Once this is done, we can now say that your system is virus free since your hard drive has been entirely wiped out. Install your
drivers and then install
Microsoft Security Essential and
NOT AVG or McAfee.
Tell us of your experience.