We'd like our express computers to reboot after the activity timer is expired. The activityaction=reboot does not work for us -- it did not work on the inactivity timer either. To get our computers to reboot after the inactivity timer we had to the the "execute" action to run a BAT file. We'd like to use the same BAT file after the activity timer. Any way to do this?
OR -- if we could figure out why the reboot was not working that would work also
activity action
Moderators: Tyler, Scott, PWB v2 Moderator
I upgraded to 2.093 but it still acts the same way.
I can not get it to reboot after the activity timeout.
Here is a copy if the inactivity and activity sections of our INI:
(note -- the inactivity action that is executed is a BAT file that reboots the computer)
[Inactivity]
InactivityTimer=True
InactivitySeconds=120
InactivityMessageTitle=Attention
InactivityMessage=This computer is resetting due to inactivty.
InactivityMessageFile=\\pserver\pwb\inactivity.txt
InactivityAction=Execute
InactivityStartOnOpen=False
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
IgnoreHomePageRefresh=True
[Activity]
ActivityStartOnOpen=False
ActivityTimer=True
ActivitySeconds=120
ActivityMessageTitle=Session
ActivityMessageFile=\\pserver\pwb\activity.txt
ActivityWarnAt=30
ActivityWarnTitle=Warning
ActivityWarnMessageFile=\\pserver\pwb\activitywarn.txt
ActivityAction=reboot
ActivityShowInTitleBar=True
ActivitySecondWarnAt=5
ActivitySecondWarnMessageFile=\\pserver\pwb\secondactivitywarn.txt
I can not get it to reboot after the activity timeout.
Here is a copy if the inactivity and activity sections of our INI:
(note -- the inactivity action that is executed is a BAT file that reboots the computer)
[Inactivity]
InactivityTimer=True
InactivitySeconds=120
InactivityMessageTitle=Attention
InactivityMessage=This computer is resetting due to inactivty.
InactivityMessageFile=\\pserver\pwb\inactivity.txt
InactivityAction=Execute
InactivityStartOnOpen=False
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
IgnoreHomePageRefresh=True
[Activity]
ActivityStartOnOpen=False
ActivityTimer=True
ActivitySeconds=120
ActivityMessageTitle=Session
ActivityMessageFile=\\pserver\pwb\activity.txt
ActivityWarnAt=30
ActivityWarnTitle=Warning
ActivityWarnMessageFile=\\pserver\pwb\activitywarn.txt
ActivityAction=reboot
ActivityShowInTitleBar=True
ActivitySecondWarnAt=5
ActivitySecondWarnMessageFile=\\pserver\pwb\secondactivitywarn.txt
Although this version will probably not be released because PWB v2.10 is on the way which will include this functionality, you can benefit from the added functionality now by downloading the following file, copying the new EXE over the old EXE, and adding the following to your INI file.
http://www.team2s.com/new/PWBv2094.zip
[Files]
...
ActivityScript=
...
[Activity]
...
ActivityAction=Execute
...
--Scott
http://www.team2s.com/new/PWBv2094.zip
[Files]
...
ActivityScript=
...
[Activity]
...
ActivityAction=Execute
...
--Scott
Windows XP SP2 appends zone information to files that are downloaded from the Internet on NTFS partitions. If you click the unblock button in the files property sheet it will not warn you any longer. If you are running the file from a active directory network drive you should add your domain to the local Intranet zone.
"Internet Explorer" --> "Tools" --> "Internet Options" --> "Security" tab --> "Local Intranet" --> "Sites" button --> "Advanced" --> add your domain name *.my.domain.com.
--Scott
"Internet Explorer" --> "Tools" --> "Internet Options" --> "Security" tab --> "Local Intranet" --> "Sites" button --> "Advanced" --> add your domain name *.my.domain.com.
--Scott