Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a windows 10 machine. I have installed multiple versions of Google Chrome on my machine.

  • Stable Version
  • Dev Version
  • Canary Version

When I run the command chrome from run it opens Google Canary by default. Google Canary was the last installed version.

Here is what I did to find the place where this behavior is stored.

  • I checked if chrome was added to path and found that it is not.
  • Found two registry keys
    • [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp Pathschrome.exe]
    • [HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionApp Pathschrome.exe]

Both the registry keys had path to Canary version. I changed it to stable version and it started to open the stable version when I pass chrome command from run.

However, after sometime, the behavior changes and I have to edit the registry key again to launch the stable version.

question from:https://stackoverflow.com/questions/66046766/how-to-set-the-default-version-of-chrome-opened-from-run

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
451 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...