N
NikolaTr
Guest
Is there any way i can mute and unmute the speakers on my win10 laptop using a batch file?
Long story short, my laptop's touch pad is broken so i use Batch files for almost anything... from connecting to Wifi to running applications.
I not looking for utilities or vbs scripts. Just a simple Batch file... something like this
@echo off
netsh interface set interface name="Wi-Fi" admin=disabled
netsh interface set interface name="Wi-Fi" admin=enabled
that's for resetting the network adapter when it glitches.
I've googled for about an hour and i can't find any forum with an answer for this.
It'd be pretty strange for Windows to have 0 ways of controlling the speakers via commands.
More...
Long story short, my laptop's touch pad is broken so i use Batch files for almost anything... from connecting to Wifi to running applications.
I not looking for utilities or vbs scripts. Just a simple Batch file... something like this
@echo off
netsh interface set interface name="Wi-Fi" admin=disabled
netsh interface set interface name="Wi-Fi" admin=enabled
that's for resetting the network adapter when it glitches.
I've googled for about an hour and i can't find any forum with an answer for this.
It'd be pretty strange for Windows to have 0 ways of controlling the speakers via commands.
More...