Open chrome under selenium and solve the error
The error is as follows:
[22516:20196:0704/024642.979:ERROR:install_util.cc(597)] Unable to read registry value HKLM\SOFTWARE\Policies\Google\Chrome\MachineLevelUserCloudPolicyEnrollmentToken for writing result=2
The solution is as follows:
Just add a value named machinelevelusercloudpolicyenrollmenttoken (the data is empty) to the registry
HKLM_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\MachineLevelUserCloudPolicyEnrollmenToken
Transferred from: https://blog.csdn.net/hoddy355/article/details/80906596
You can also run the following commands through the administrator command:
Run “reg add HKLM \ software \ policies \ Google \ Chrome/V machinelevelusercloudpolicyenrollmenttoken/T reg” from the command line_SZ “, add the registry value prompted in the error message – confirmed, valid
Similar Posts:
- Installing Google Chrome in Ubuntu 14.04 LTS
- remove-weknow-ac from mac chrome
- [Solved] Windows 10 remote error: Oracle fix due to CredSSP encryption
- Error command failed when creating vue-cli4 project: Yarn
- selenium.common.exceptions.WebDriverException: Message: unknown Error: cannot find Chrome binary
- Quickly solve the problem of “RSA public key not find” in Navicat
- ERROR EPERM: operation not permitted, mkdir ‘C:\Users\Administrator\Desktop\text\nuxt\basic\…
- This network connection does not exist
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- ESLint: The array literal notation [] is preferable. (no-array-constructor)