topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 2:57 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - toniash [ switch to compact view ]

Pages: [1]
1
Great  :-*
That"s what I needed!

2
Thanks for your report. Audiosrv restart should be fixed :up:

Please retry with ALPHA02:

https://github.com/p...releases/tag/ALPHA02

1) Unzip
2) Right-click / Run as administrator
3) Provide feedback here! :)

Cheers!
Now it works running as admin
Is it possible Change the text to "MONO press to stereo" & "STEREO press to mono"?
File -> Refresh means reading the status in the register? (Better F5 than CTRL+N)
I would like run it at autostart but how do I run it as admin?
Thanks  :)

3
Please remove "MonoToggler.exe.config" file.

Also, you may want to retry running it as admin to be able to restart "Audiosrv" service.
Tried renaming .config to config.old and running as administrator I get Error when enabling "no se puede iniciar el servicio Audiosrv en el equipo ...
I get this messages
"La configuración de permisos específico de la aplicación no concede el permiso Activación Local para la aplicación de servidor COM con CLSID
{3A8B5A92-80B0-48B3-8197-701ECD3261E4}
 y APPID
{F135BE18-BF34-4CBD-B1D5-55D49F0DEDCC}
 al usuario NT AUTHORITY\SYSTEM con SID (S-1-5-18) en la dirección LocalHost (con LRPC) que se ejecuta en el contenedor de aplicaciones con SID No disponible (No disponible). Este permiso de seguridad se puede modificar mediante la herramienta administrativa Servicios de componentes."

4
Please remove "MonoToggler.exe.config" file.

Also, you may want to retry running it as admin to be able to restart "Audiosrv" service.
Tried renaming .config to config.old and running as administrator I get Error when enabling "no se puede iniciar el servicio Audiosrv en el equipo ...

5
Hello & good day! Please test this ALPHA version with manual refresh:

https://github.com/p...s/tag/ALPHA-20220811

The PowerShell commands were updated to run as .NET managed code :Thmbsup:
I think MS Visual c++ redistributable is correctly installed ...

6
Hello & good day! Please test this ALPHA version with manual refresh:

https://github.com/p...s/tag/ALPHA-20220811

The PowerShell commands were updated to run as .NET managed code :Thmbsup:
Sorry, it doesn't work. I gettoggler.PNG

7
(Just had quite a time @ work, but release IS coming! :))
No news?  :-[

8
I take it you want status change to be detected in real time, correct? :)


Yes, it's better if the status detected in real time  :Thmbsup:

9

Looks nice!

10


Glad to help!  :) It's been a hectic Sunday yet "Mono Toggler" is soon to be released @ GitHub.


-publicdomain (July 31, 2022, 09:45 PM)

Having problems?  :-[

11
Hi! I'm coding it! :Thmbsup:

Should be ready in just a couple days.

Cheers!
-publicdomain (July 29, 2022, 06:17 PM)
Great!

12
Create a button that reads the registry key " AccessibilityMonoMixState" present in HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio and shows accordingly
STEREO / push to set mono or
MONO / push to set stereo
and executes 'powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG ADD "HKCU\Software\Microsoft\Multimedia\Audio" /V AccessibilityMonoMixState /T REG_DWORD /D 1 /F & net stop "Audiosrv" & net start "Audiosrv"' -Verb runAs"' or
'powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG ADD "HKCU\Software\Microsoft\Multimedia\Audio" /V AccessibilityMonoMixState /T REG_DWORD /D 0 /F & net stop "Audiosrv" & net start "Audiosrv"' -Verb runAs"'

so it's possible to know the stereo/mono state and change it (if needed) pushing the button
THANKS!

Pages: [1]