how to add a path windows 10 code example
Example 1: add directory to path windows 10
setx /M PATH "%PATH%;<your-new-path>"
Example 2: add to path windows
Go here
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
setx /M PATH "%PATH%;<your-new-path>"
Go here
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/