WinTasks Pro 4 Review

Customizing with Scripting


One of the more powerful features of WinTasks is the ability to fine tune and exert very tight control over your Windows processes with a built-in scripting language. Using your own custom scripts, you can fine tune your PC to do what you want it to do. Some examples could be:



  • Automatically increases the priority if the defrag.exe process so as to get rid of the problem is defrag starting over.

  • Automatically shut down all processes using more than a set amount of resources.

  • Ban the use of certain programs on the PC.

  • Shut down certain processes automatically when the screensaver is loaded

The possibilities are endless and only depend on your proficiency with the scripting language. The language itself is pretty simple, containing the basic if/then language constructs, basic logic operators, a series of preset variable names for use to get process names, window names, etc., as well as actions such as STOP (to stop a process), START (to start a process), INC (to increases priority), DEC (to decrease priority), and ALERT (to show an alert message).


To demonstrate how this is used, here is a sample script. This script will start the calculator if notepad is activated, and shut down the calculator if notepad is not activated.


If process_files contains “notepad.exe” and not process_files contains “calc.exe” then
Start “calc.exe”
Else
If process_file = “calc.exe” and not process_files contains “notepad.exe” then
Stop
Endif


Endif


Personally, I think this is pretty cool. You can use this to create custom program setups or start several programs at once. You can perform various maintenance tasks or implement security features. On an NT machine, you can use this program as administrator and fine tune control over how other users can use the PC. Just off hand, this could be useful for a lab environment where you don’t want students screwing around.


Conclusion


In short, this utility is very well designed and quite useful for what it does. For system administrators, this can be a real godsend. You can ditch the days of the command line to exert this kind of process control over the system. For regular PC power users, this software is one of a kind and allows you to take the reigns of Windows and take control over Windows processes. Whether you’re implementing some security features or simply trying to automate, WinTasks will be a valuable tool.


Website: http://www.liutilities.com/products/wintaskspro/ .
Retail Price: $47

Pages: 1 2

Free eBook!

Like what you read?

If so, please join over 28,000 people who receive our exclusive weekly newsletter and computer tips, and get FREE COPIES of 5 eBooks we created, as our gift to you for subscribing. Just enter your name and email below:

Post A Comment Using Facebook

What’s Your Preference?

Daily Alerts

Each day we send out a quick email to thousands of PCMECH readers to notify them of new posts. This email is just a short, plain email with titles and links to our latest posts. You can unsubscribe from this service at any time.

You can subscribe to it by leaving your email address in the following field and confirming your subscription when you get an email asking you to do so.

Enter your email address for
Daily Updates:

Weekly Newsletter

Running for over 6 years, the PCMECH weekly newsletter helps you keep tabs on the world of tech. Each issue includes news bits, an article, an exclusive rant as well as a download of the week. This newsletter is subscribed to by over 28,000 readers (many who also subscribe to the other option) - come join the community!

To subscribe to this weekly newsletter simply add your email address to the following field and then follow the confirmation prompts. You will be able to unsubscribe at any time.

Enter your email address for
Free Weekly Newsletter: