-------- Original-Nachricht --------
> helloo
> is there any way that we can change log off behaviour into restart. in other
> words if a user press log off the computer will restart.
> i tried to put a batch file in the log off policy with the command shutdown
> -r but it didnt work coz the user does not have permission for some reason.
>
There was a tip from MS for Win2K, don't know if it works for XP:
Setting the Default Logoff Choice
You can configure the default option implemented when the user selects
logoff. The following list shows the option and the value you would use.
0 Logoff
1 Shutdown
2 Shutdown and Restart
3 Shutdown and Power Off*
Root Key: HKEY_CURRENT_USER
Key: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Shutdown
Entry: LogoffSetting
Data Type: REG_DWORD
It's from
http://technet.microsoft.com/en-us/l.../bb742541.aspx
Bernd
Bernd