1

I'm writing a C++ code that has to check if some program is defined to run at OS startup. In Windows it would be implemented by checking if some entry exists in the registry (e.g. in

SOFTWARE\Microsoft\Windows\CurrentVersion\Run

).

What is the equivalent mechanism of registry on OS X and how can I programmatically check for some entry in it?

References to useful manuals would be also very helpful.

Konrad Rudolph
  • 530,221
  • 131
  • 937
  • 1,214
Sanich
  • 1,739
  • 6
  • 25
  • 43
  • http://stackoverflow.com/questions/3358410/programmatically-run-at-startup-on-mac-os-x this may help – lcs Mar 18 '13 at 15:27

0 Answers0