Windows OS - no admin rights #598
-
This is an amazing tool, switching between different nodeJS versions without multiple installations. The problem I am facing with Windows OS is Admin rights. Generally, we get a laptop from companies with having no admin rights to make changes. So that unable to use this tool. Hope the same problem is faced by most of the developers working in IT companies. Really appreciated it if we get an alternative solution for these admin rights problems. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Unfortunately, there is no workaround for this issue because Windows itself requires administrative rights in order to create symlinks. You also need admin rights in order to install this utility, since it writes to the registry (like most Windows installations). |
Beta Was this translation helpful? Give feedback.
-
This is actually not very accurate. Windows 10 allows to create symlinks if
There has been a change of the runelevated.cmd in BIN, t try to execute the commands needed by nvm-windows without UAC. So,
And with the above changes I can confirm that nvm-windows runs without a UAC prompt. This is great as my dev team needs it badly. @coreybutler any reason for not releasing 1.1.8? THANKS A LOT FOR THIS UTILITY |
Beta Was this translation helpful? Give feedback.
Unfortunately, there is no workaround for this issue because Windows itself requires administrative rights in order to create symlinks. You also need admin rights in order to install this utility, since it writes to the registry (like most Windows installations).