Because windows suck, here's a Cool windows PATH CLI util to quickly manage values in your PATH env. It probably already exists but I'm too lazy to search for a new tool so I built it myself with rust.
lists all paths in your PATH
shows every paths in your PATH containing the needle.
checks if a path exists in your PATH or not.
adds a path to your PATH.
removes a path from your PATH.
There's a .exe file in the release. Idk if it will work on your machine though so gl.