If you try to update the Chrome browser on Settings – About Chrome and you receive this error:
1 | error code 7: 0x80040902: 50 -- system level ... |
then you need to stop all tasks that depend on the Chrome browser.
The error tells me something changed the browser functionality, maybe a browser hijacker threat or a similar malware rooted in the browser area.
You need to run these commands into administrator mode or create a bat file type.
Copy first all of these, because the Chrome browser will be closed.
1 2 3 4 5 | taskkill /im chrome.exe /f taskkill /im googleupdate.exe /f taskkill /im google*.exe /fi "STATUS eq RUNNING" /f taskkill /im google*.exe /fi "STATUS eq UNKNOWN" /f taskkill /im google*.exe /fi "STATUS eq NOT RESPONDING" /f |