Which Virtual Machine Setting Allows You To Control The Status Of The Num Lock Key On Boot? -

or numlock.state

If you need a approach, it’s often better to manage Num Lock behavior inside the guest OS itself (e.g., via registry on Windows or a startup script on Linux). or numlock

<features> <numlock state="on"/> </features> This forces Num Lock to be enabled when the virtual machine boots, regardless of the host’s current state. regardless of the host’s current state.