Fix Chrome on Windows 7 RC / Beta

right click on your chrome icon then select properties. Under the shortcut tab you will see Target. The line ends with chrome.exe so just add –in-process-plugins after that. So the line should look something like this:
C:\Users\user\AppData\Local\Google\Chrome\Application\chrome.exe --in-process-plugins
May 28th, 2009 at 7:46 am
Nice solution…
Helpful as always!