Chrome not working on a remote desktop connection

19,417

Solution 1

This is a guess, but maybe it has to do with GPU acceleration not working over RDP. Can you try adding the --disable-gpu flag after chrome.exe in the shortcut?

Or maybe turning off GPU related items in chrome://flags/?

Solution 2

Thanks for the correct answer, Louis, here are some more hints:

Starting Chrome with the --disable-gpu option works for me. To do so, create a shortcut with the following target:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-gpu

Turning off the use of graphic acceleration in chrome://flags didn't work for me.

Also, make sure that you untick "Let Google Chrome run in the background" in the taskbar. Otherwise the --disable-gpu option is useless.

Share:
19,417

Related videos on Youtube

adrianboimvaser
Author by

adrianboimvaser

Updated on September 18, 2022

Comments

  • adrianboimvaser
    adrianboimvaser over 1 year

    Chrome works fine when I'm physically using my computer, but when I connect to it through RDP (Remote Desktop) it doesn't load pages. Both IE and Firefox work fine in all situations.

    Is it a known bug bug in Chrome or what? I din't find any information in Google. Note that this has nothing to do with the "Chrome Remote Desktop" extension.

    Thanks in advance!

  • adrianboimvaser
    adrianboimvaser about 11 years
    I´m not using a proxy.
  • Toto
    Toto over 2 years
    Can you elaborate on this a litle more?