gpo > auto logoff w/ inactivity setting
First post. Relevant info. 2k3 server. 90% clients are 2kpro sp4. I want to make a gpo that will log users off after say a few hours of inactivity. I cannot get the users to log off regularly and it poses problems with security issues, password expiration issues, and gpo deployment issues. I have found screen saver logoff scripts that just dont seem to make the grade.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
MSIMaker
20 years ago
Hmmmm....without some Systems Management type of setup...you are going to be hard pressed to get this to work.
First off...you need an agent to monitor whether the user is inactive....then the agent has to do a shut down.
Unless you WMI script this somehow....I don't see an easy path to what you need.
First off...you need an agent to monitor whether the user is inactive....then the agent has to do a shut down.
Unless you WMI script this somehow....I don't see an easy path to what you need.
Posted by:
MSIMaker
20 years ago
Posted by:
meastaugh1
20 years ago
Posted by:
krogerk
19 years ago
I have the same requirement, but have a bit more info - there is a screensaver called winexit (available with the Win 2003 Resource Kit - http://support.microsoft.com/default.aspx?scid=kb;en-us;314999&sd=tech) which will log the PC right off when the screensaver kicks in. It's configurable etc. Question - how does one deploy a screensaver (possibly with settings in place because you cannot do much more than turn a screensaver on or off with GPO) via SMS?
Posted by:
WiseUser
19 years ago
1) Copy the ".scr" file somewhere that it will always be accessible.
2) Change the following registry key to reflect the above path:
"HKCU\Control Panel\Desktop\SCRNSAVE.EXE"
3) Adjust the timeout with the following key:
"HKCU\Control Panel\Desktop\ScreenSaveTimeOut"
4) Copy a preconfigured "Control.ini" file to the "%SystemRoot%" folder.
[Screen Saver.Logoff]
ForceLogoff=0
CountDownTimer=90
DialogMessage=Whatever you like...
2) Change the following registry key to reflect the above path:
"HKCU\Control Panel\Desktop\SCRNSAVE.EXE"
3) Adjust the timeout with the following key:
"HKCU\Control Panel\Desktop\ScreenSaveTimeOut"
4) Copy a preconfigured "Control.ini" file to the "%SystemRoot%" folder.
[Screen Saver.Logoff]
ForceLogoff=0
CountDownTimer=90
DialogMessage=Whatever you like...
Posted by:
Belmitan
17 years ago
Alternatively, this can be done with Desktop Authority from Scriptlogic.
In our company a lot of users usually forget to log off from their computers, but some activities like weekly defragmentation and updates are applied at log off. We solved this problem with the inactivity feature of Desktop Authority. All of our computers will log off after an hour of inactivity. The interesting thing is that we can specify the period of time when this inactivity will be monitored. For example, we can choose to exclude weekends.
In our company a lot of users usually forget to log off from their computers, but some activities like weekly defragmentation and updates are applied at log off. We solved this problem with the inactivity feature of Desktop Authority. All of our computers will log off after an hour of inactivity. The interesting thing is that we can specify the period of time when this inactivity will be monitored. For example, we can choose to exclude weekends.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.