| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…pe of Path - update it The current example will change the underlying data type of the Path environment variable (in HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment) from REG_EXPAND_SZ to REG_SZ, which will have undesirable consequences down the line, as REG_EXPAND_SZ is the required data type if you wish to use unexpanded paths in the Path statement...
|
@rvkasper is attempting to deploy a commit to the Sourcegraph Team on Vercel. A member of the Team first needs to authorize it. |
Sorry, something went wrong.
|
More background on the issue - MS is apparently not going to fix: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
…pe of Path - update it
The current example will change the underlying data type of the Path environment variable (in HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment) from REG_EXPAND_SZ to REG_SZ, which will have undesirable consequences down the line, as REG_EXPAND_SZ is the required data type if you wish to use unexpanded paths in the Path statement... such as %SystemRoot% 😮