1. <i id='1GORn'><tr id='1GORn'><dt id='1GORn'><q id='1GORn'><span id='1GORn'><b id='1GORn'><form id='1GORn'><ins id='1GORn'></ins><ul id='1GORn'></ul><sub id='1GORn'></sub></form><legend id='1GORn'></legend><bdo id='1GORn'><pre id='1GORn'><center id='1GORn'></center></pre></bdo></b><th id='1GORn'></th></span></q></dt></tr></i><div id='1GORn'><tfoot id='1GORn'></tfoot><dl id='1GORn'><fieldset id='1GORn'></fieldset></dl></div>
      • <bdo id='1GORn'></bdo><ul id='1GORn'></ul>

      <small id='1GORn'></small><noframes id='1GORn'>

      1. <legend id='1GORn'><style id='1GORn'><dir id='1GORn'><q id='1GORn'></q></dir></style></legend>
        <tfoot id='1GORn'></tfoot>
      2. 有没有办法在 Windows 上的 C++ 中以编程方式设置环境路径?

        时间:2023-10-18

        <small id='BahqI'></small><noframes id='BahqI'>

      3. <tfoot id='BahqI'></tfoot>

          <tbody id='BahqI'></tbody>

          • <bdo id='BahqI'></bdo><ul id='BahqI'></ul>
            <legend id='BahqI'><style id='BahqI'><dir id='BahqI'><q id='BahqI'></q></dir></style></legend>

                • <i id='BahqI'><tr id='BahqI'><dt id='BahqI'><q id='BahqI'><span id='BahqI'><b id='BahqI'><form id='BahqI'><ins id='BahqI'></ins><ul id='BahqI'></ul><sub id='BahqI'></sub></form><legend id='BahqI'></legend><bdo id='BahqI'><pre id='BahqI'><center id='BahqI'></center></pre></bdo></b><th id='BahqI'></th></span></q></dt></tr></i><div id='BahqI'><tfoot id='BahqI'></tfoot><dl id='BahqI'><fieldset id='BahqI'></fieldset></dl></div>
                • 本文介绍了有没有办法在 Windows 上的 C++ 中以编程方式设置环境路径?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有没有办法以编程方式(C++)设置全局windows路径环境变量?

                  据我所知,putenv 只为当前应用程序设置它.
                  直接在注册表中更改 (HKLMSYSTEMCurrentControlSetControlSession ManagerEnvironment) 也是一个选项,但如果有的话我更喜欢 API 方法?

                  Is there a way to set the global windows path environment variable programmatically (C++)?

                  As far as I can see, putenv sets it only for the current application.
                  Changing directly in the registry (HKLMSYSTEMCurrentControlSetControlSession ManagerEnvironment) is also an option though I would prefer API methods if there are?

                  推荐答案

                  MSDN 说:

                  调用 SetEnvironmentVariable 没有对系统环境的影响变量.以编程方式添加或修改系统环境变量,将它们添加到HKEY_LOCAL_MACHINESystemCurrentControlSetControlSessionManagerEnvironment 注册表项,然后广播 WM_SETTINGCHANGE 消息将 lParam 设置为字符串环境". 这允许应用程序,如外壳,获取您的更新.请注意,环境变量的值此键中列出的限制为 1024字符.

                  Calling SetEnvironmentVariable has no effect on the system environment variables. To programmatically add or modify system environment variables, add them to the HKEY_LOCAL_MACHINESystemCurrentControlSetControlSession ManagerEnvironment 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. Note that the values of the environment variables listed in this key are limited to 1024 characters.

                  这篇关于有没有办法在 Windows 上的 C++ 中以编程方式设置环境路径?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:相对路径在 Xcode C++ 中不起作用 下一篇:如何在 C++ 中进行柯里化?

                  相关文章

                    • <bdo id='BDPql'></bdo><ul id='BDPql'></ul>
                    <tfoot id='BDPql'></tfoot>

                      <i id='BDPql'><tr id='BDPql'><dt id='BDPql'><q id='BDPql'><span id='BDPql'><b id='BDPql'><form id='BDPql'><ins id='BDPql'></ins><ul id='BDPql'></ul><sub id='BDPql'></sub></form><legend id='BDPql'></legend><bdo id='BDPql'><pre id='BDPql'><center id='BDPql'></center></pre></bdo></b><th id='BDPql'></th></span></q></dt></tr></i><div id='BDPql'><tfoot id='BDPql'></tfoot><dl id='BDPql'><fieldset id='BDPql'></fieldset></dl></div>

                      <small id='BDPql'></small><noframes id='BDPql'>

                    1. <legend id='BDPql'><style id='BDPql'><dir id='BDPql'><q id='BDPql'></q></dir></style></legend>