1

For some reason the multi-value editor for my Path environmental variable has stopped showing. So instead of seeing this editor: Multi-value

I am now seeing the the single line editor which is rather frustrating, since it makes editing the path variable that much more cumbersome Single-value

Note that this is on Windows 11

I tried checking the registry but couldn't find any relative setting there. I've also checked that the Path variable value is correct and does not contain any funny characters.

Any assistance would be greatly appreciated. Thanks

1
  • The problem is now fixed. The resolution for me was uninstalling and reinstalling Visual Studio due to an unrelated problem. My guess is that when Visual Studio updated the path variable for it's own purposes it reset whatever flag Windows uses to know which editor to open Commented Feb 3, 2023 at 7:11

1 Answer 1

2

It seems this is a bug that occurs when the first value in the path variable starts with a % to expand another variable. The solution is to make sure there is an absolute directory path as first part of the path variable. I just added C:\; in the beginning and it activated the multi-value editor again.

Sign up to request clarification or add additional context in comments.

2 Comments

This was my issue. What a crazy bug
Also ran into this, I was perplexed about why the environment variable editor stopped showing PATH as a list on my Windows 11, but this was it and prepending C:\foo fixed it. Thank you!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.