| | 13 | |
| | 14 | * [http://superuser.com/questions/645918/how-to-run-google-chrome-with-nvidia-card-optimus windows 8 - How to run Google Chrome with NVIDIA card (Optimus)? - Super User] |
| | 15 | > I figured out a workaround for this, if you create a hard-link to chrome.exe in the same directory, you can set a profile for that executable independently. |
| | 16 | > {{{ |
| | 17 | > C:\Program Files (x86)\Google\Chrome\Application>mklink /H gpu-chrome.exe chrome.exe |
| | 18 | > Hardlink created for gpu-chrome.exe <<===>> chrome.exe |
| | 19 | > }}} |
| | 20 | > Now I can run gpu-chrome.exe and have full 3D acceleration from my dedicated card. |
| | 21 | * Windows 7でも同様 |