Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\zircon> adb reboot bootloader
PS C:\Users\zircon> fastboot getvar is-userspace
is-userspace: no
Finished. Total time: 0.016s
PS C:\Users\zircon> fastboot reboot fastboot
Rebooting into fastboot OKAY [ 0.016s]
< waiting for any device >
Finished. Total time: 11.102s
PS C:\Users\zircon> fastboot getvar is-userspace
is-userspace: yes
Finished. Total time: 0.000s
PS C:\Users\zircon>