My company has Chrome and Edge installed on some of our development servers for our dev team to use with their processes. In both cases, patches are automatically pushed to the browsers, however they are not fully implemented until they are opened by a user. This leaves them potentially vulnerable until the patches are implemented. So, I need to automate the refreshing of these browsers without user involvement. Is there a way to do this via Group Policy or SCCM? If not, is there another route?
It's also important to know that, while I have the ability to remove these from the servers, I do not have the authority to prevent the dev team from reinstalling them. So, I need to find an alternative route.
There's no such policy. I think it must involve user interaction.
You can only force to remind the user to restart the browser by setting this policy RelaunchNotification to Required. But the reminder popup will only show when Edge is open.