Don’t casually mess with PATH

I like automating, and like adding folders to PATH, There’s SET, SETX, and /M that I’ve messed with over the years casually, but when setting up freenginx I randomly found my user PATH had only one folder in GUI, vs the list I was expecting. Turns out my last messings with SETX wiped out all existing folders in PATH and replaced it the single folder I specified.

Windows is cool about running no-problem with very broken user PATHs so my webserver has been running for a few days like this :p

For future installs, I’ll likely stick to setting PATHs by-hand from GUI for a bit until I start relying on more of them.