I have a script that performs some database queries. On my test system, it
uses all of the available process time. If I look at Task Manager, the
processor graph is pinned at the top. I run the same script on a customer's
machine and it will only give the script 10% of the processor time with 75%
of the process at system idle.

Is there a setting that controls how much processing time slice is dedicated
to running a script?

Bernie

RE: Processor Time Dedicated to Running a Script by TheoCoolen

TheoCoolen
Thu Jan 26 11:07:03 CST 2006

This is a way

In command box (or run)

start /<priority> <application>,

e.g. start /low wscript.exe <yourscript.vbs>