Hi Pradeep Chouhury,
Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VPHAN
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I write RPA bots on our company Windows Server VM. But Chrome and Edge shut down instantly when Brity starts them! I already re-setup Chrome and the web plugin, turned off Windows Defender browser guard, and rebooted the machine. Interestingly, UiPath gives the exact same crash but Internet Explorer survives fine. Any fixes?
Hi Pradeep Chouhury,
Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VPHAN
Hi Pradeep Chouhury,
The instant crash occurs because Google Chrome and Microsoft Edge utilize the Chromium engine, which features a security mechanism called Renderer Code Integrity. When RPA tools attempt to inject code into the browser to track elements, Chromium flags it as unauthorized and immediately kills the process. Internet Explorer survives because it uses a legacy, non-Chromium architecture without these strict checks.
To fix this,
Open regedit and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome (create the folders if they are missing).
Right-click the empty space, create a new DWORD (32-bit) Value, name it RendererCodeIntegrityEnabled, and set its value data to 0.
Repeat the exact same step under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge.
Restart your RPA software and ensure all background browser processes are completely closed for the new enterprise policies to take effect.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN