In Explorer, when trying to edit the PATH environment variable on Windows 10 via Control Panel\All Control Panel Items\System » Advanced » Environment Variables, PATH is represented by a single row:
-
Screenshot:%JAVA_HOME%\bin;%SPARK_HOME%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Git\cmd;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;%HADOOP_HOME%;
Usually, the GUI of the variable, represented by multiple rows, is shown:
- How to Edit Your System PATH for Easy Command Line Access in Windows
- How to Add to Windows PATH Environment Variable
How do I access the GUI multi-row table for the PATH environment variable as shown above?