VMware Horizon Community
GarTomlon
Enthusiast
Enthusiast

DEM and adding additional paths to the user-specific Path variable

I am trying to add two User Envronment Variables to the path (obviously user specific).  The user currently has a single path in their User path (not system path).  So, I have created an environment variable that will add two variables.  The condition is set by the presence of a folder.  It is as follows:

PATH
%NVM_HOME%;%NVM_SYMLINK%;

I run this and it overwrites the current path (single path - c:\applications). 

So, I try to change it to the following in DEM 

PATH
%PATH%;NVM_HOME%;%NVM_SYMLINK%;

This will add the entire System Path to the user specific PATH variable, along with the two variables I want at the end.  

My question, how can I add these two variables to the end of the PATH variables in User variables?

0 Kudos
0 Replies