FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

PowerShell example in quickstart.mdx will change the registry data ty… by rvkasper · Pull Request #1790 · sourcegraph/docs · GitHub

PowerShell example in quickstart.mdx will change the registry data ty… - #1790

Open
rvkasper wants to merge 2 commits into
sourcegraph:mainfrom
rvkasper:patch-2
Open

PowerShell example in quickstart.mdx will change the registry data ty…#1790
rvkasper wants to merge 2 commits into
sourcegraph:mainfrom
rvkasper:patch-2

Conversation

rvkasper commented Jun 22, 2026
edited
Loading

Copy link
Copy Markdown

…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% 😮

…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...

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

@rvkasper is attempting to deploy a commit to the Sourcegraph Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Author

More background on the issue - MS is apparently not going to fix:
dotnet/runtime#1442

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL