$PATH = "HKLM:\\Software\Policies\Google\Chrome\"$NAME = "EncryptedClientHelloEnabled"if (-not(Test-Path $PATH)) {New-Item -Path $PATH -Force}New-ItemProperty -Path $PATH -Name $NAME -Value 0x0 -Force