Inspired by this question I started looking for apps that allow to read the data saved in my Mac’s Parameter RAM. Aside from a very antique (pre OS X) application for Classic, I could not find any. Is there any way to access the info stored in the PRAM on current Macs?
Asked
Active
Viewed 1.6k times
1 Answers
8
To clarify, for PowerPC based Macs, this memory was called PRAM, but for Intel based Macs, the proper name is NVRAM.
To show the contents of the NVRAM or even manipulate them, you can use the nvram shell commando in Terminal. For info on usage, execute man nvram.
If you just want to display the entire contents of the NVRAM, you can execute it with th -p parameter:
nvram -p
Gerry
- 14,551
nvramis also the name of the facility on PPC OS X as well. – CyberSkull Jun 03 '14 at 13:22prev-lang:kbdand the valueLL:NN, where LL is the language code and NN a numerical keyboard layout id. Wasde:92in my case. – porg Feb 17 '15 at 21:07