Few steps to try:
Disable Sandbox Mode: Add the --no-sandbox argument to Chrome options:
options.add_argument("--no-sandbox")
Ensure ChromeDriver matches your Google Chrome version.
Run the script with admin rights.
Ensure the chromedriver.exe file has proper execution permissions.
Reinstall Chrome: If the issue persists, reinstall Google Chrome to ensure a clean installation.