You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My machine got messed up so I went looking and I believe the code is here. The setx command limits variables to length 1024.
The proper solution is to write using the registry as that code in the first link does for reading.
Side note: I notice that setup adds C:\Users\ofek\AppData\Local\Volta\bin to the user PATH and C:\Program Files\Volta\ to the system PATH. For the latter, I would recommend removing the trailing backslash as it's unnecessary.
The text was updated successfully, but these errors were encountered:
I'm glad the current behavior doesn't do that however because the only way I was able to recover the previous PATH was from printing it out in an existing window 😅
My machine got messed up so I went looking and I believe the code is here. The
setx
command limits variables to length 1024.The proper solution is to write using the registry as that code in the first link does for reading.
Side note: I notice that setup adds
C:\Users\ofek\AppData\Local\Volta\bin
to the user PATH andC:\Program Files\Volta\
to the system PATH. For the latter, I would recommend removing the trailing backslash as it's unnecessary.The text was updated successfully, but these errors were encountered: