How to control Windows volume remotely?
October 27, 2007 3:48 PM   Subscribe

I need a way to remotely control the volume of a Windows machine.

I'm looking for an application that will let me remotely from a Linux/OS X box control the volume of a Windows box on the same network. I doubt a ready-made app exists for this, so I'm thinking I'll probably write a little Python script or something that listens on a port for me to command it to quiet down. I need no help with programming, but how would do you control the volume levels on Windows from a script?
posted by floam to computers & internet (3 answers total)
This article might give you some ideas.
posted by wannalol at 4:08 PM on October 27, 2007


This command line tool can change a machine's master volume. Your port listening script could call this program when it receives a command.
posted by null terminated at 6:43 PM on October 27, 2007


Thanks!
posted by floam at 9:16 PM on October 27, 2007


« Older They say the memory is the fir...   |  Recommend a brand of mugs that... Newer »
This thread is closed to new comments.