Popular Post ascott2 Posted December 3, 2008 Popular Post Posted December 3, 2008 (edited) We have an awful problem here where the kids are constantly forgetting to take out their memory sticks out of the machines. We either, end up with a pile of them in the office or have students running round the school looking for where they left it. What I have done is created a taskbar application(coded in C#) which monitors on logoff if there is a USB stick plugged in and if there is it pops up a message for a few seconds reminding them to take it. If there isn't the machine will logoff as normal. We are using it here and seems to be working well. I just wanted to know whether anyone would be interested in using it as I would need to take out the hard coding and create some customisation. Note: At the moment this only works if your USB sticks are given the same drive letter each time. Here they are. But in time I may change this. Any feedback would be much appreciated. Download from here Edited December 3, 2008 by ascott2 Download link 5
ascott2 Posted December 3, 2008 Author Posted December 3, 2008 ...couple of machines stuck at the "Do you want to save X before you logoff" screen might not be worth while. We have the same issue too. What I have done to prevent that is put in a timer so even if they don't acknowledge the message it will timeout and shutdown in a graceful manner.
GAS Posted December 3, 2008 Posted December 3, 2008 Hi ascott2, if you don’t mind i like to try out that script please. Ajay
ascott2 Posted December 3, 2008 Author Posted December 3, 2008 Hi ascott2, if you don’t mind i like to try out that script please. Ajay Just so people are aware this isnt a script it's an application. When I went down the logoff script route, most of the kids would have walked off by the time the message showed up. Ajay: Check your PM.
Geoff Posted December 3, 2008 Posted December 3, 2008 USB disabled here. I will keep a note of this thread in my 'reasons not to enable usb for kids' pile.
Hightower Posted December 3, 2008 Posted December 3, 2008 USB disabled here. I will keep a note of this thread in my 'reasons not to enable usb for kids' pile. Off topic but how do your kids bring work in/take work home?
PEO Posted December 3, 2008 Posted December 3, 2008 kids transfer work via email here or if to large they bring in on usb stick for teacher to transfer over for them
Hightower Posted December 3, 2008 Posted December 3, 2008 Seems a bit faffy to me - what if the kids don't have internet access?
Geoff Posted December 3, 2008 Posted December 3, 2008 Off topic but how do your kids bring work in/take work home? In reverse order of preference. They come into the IT Tech Office with a USB stick and we do it for them. Alternatively they can email it to their school email. Or they can transfer it via Moodle/WebDAV.
Hightower Posted December 3, 2008 Posted December 3, 2008 It is a good idea Geoff - but we couldn't do it. There's still an aweful lot of kids here that don't have internet access at home, so our time would be taken up by transferring files constantly. Anyways, back on topic....
ascott2 Posted December 3, 2008 Author Posted December 3, 2008 (edited) Amended first post with download link Edited December 3, 2008 by ascott2 2
cromertech Posted December 3, 2008 Posted December 3, 2008 How have you been deploying this accross your school. Using USBDLM to ensure that the usb drives always get letter Z: and have a settings file generated from your app. Thought I would be able to run it at logon but I'm getting a security error of some sort when the students logon. It's fine for my admin logon however.
ascott2 Posted December 3, 2008 Author Posted December 3, 2008 How have you been deploying this accross your school. Using USBDLM to ensure that the usb drives always get letter Z: and have a settings file generated from your app. Thought I would be able to run it at logon but I'm getting a security error of some sort when the students logon. It's fine for my admin logon however. Odd never had that before. Yes we rolled it out a couple of weeks ago and not getting any error like that. How are you running at startup? I have created an msi out of mine and added a registry key in HKLM to start it up.
cromertech Posted December 5, 2008 Posted December 5, 2008 That will be my problem then. I was trying to install it from a log on script but as the student can't install anything I was getting an error. Running it from an msi worked a treat thanks
ascott2 Posted February 23, 2009 Author Posted February 23, 2009 Here is the new link to the download guys. Download
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