|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Folks,
I am begging here. I need a logoff script that I can use via Active Directory for my WinXP Professional clients. All I need to happen on logout from Windows XP is that Internet Explorer fire up and go to a specified URL. Then, ideally, the browser would close itself and then the logoff process would be done. Any help in this regard would be appreciated. Regards, Walt |
|
#2
|
|||
|
|||
|
This can be done with wmi and active directory group policy. I suggest you give that a try.
You could also take a simple approach. Code:
REM Simple Script to display web page REM Web page has javascript to close the browser in 29seconds Title Do not Close This Window Echo Do not Close this window Echo Display webpage "%systemdrive%\Program files\Internet Explorer\iexplore.exe" http://your-message-of-the-day Sleep 31 Last edited by dag-otto : October 13th, 2003 at 10:01 AM. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Windows Help > Logoff Script Needed Please |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|