Set Path Environment Variable

To run programs such as 7-zip from a batch file or command line requires the path to their installation directory to be added to the Path Environment variable.

From file manager right click on computer

  1. Select properties
  2. Select change settings (at right side), in section Computer name, domain and workgroup settings
  3. Select Advanced tab at the top
  4. Click on Environment Variables button
  5. Scroll down list of System Variables to select path
  6. Click on it and then click on button Edit
  7. Add extra path item, after an extra semicolon for me to enable 7-zip to run I added
    ;c:\Program Files (x86)\7-zip\
  8. Click OK to implement the change.

You may wish to reboot to ensure that the change is implemented. Might be worth double checking the mod to the path statement before you do so.