My laptop, an Acer Aspire 7720G, has an Intel T7500 Core 2 Duo Mobile CPU. This CPU has support for hardware-assisted Intel® Virtualization Technology (VT). That's the reason why I bought this laptop some years ago. It was a big disappointment when I discovered that Acer turned that option off in the BIOS and didn't offer a way to turn it on. So I couldn't use this laptop to test Hyper-V on Windows 2008 (R2) or XP mode on Windows 7, which both require hardware virtualization. But now there is a solution!!! 
I have been searching the Internet for a solution for quite some time now. But today I discovered the solution on this blog: Enabling Intel VT on the Aspire 8930G (and other InsydeH2O-based laptops)
Bigted gave the steps I needed. His steps were for the 5720G, but they also worked for my 7720G.
The steps (credits go to bigted for the original steps and marrio for updated instructions in the comments):
- Download the latest BIOS from Acer and flash it to make sure the laptop is running the latest version of the BIOS before proceeding. (link to 7720G bios)
- Extract BIOS_v1.45.exe from that zip file.
- Now extract the files in BIOS_v1.45.exe using winrar, 7-zip, etc. to a new directory. (right click the file -> extract to... or something like that)
- Edit the extracted file platform.ini and change BackupName= to BackupName=acer7720Gdump.fd
- Run InsydeFlash.exe as Administrator but CANCEL the flash. We only need it to create a backup of the BIOS in the file acer7720Gdump.fd.
- Download the latest version of the 2.6.x version of python and install it. The next steps will not work with a 3.x version of python!!!
- Copy MaxL’s vtenable.py (http://pastebin.com/f604e244a) (archived version)into same folder as dump file.
- Run “vtenable.py acer7720Gdump.fd acer7720GdumpVT.fd”
- Check with a binary comparison tool (like vbindiff) that only 1 byte changed value, in my case from 00 to 01, between the files acer7720Gdump.fd and acer7720GdumpVT.fd
- Open the platform.ini again and ...
- Change BackupName=acer7720Gdump.fd back to BackupName=
- And in the section [Option] change Flag=0 to Flag=1 (Flag 1-> User option mode, including option, start, exit buttons.)
- Save the platform.ini
- Run InsydeFlash.exe as Administrator.
- Click on the button Option
- In the Option tab select the new acer7720GdumpVT.fd as the filename
- Go to the tab ROM Protection List and select Flash all
- Click on OK to close the option screen.
- Click on Start
- After it's finished it will restart the computer.
- Congrats! VT is now enabled!
[edit: 02-Aug-2010]
Update to instructions with improvements from Marrio.
Verified the procedure with the laptop of a friend. It's working!
Posted
11-27-2009 12:10 AM
by
Michel Barneveld