|
如果你禁止掉Vista 64的驱动签名就可以。
To prevent vista from requiring signed drivers:
1. customize the start menu and enable the run command, in the run command box, type cmd
2. enter the following in the command window that appears, to disable driver signature checks:
bcdedit –set nointegritychecks ON
3. reboot the computer
{Edit} if the "bcdedit –set nointegritychecks ON" does not work, try "bcdedit /set nointegritychecks ON"
Source: http://www.planetamd64.com/index ... ndpost&p=232295 |
|