PhilChambers Posted January 7, 2011 Posted January 7, 2011 Hello all. I'm new to the forums but they have come in very handy so far. We are having major issues at the moment with kids stealing keyboard keys. I was just wondering what other people do to deal with this as I am getting really annoyed with ordering loads of keyboard. Thanks.
ChrisH Posted January 7, 2011 Posted January 7, 2011 You need to get the Teachers involved with checking the state of the room before they start the lesson and noting any problems.
SpuffMonkey Posted January 7, 2011 Posted January 7, 2011 Have a search - there are lots of threads about vandalism on here. Really to make a change - you need the Head and preferably the SLT on side and recharge the departments for damage that happens - it seems to focus their minds then.
dwhyte85 Posted January 7, 2011 Posted January 7, 2011 If teachers have seating plans it makes it easier to tell who's stealing if the next teacher checks before lesson starts.
Hightower Posted January 7, 2011 Posted January 7, 2011 We keep keys from old broken keyboards, and replace as soon as we are notified - the kids get bored soon enough. Also, get your teaching staff to do checks as others have said.
PhilChambers Posted January 7, 2011 Author Posted January 7, 2011 We have a bunch of old keyboards that we use to replace keys but recently it just got out of control and we didn't have enough spare keys. We have tried getting the teachers to check the room before and after the lessons but most of them seem to resent the extra work and then people argue over what was there at the beginning of the lesson and it just gets difficult. Either that or they just forget and nothing gets recorded. It's all very annoying.
3s-gtech Posted January 7, 2011 Posted January 7, 2011 Record who has used which PC with a script. We do it, and it's proved very effective at tracing back to when the vandalism took place.
BatchFile Posted January 7, 2011 Posted January 7, 2011 We've started a policy whereby the last person logged in gets charged *unless* they show any damaged / missing mice, keyboards etc. to their teacher before they log in. Seems to work, we record logins too.
Guest Guest Posted January 7, 2011 Posted January 7, 2011 http://cache1.asset-cache.net/xc/76806692.jpg?v=1&c=IWSAsset&k=2&d=D63450385CD16911D3334D0C4D108146191DA34A7078D144974F66E2E32EF0B9E30A760B0D811297
rad Posted January 7, 2011 Posted January 7, 2011 I'd just shut the room if it gets too bad, then the teachers can't teach. Whose fault is it then?
PhilChambers Posted January 7, 2011 Author Posted January 7, 2011 Record who has used which PC with a script. We do it, and it's proved very effective at tracing back to when the vandalism took place. This sounds like a really good idea. Is there any chance that you would send me the script? TonyRidal, I like the idea of getting the kids to report the damage too. It may stop the complaints from the teachers at the extra work they need to do. Might also make them realise what they are doing.
BatchFile Posted January 10, 2011 Posted January 10, 2011 (edited) This sounds like a really good idea. Is there any chance that you would send me the script? TonyRidal, I like the idea of getting the kids to report the damage too. It may stop the complaints from the teachers at the extra work they need to do. Might also make them realise what they are doing. You can have mine if you like - it's a bit clunky but works for us! The login scripts call a batch file containing: (\\argus\whoswhere is just a normal server share, everyone has full control, so you might want to hide the share if you use this) call \\argus\whoswhere\getinfo.bat >> \\argus\whoswhere2\loginlog.txt which calls a second batch file, getinfo.bat and appends the output to loginlog.txt: @echo off echo %computername%,%date%,%time%,%username% I then open loginlog.txt with excel using "get external data" and can filter it by username, machine etc. Simples I know, but it works! Edited January 10, 2011 by BatchFile
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now