Windows set Path in Windows without admin rights - ghdrako/doc_snipets GitHub Wiki

https://kscodes.com/misc/how-to-set-path-in-windows-without-admin-rights/

  1. From Start menu open Control Panel. Panel Sterowania
  2. In Control panel Go to User Accounts. Konta uzytkownikow
  3. In the user Accounts, Click on “Change my environment variables”
  4. A Environment Variables dialog will get opened. You can add/edit/delete your environment variables and Path in the highlighted section.

In cmd permanently add to PATH:

SETX /M PATH "%PATH%;C:\MyInstalls\ffmpeg\bin"