Open chrome under selenium and solve the error

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: