set "newNpmPrefix=C:\npm"powershell -command "[System.Environment]::SetEnvironmentVariable('Path', $env:Path + ';%newNpmPrefix%', [System.EnvironmentVariableTarget]::Machine)"winget install OpenJS.NodeJS.LTS --silent --disable-interactivity --scope machine --architecture x64 --accept-source-agreements --accept-package-agreementspowershell -command "$env:Path = [System.Environment]::GetEnvironmentVariable('Path','Machine'); npm i -g deno --prefix %newNpmPrefix%"