Windows Thread, auto lock computer after set time in Technical; Heya all
does anyone know a way that computers can lock them selves as staff are leaving the computers unlocked ...
-
28th March 2007, 12:24 PM #1 auto lock computer after set time
Heya all
does anyone know a way that computers can lock them selves as staff are leaving the computers unlocked with sims open. My boss mentioned something about a bat file looking at the system idle process... just wondered if anyone knows how or is using something simular.
T
-
-
IDG Tech News
-
28th March 2007, 12:29 PM #2 Re: auto lock computer after set time
We have something. When we started rolling out SIMS to all classrooms for lesson monitor, SLT asked whether it was possible to reduce the screensaver lock when SIMS was running. One of our now former technician wrote a small C++ app to run in the background constantly checking running processes against it's list of apps. When it senses no keyboard/mouse input after a period (default is 1 minute I think), it locks. When the app(s) are closed, it will just use whatever screensaver lock the user has defined.
-
-
28th March 2007, 12:33 PM #3 Re: auto lock computer after set time
Password protected screensaver??
-
-
28th March 2007, 12:34 PM #4 Re: auto lock computer after set time
ahh right, i dont suppose you know the code for it all do you?
-
-
28th March 2007, 12:35 PM #5 Re: auto lock computer after set time
The only problem with the screensaver is that you'd need to madate it a few minutes, otherwise it's pointless in a classroom environment. This is almost impossible where staff want to project stuff on screen and leave them there for 10-30 mins.
-
-
28th March 2007, 12:43 PM #6 Re: auto lock computer after set time
Simple enough, don't apply the policy to machines with whiteboards.
-
-
28th March 2007, 12:50 PM #7 Re: auto lock computer after set time
-
-
29th March 2007, 09:53 AM #8 Re: auto lock computer after set time
ive found how to lock computer after a set time (http://news.persianforum.net/default...rticle&id=1836) but.... another problem has occured... is it possible to add mew tasks to the scheduler in windows via Group Policy, as going round 70 + machines seems to be a nightmare... or even a script that will run, to install the task scheduler?
T
-
-
29th March 2007, 12:32 PM #9 Re: auto lock computer after set time
We tried to implement this hear (autolock after 5 mins) but as already mentioned the IWB's don't affect the timer as its not interpretted as mouse or Keyboard movement..
Cue Irate staff member breaking the door to my office down
-
-
29th March 2007, 01:35 PM #10 Re: auto lock computer after set time
Been working on something if anyone wants it. It adds a lock computer task to task scheduler and can be done remotely too. This is set to 15 mins at the moment.. and it does work..
Code:
schtasks /delete /tn "Lock Computer" /f
schtasks /create /ru (Username) /rp (Password) /tn "Lock Computer" /tr "c:\windows\system32\rundll32.exe user32.dll, LockWorkStation" /sc onidle /i 15 /s (remote computer name)
-
-
29th March 2007, 01:54 PM #11 Re: auto lock computer after set time
Timbo, I've been thinking about scripting something along these lines in AutoIT.
I don't suppose you know any processes that kick in if the PC is left idle for say 30 mins or so do you ? [ apart from the screen saver ]
-
-
29th March 2007, 03:27 PM #12 Re: auto lock computer after set time
well in the script that ive done, its a .bat, the /i 15 is how many mins if the machine is left idle, after that it will lock the machine, but will have a look 2morrow to see what i can do..
-
-
29th March 2007, 05:29 PM #13 Re: auto lock computer after set time
I want mine to log off, not lock the computer - any info on processes would help.
-
-
30th March 2007, 07:54 AM #14 Re: auto lock computer after set time
What about kicking people off that leave there pc locked for AGES?
-
SHARE:
Similar Threads
-
By stu in forum How do you do....it?
Replies: 9
Last Post: 21st November 2007, 01:25 PM
-
By Paid_Peanuts in forum How do you do....it?
Replies: 7
Last Post: 6th November 2007, 05:25 PM
-
By CESIL in forum Windows
Replies: 4
Last Post: 21st May 2007, 12:47 PM
-
By speckytecky in forum Hardware
Replies: 5
Last Post: 2nd February 2007, 03:23 PM
-
By dezt in forum How do you do....it?
Replies: 14
Last Post: 19th October 2006, 08:19 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