Multiple choice technology operating systems

______ Displays, sets, or removes environment variables

  1. setvar

  2. setenv

  3. set

  4. env

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The SET command displays, sets, or removes environment variables in Windows. Used without parameters, it shows all current environment variables. Options A, B, and D (setvar, setenv, env) are not standard Windows commands for this purpose.