Chrome Enterprise browser management registry entry
Update: found the solution, on youtube: https://www.youtube.com/watch?v=wqrboI7lNV0
I was doing a command step to do the regedit, when you want an install step instead.
-------------------------------------------------------
Running Chrome Enterprise, want to use the managed browser feature in the google admin console. Setup the OU, created the .reg file to tell chrome how to register in the Google admin console.
So my problem is: I'm trying to use PDQDeploy to merge the regsitry file into the computer's registry. The software says it worked, but when I check the registry on the target computer, the key isn't there.
the file in question:
Windows Registry Editor Version 5.00
; Set up the enrollment token for organizational unit: Information Technology
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"CloudManagementEnrollmentToken"="There's a token here I removed for this post"
; Clear current registration if one exists.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Enrollment]
The package is one step, a command:
c:\windows\regedit.exe /s \\Server\share folder\registryfile.reg
I've tried deploy, deploy interactive, use package settings to see if that was it, but it's not working.. It's not a question of access, I can go to the machine, log in as the deploy user, and they can see the .reg file on the server. It's just not adding the reg file.
Please sign in to leave a comment.
Comments
0 comments