Jump to content

Recommended Posts

Posted
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.
Posted
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.
Posted
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.
Posted
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.
Posted
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.
Posted
http://cache1.asset-cache.net/xc/76806692.jpg?v=1&c=IWSAsset&k=2&d=D63450385CD16911D3334D0C4D108146191DA34A7078D144974F66E2E32EF0B9E30A760B0D811297
Posted
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.

Posted (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 by BatchFile

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...