2

I am trying to overcome this "environment variable is too large. This dialog allows setting values upto 2047 characters". The reason why I cannot just apply the fix listed here: Environment Variable is too large on Windows 10

is because I can't seem to modify any values in my path system variable. I get the error even when I attempt to delete an existing variable. So what gives?

Any advice on why I can't modify this path at all?

testingTester
  • 95
  • 1
  • 8

1 Answers1

1

The following solution works on Windows10:

  1. Environment Variables > System variables > Path > Edit

enter image description here

  1. Edit environment variable > Edit text

enter image description here

  1. Edit System Variable > Variable value

After editing the Variable value, click on the OK button.

enter image description here

Mahyar
  • 863
  • 8
  • 13