Page 1 of 1
Ability to use setvol as a main cmd command,
Posted: Sat Jun 19, 2021 8:16 am
by ftk789
So command prompt can run any .exe file in system32, thats how most of the commands works, such ass taskkill, tasklist, and so on..., my request here is to have the ability run setvol in system32, whenever i move setvol to system32, and run it in cmd, it always gives me an error, it would be good if it works, so all i have to do is setvol “volume number” in any directory, hopefully you get what im trying to explain
Re: Ability to use setvol as a main cmd command,
Posted: Sat Jun 19, 2021 8:43 am
by RobLatour
system32 is generally reserved for Microsoft programs.
More properly, you should just add SetVol's path (by default c:\program files\setvol ) to your windows path - for more information pls see:
https://www.architectryan.com/2018/03/1 ... indows-10/
Please let me know if that helps.
Re: Ability to use setvol as a main cmd command,
Posted: Sun Jun 20, 2021 4:07 am
by ftk789
Thank you!, i didn't know about that, thank u