1

I've accumulated a lot of environment variables in my user and system Path. I'm sure some of them don't even exist anymore, so I'm going to check one by one. But is there an automatic way to do it?

Jeffery Tang
  • 314
  • 3
  • 14

1 Answers1

1

There is no native Windows function to perform such a purge.

You would need to make a script which would:

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250