Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 C++ 代码,它必须检查某些程序是否定义为在操作系统启动时运行。在 Windows 中,它将通过检查注册表中是否存在某些条目来实现(例如,在
软件\Microsoft\Windows\CurrentVersion\Run
)。
OS X 上注册表的等效机制是什么?如何以编程方式检查其中的某些条目?
参考有用的手册也会很有帮助。