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/
- From Start menu open Control Panel. Panel Sterowania
- In Control panel Go to User Accounts. Konta uzytkownikow
- In the user Accounts, Click on “Change my environment variables”
- 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"