nvm does not use .nvmrc on Windows. But I think something like this is possible in Windows: ```powershell if (Test-Path .nvmrc) { nvm use $(Get-Content .nvmrc) } ```