nvram Command Examples

Manipulate firmware variables. More information: https://keith.github.io/xcode-man-pages/nvram.8.html.

nvram -p

nvram -xp

sudo nvram {{name}}="{{value}}"

sudo nvram -d {{name}}

sudo nvram -c

sudo nvram -xf {{path/to/file.xml}}