Search code examples
azure-active-directorywindows-server-2016group-policy

Azure Active Directory Server 2016 Group Policy Startup Applications (Chrome) not loading on client workstations


Hi I'm trying to implement a Group Policy in our domain that forces Google Chrome to be added to client startup applications. I've added a GPO and added the key:

Computer Configuration > Administrative Templates > System > Logon > Run These Programs at User Logon

In the "Items to run at logon" I've added the path to chrome.exe (with quotes) like so:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

I've then linked to the Object in our Domain's User and Computer OUs.

I've also pushed the update out to clients and confirmed they have updated GP.

However Chrome does not start when users boot into their laptops.

I'm hoping someone can shine a light on what I've done wrong/what I've forgotten to do - any help much appreciated!


Solution

  • Summarize the comment link as a reply to close this issue.

    Per duenni1's comment it looks like the most successful way people are reporting is to use the startup folder instead of the logon group policy. "In my opinion the correct solution: use GPP to manage shortcuts in startup menu folder. Simply create a startup shortcuts."

    Could throw it in this directory:
    
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    This will launch the program when they login, we do this to force users into our IM client
    

    https://community.spiceworks.com/topic/1369848-run-these-programs-at-user-logon

    If you really want this method to work, I'd start troubleshooting here:

    1) is there already a GPO in place that will perform Run These Programs at user logon? That may be the winning GPO

    GPO Run these programs at user logon not taking effect

    2) According to the official docs, no error is a path issue ( I think your usage of quotes is correct but out of curiosity I'd be curious if removing the quotes has a change).

    NOTE: If the program does not run, make sure the path is correct. The program does not run (and no error message is displayed) if the path is not found.