將Chrome設爲默認瀏覽器,我收到以下錯誤消息。無法從Powershell的
cmd.exe : [1396:2128:0708/153347:ERROR:gpu_info_collector_win.cc(98)] Can't retrieve a valid WinSAT assessment. At line:1 char:1 + cmd.exe /C "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --make- ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ([1396:2128:0708...SAT assessment.:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError
[1396:2128:0708/153347:ERROR:shell_integration_win.cc(200)] Chrome could not be set as default browser.
什麼可能導致此錯誤?我意識到執行該命令有多種方式,但底線是執行Chrome --make-default-browser
開關失敗。
這是PowerShell的特定問題嗎?換句話說,它是否可以從標準命令行在您的機器上運行? – neontapir
我可以在Chrome的設置中進行設置。如果我直接運行'cmd',則不會引發錯誤,但它也不會設置設置。 –