Windows 7

Windows 7 uses the same level of security as in Windows Vista. WinTask supports Windows 7 with some restrictions due to this high level of security.

In order to access to the Windows/Web objects that WinTask automatizes, the user account must have enough privileges for replaying the actions listed in the script. Here are some cases where you need to be careful :

Sometimes, Windows 7 does not put the focus correctly and the user has to click the icon to bring forefront. Add this key in Registry if you notice this behavior when using dialog boxes or SelectFile WinTask function:
HKEY_CURRENT_USER\Control Panel\Desktop\ForegroundLockTimeout Dword with the value 30d40


IMPORTANT : do NOT use Remote desktop as it interferes with the interactive session.
Since Vista, Windows makes the difference between Window stations and desktops. The interactive window station, Winsta0, is the only window station that can display a user interface or receive user input. It is assigned to the logon session of the interactive user. So when Windows is logged out or locked or when you disconnect from a Remote session, the session still exists but not the interactive window station. So any interactive script that you try to run will fail. And when you minimize a Remote desktop session, the session is locked and so any interactive script stops running properly.
See http://windowssdk.msdn.microsoft.com/en-us/library/ms681928.aspx for all the details.
For connecting to a remote PC without interfering with the user desktop, use for example the VNC software.

 

For our Web functions, we load our browser add-on. Check that our WTBho add-on is enabled in IE : select Tools menu in IE, then Internet options. Click Programs tab, then click Manage Add-Ons button ; in the displayed list, check that the add-on named WTBHo is enabled.

If you use KillApp function to kill all the instances of Internet Explorer, the next time you open IE, you will get the message "Your last browsing session closed unexpectedly". To avoid this message, in the Tools menu of Internet Explorer, select Internet options and click the Advanced Tab. Under Browsing session, uncheck "Enable automatic crash recovery".

Never use Windows Start menu when you record your actions : the programs list in that menu varies from one Windows start to another. When you record your actions and want to start a program, use Shell statement and its wizard. And for ease of use, when you start Recording mode, you are asked if you want to launch a program.