Many of companies policies have restricted use of NVM on windows due to several reasons. In such cases there is another way we can manage multiple versions on windows.
First uninstall all node versions from your system control panel. Then you need to either download the binary / archived versions from the node page.
Download from here https://nodejs.org/en/download
If you don't found your exact version from above page then please check from node dist - https://nodejs.org/dist/
select your version and then download : node-vXX.xx.xx-win-x64.zip. You can download multiple required versions
eg for version 22.6.0 → node-v22.6.0-win-x64.zip
Then unzip the downloaded file, now add the location of unzip folder to path variable inside System environment variable.
NOTE : You need to close and restart all terminals to affect the changes.
If you need to change the version just update path variable to point point out another version location inside System environment variable and ready to use.