Skip to content

Instantly share code, notes, and snippets.

@tomerof
Created May 14, 2025 06:29
Show Gist options
  • Save tomerof/3a80806623a387de8685f900d702291f to your computer and use it in GitHub Desktop.
Save tomerof/3a80806623a387de8685f900d702291f to your computer and use it in GitHub Desktop.

πŸ› οΈ Fix: "Unknown Error Occurred" - Chrome Remote Desktop on Windows

When reinstalling Chrome Remote Desktop or switching Google accounts, you might encounter this vague error:

"An unknown error occurred"

Even after uninstalling everything, this issue may persist due to leftover config files.


βœ… Solution: Manually Remove Residual Configuration

  1. Uninstall Chrome Remote Desktop Host

    • Go to Control Panel > Programs > Uninstall a program
    • Uninstall Chrome Remote Desktop Host
  2. Delete this specific folder (crucial!)

%ProgramData%\Google\Chrome Remote Desktop
  • Paste that into File Explorer or Run (WinKy+R)
  • Delete the entire folder
  • This step clears the hidden configuration that survives uninstalling
  1. (Optional) Clear leftover registry keys
  • Open regedit
  • Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome Remote Desktop
    
  • If it exists, delete it

πŸ” Reinstall

  1. Go to: https://remotedesktop.google.com/
  2. Reinstall the host app
  3. Set up the device again β€” it should now work

🧠 Notes

  • %ProgramData% is a system-level path and is often overlooked during standard uninstalls
  • This folder stores machine-specific configuration and causes account switching to fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment