gpt4 book ai didi

c++ - 如何在C++中添加环境变量?

转载 作者:可可西里 更新时间:2023-11-01 13:28:16 26 4
gpt4 key购买 nike

有什么方法可以通过 C++ 在 Windows 中添加环境变量吗?

必须在“我的电脑->属性->高级->环境变量”中添加

谢谢

最佳答案

来自 MSDN :

To programmatically add or modify system environment variables, add them to the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment registry key, then broadcast a WM_SETTINGCHANGE message with lParam set to the string "Environment". This allows applications, such as the shell, to pick up your updates ...

关于c++ - 如何在C++中添加环境变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5246046/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com