Re: GPO to Lock workstations
From: Oli Restorick [MVP] (oli_at_mvps.org)
Date: 08/28/04
- Next message: Dmitry Korolyov [MVP]: "Re: Deploying software"
- Previous message: Oli Restorick [MVP]: "Re: remove internet explorer from windows exloprer"
- In reply to: Jason: "GPO to Lock workstations"
- Next in thread: Bruce Sanderson: "Re: GPO to Lock workstations"
- Reply: Bruce Sanderson: "Re: GPO to Lock workstations"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Aug 2004 11:39:21 +0100
You need to configure the screensaver to secure (lock) the workstation.
This can be done with group policy. However, it's a user policy, not a
computer policy. If you want to do this for a set of computers, configure a
GPO on the OU containing the machines and use a loopback processing to
configure user settings.
Unfortunately, what group policy doesn't allow you to do is to ensure the
user has a sensible timeout set on the screensaver.
The timeout is stored in the "ScreenSaveTimeOut" value in the following
registry key:
HKEY_CURRENT_USER\Control Panel\Desktop
The unit is seconds. You should be able to script this either by exporting
the registry key to a text file and removing the unnecessary lines. Then
run it using "regedit.exe /s myfile.reg".
Ideally, you want to be able to specify a maximum value, so that if the user
opts for a shorter timeout than the one you specify, they can, but if they
specify a longer timeout, it'll be reset each time they log in. Ask in one
of the scripting groups if you need a hand with this.
Regards
Oli
"Jason" <Jason@discussions.microsoft.com> wrote in message
news:5FF65E0E-14BF-4102-91BB-EA4D8974F791@microsoft.com...
> Is there a GPO out to there to just lock a computer after a certain amount
> of
> minutes of inactivity? I know there is one to logoff the account, I could
> not find one for just locking the workstation. Thanks in advance.
>
> Jason
- Next message: Dmitry Korolyov [MVP]: "Re: Deploying software"
- Previous message: Oli Restorick [MVP]: "Re: remove internet explorer from windows exloprer"
- In reply to: Jason: "GPO to Lock workstations"
- Next in thread: Bruce Sanderson: "Re: GPO to Lock workstations"
- Reply: Bruce Sanderson: "Re: GPO to Lock workstations"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|