volta icon indicating copy to clipboard operation
volta copied to clipboard

Write registry values directly to avoid Path environment variable truncation.

Open hamflx opened this issue 1 year ago • 1 comments

platform: Windows

the problem:

before setup after setup
image image

setx will truncate the path to 1024 characters. see https://superuser.com/a/387625

This PR directly uses writing registry values instead of spawning the setx command.

hamflx avatar Nov 04 '24 03:11 hamflx

@Classicrichblog Friendly ping on this, let me know if it needs a rebase

hamflx avatar Jul 16 '25 08:07 hamflx