I\'ve installed Chocolatey, but I would like it to install programs to another drive instead of C. C is only a small SSD, but I have other drives where I usually install program
I've found another simple trick - install choco as usual, and right after installation move the c:\programdata\chocolatey
directory anywhere you like, and then update ChocolateyInstall
environment variable and also update PATH
environment variable so choco's \bin subfolder is found after moving it.
Of course, I don't know if it fine with any other packages, but I just installed 7zip and docker-machine with no problems, so seems to work.