Network and Classroom Management Thread, Control Sound Remotely in Technical; Not sure if this is possible.
I want to be able to control the volume remotely, mute them really. Teachers ...
-
6th February 2007, 10:58 AM #1
- Rep Power
- 0
Control Sound Remotely
Not sure if this is possible.
I want to be able to control the volume remotely, mute them really. Teachers insist on wanting speakers connected, but at lunch times when the kids are playing games and messing around
, it gets very noisy!
Is there any software that can remotely disable the sound?
-
-
IDG Tech News
-
6th February 2007, 11:29 AM #2 Re: Control Sound Remotely
AutoIT scripts have the ability to mute sound. Compiled it to an executable, and run it on target machine with PsExec.
I'll see what I can come up with
-
-
6th February 2007, 11:33 AM #3
- Rep Power
- 0
Re: Control Sound Remotely
Most control software allows you to run a program on student computers.
This being the case you could run the mute option NirCmd.
e.g. Code:
nircmd.exe mutesysvolume 1
It allows changing of system volume too and other cools stuff.
It's BOFH time muhahahahahaha
-
-
6th February 2007, 11:37 AM #4 Re: Control Sound Remotely
Just thinking about this what I need is way to set the current record input as stero.
As with netsupport/tutor 3 can set it to listen to students computers great when showing users powerpoint on projector. But to do this so record input needs to be stereo but at other times need microphone so if can get program that can be run instead students accessing volume control which we prefer them not to.
russ
-
-
6th February 2007, 11:46 AM #5 Re: Control Sound Remotely
NirCmd!!! That's what I was originally looking for; except I searched for Mircmd...
ops: But yes, nircmd will do the job
-
-
6th February 2007, 12:02 PM #6
- Rep Power
- 0
Re: Control Sound Remotely
Im just looking at NirCmd now. How would I use this to remotely mute machines? Or maybe even a whole room!
-
-
6th February 2007, 12:07 PM #7
- Rep Power
- 0
Re: Control Sound Remotely
What do you have in the way of ICT suite software:
NetOP, NetSupport, Impero, Synchroneyes?
Alterntive do you have psexec?
-
-
6th February 2007, 12:30 PM #8
- Rep Power
- 0
Re: Control Sound Remotely
Buy headphones for the PCs. We buy stacks of cheap ones from CPC, that way it doesn't matter too much if the odd one gets damaged, they can be handed out and collected at the end of lessons. So you don't get too much noise at lunch time, or during lessons for that matter!
-
-
6th February 2007, 01:13 PM #9
- Rep Power
- 0
Re: Control Sound Remotely
Ive now figured it out!
Use nircmd.
Create a txt file with all machine names, run multiremote copy command, pointing to txt file. Then run mutesysvolume command to mute the machines. Sometimes takes about 30 seconds to apply the mute, but it works!
Thanks for the help
-
-
6th February 2007, 01:33 PM #10 Re: Control Sound Remotely
Whats to stop them unmuting them again? That wouldn't take very long to work out I'd have thought?
-
-
6th February 2007, 01:49 PM #11
- Rep Power
- 0
Re: Control Sound Remotely
We use Ranger which does a title check on all Windows, and we block the volume control panel, so they cant turn the mute off. We can then un mute the computers as and when required by the teachers.
All the machines have a slider wheel on the side to control the volume, so the kids still have control when the machines are not muted.
-
-
6th February 2007, 05:51 PM #12 Re: Control Sound Remotely
I use another one called "nopey" (google it) which can do all sorts of stuff like altering winamp volume and windows volume. When used with sysinternals' psexec command you can make it control remote PCs.
-
-
6th February 2007, 07:18 PM #13
- Rep Power
- 0
Re: Control Sound Remotely
I use some random command line mute / unmute app I found coupled with a permissions change on sndvol32.exe to deny the 'Students' group access to volume control to un-mute. The result of this is master volume muted and double clicking on the volume control (or running it by hand or whatever) just doesn't do anything. The whole lot is then reversed for 'sound on'.
It's all run via a batch file while is psexec'd as part of our home grown remote shutdown / reboot / logoff etc app; with check boxes to select machines to target.
Not entirely happy with it tbh, as psexec sends users / passwords in the clear and that's never good practice - and it's reasonably easy to find another way to un-mute the audio (Windows Media player volume options or whatever); but it does work pretty well all the same.
-
-
6th February 2007, 07:29 PM #14
- Rep Power
- 0
Re: Control Sound Remotely

Originally Posted by
GeeDee Not entirely happy with it tbh, as psexec sends users / passwords in the clear and that's never good practice
I thought pseexec and other remote process utilities only send out clear text creds if you doing a Run As on the target computer or you the spawned process requires network access but you would have to specify these in the command line.
If you run psexec from an account with admin rights on the target computer(s) then it should just transfer password hashes as per normal remote SMB access.
-
-
6th February 2007, 11:38 PM #15
- Rep Power
- 0
Re: Control Sound Remotely
That's correct - it will execute commands in the context of 'you' by default but there's no (authenticated) network access there.
Short of copying random scripts out to each local machine however (no thanks) you'll have to specify a username to run said scripts from a network resource and that's what is sent in the clear.
You are correct though - I should have qualified.
-
SHARE:
Similar Threads
-
By edie209 in forum How do you do....it?
Replies: 17
Last Post: 18th November 2009, 02:52 PM
-
By Zoom7000 in forum Windows
Replies: 8
Last Post: 1st April 2008, 12:54 PM
-
By Arcolite in forum Windows
Replies: 6
Last Post: 2nd November 2007, 10:40 AM
-
By SYSMAN_MK in forum Windows
Replies: 5
Last Post: 3rd April 2006, 11:28 AM
-
By flyinghaggis in forum How do you do....it?
Replies: 20
Last Post: 2nd February 2006, 10:28 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules