如何使 Windows 8 开始屏幕上的默认 Google Chrome 链接在桌面上打开 Chrome?

Kir*_*met 4 google-chrome windows-8

默认情况下,全新安装的 Google Chrome 会在“开始”屏幕上放置一个条目,单击该条目将打开现代 UI/Metro 版本的 Chrome。这令人沮丧,因为我想在我的桌面上打开它。有没有什么办法解决这一问题?

Kir*_*met 6

啊,我追踪到了。打开 regedit 并将所有这些键设置为空:

HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command\DelegateExecute

HKEY_CLASSES_ROOT\Chrome\.exe\shell\open\command\DelegateExecute

HKEY_CLASSES_ROOT\Chrome\.exe\shell\opennewwindow\command\DelegateExecute

HKEY_CLASSES_ROOT\Chrome\.exe\shell\run\command\DelegateExecute
Run Code Online (Sandbox Code Playgroud)

关闭 regedit 后,当您从开始屏幕打开 Chrome 时,它​​将在您的桌面中打开。