Windows Thread, Restricting Logons in Technical; Right, what is the best way to do this?
I want to be able to enforce seating plans in my ...
-
6th December 2007, 06:22 PM #1
- Rep Power
- 0
Restricting Logons
Right, what is the best way to do this?
I want to be able to enforce seating plans in my classroom by either preventing users from logging in to the wrong machine or by logging them off. I could easily write a script to do this but that would require a lot of time and I was wondering if there was an easier way.
-
-
6th December 2007, 06:26 PM #2 Re: Restricting Logons
vbs script is easiest quickest and dirtiest way
dim foo = some user
dim bar = some computer
if user == foo and computername <> bar
logout
else don't logout
-
-
6th December 2007, 06:51 PM #3
- Rep Power
- 0
Re: Restricting Logons
That is very similar to the way I would do it, though I don't know vb that well. Is there an easy way in vb to get the name of the user on a remote machine, that way it could be controlled from my laptop and I don't need to worry about setting up timetables.
-
SHARE:
Similar Threads
-
By mrforgetful in forum Networks
Replies: 7
Last Post: 28th February 2008, 06:33 PM
-
By dezt in forum Networks
Replies: 8
Last Post: 28th August 2007, 08:43 AM
-
By beast_gts in forum Windows
Replies: 3
Last Post: 28th June 2007, 09:26 PM
-
Replies: 33
Last Post: 22nd June 2007, 02:44 PM
-
By andyrite in forum Windows
Replies: 3
Last Post: 24th April 2007, 09:48 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