KB-36741: Enabling/disabling task switching.

Question:

How can I enable/disable task switching (Alt + Tab) at runtime?

Solution:

To do so, you must write a script to edit the application’s Exclusive property. For example:

Example of script for disabling task switching: Application.exclusive = 1

Example of script for enabling task switching: Application.exclusive = 0

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *