Jump to content

Mute sound on student machines across school


Recommended Posts

Posted

Morning,

 

Does anyone know of a way to mute the sound on all the student machines across the school using gpo? We're having issues with the students so we want to stop them from listening to music for a couple of weeks.

Posted

We did this once, boy did it annoy them.

 

We used this as a logon script:

 

set oShell = CreateObject("WScript.Shell") 
oShell.run"%SystemRoot%\System32\SndVol.exe" 
WScript.Sleep 1500 
oShell.SendKeys"{TAB} " ' Tab to the mute and press space
oShell.SendKeys"%{F4}"  ' ALT F4 to exit the app.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...