
setx
List of commands for setx:
-
setx:ai:3fde7 Sets the NODE_ENV environment variable to 'development' for local development$ setx NODE_ENV developmenttry on your machineexplain this command
-
setx:tldr:3a8d0 setx: Set an environment variable from a registry key value.$ setx ${variable} /k ${registry\key\path}try on your machineexplain this command
-
setx:tldr:76f43 setx: Set an environment variable for the current user.$ setx ${variable} ${value}try on your machineexplain this command
-
setx:tldr:781ed setx: Set an environment variable for a user on a remote machine.$ setx /s ${hostname} /u ${username} /p ${password} ${variable} ${value}try on your machineexplain this command
-
setx:tldr:f169d setx: Set an environment variable for the current machine.$ setx ${variable} ${value} /Mtry on your machineexplain this command