demo · v133

Welcome page removal

Enterprise enrolment used to pin chrome://welcome via the first_run_tabs entry in initial_preferences. Chrome 133 removes that path. Below: a probe + the working replacement.

before (no longer fires welcome)

{
  "distribution": {
    "import_bookmarks": false
  },
  "first_run_tabs": [
    "chrome://welcome"
  ]
}

after (use policy + first-run)

// chrome://policy
{
  "RestoreOnStartup": 4,
  "RestoreOnStartupURLs": ["https://intranet.example/welcome"]
}

probe

browser channel
-
first-run override fires?
-

notes...

see also