Windows finden einen Knotenpfad

# In powershell type the following
Get-Command node.exe | Select-Object -ExpandProperty Definition
Jarett Sisk