I love using MacPorts, and Chocolatey is the perfect alternative app.
But when I use Windows, I only install OS on C drive, so if I have any issue with Windows system, I just format my C drive. So, all my files are stored in D or E drive.
I installed Chocolatey, but the default drive is C.
C:\ProgramData\chocolatey
Plus, the default location for installing apps is C drive too. For example, ruby is installed on this location:
// Get Ruby from the repository
choco install ruby
// Then it installed in this location:
C:\tools\ruby213\bin;
Can I set default location to D drive?