activity action

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
tloga
Contributor
Contributor
Posts: 26
Joined: Wed Mar 05, 2003 6:55 am

activity action

Post by tloga »

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 :)

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

What version of PWB are you using?

What version of Windows are you using?

We just tested PWB v2.09.3 on a Windows XP system and it seems to function as expected.

--Scott

tloga
Contributor
Contributor
Posts: 26
Joined: Wed Mar 05, 2003 6:55 am

Post by tloga »

-- PWB version 2.09b (11-07-05)

-- WinXP Pro with all updates

-- Deep Freeze installed

The "reboot" action has never worked for us...

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

You are currently using a beta copy of PWB v2.09.0. Try using the release version of PWB v2.09.3 available on our web site. You can download the upgrade and simply copy the new EXE over the old EXE.

--Scott

tloga
Contributor
Contributor
Posts: 26
Joined: Wed Mar 05, 2003 6:55 am

Post by tloga »

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

tloga
Contributor
Contributor
Posts: 26
Joined: Wed Mar 05, 2003 6:55 am

Post by tloga »

Since upgrading to 2.093 did not work would you consider adding execute as an activity action (similar to the inactivity action)?

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

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

tloga
Contributor
Contributor
Posts: 26
Joined: Wed Mar 05, 2003 6:55 am

Post by tloga »

Thanks -- looks like the update will do the trick -- but...

WinXp reports that the publisher could not be verified.

Could you fix this?

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by 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

Post Reply