create a bat file with the following commands ( change the password )
sc stop Audiosrv
sc config Audiosrv obj= “NT AUTHORITY\LocalService” password= “**********”
sc start Audiosrv
can add to task scheduler after every login etc
create a bat file with the following commands ( change the password )
sc stop Audiosrv
sc config Audiosrv obj= “NT AUTHORITY\LocalService” password= “**********”
sc start Audiosrv
can add to task scheduler after every login etc