Showing results for processes - Scripting Blog [archived]

May 16, 2005
0
0

How Can I Lower the Priority of a Process Using a Script?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I lower the priority of a process using a script?-- HS Hey, HS. As many of you know, all processes are not created equal; instead processes are assigned priority values. Processes with a high priority are executed more often (and thus appear to run faster) than processes with a lower priority. For example, both the ke...

Scripting Guy!VBScriptoperating system
Jan 20, 2005
0
0

How Can I Tell Which Switches Were Used When Starting an Executable File?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Is there any way to tell which command-line arguments (if any) were used when starting an executable file?-- TO Hey, TO. We don’t mean to cause a scandal in the scripting world - well, OK, we don’t mean to cause any more scandals in the scripting world. But - gasp! - we’re going to cheat a little bit here. This is the first t...

Scripting Guy!VBScriptoperating system
Jan 3, 2005
0
0

How Can I Determine the Account a Process is Running Under?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I’ve got a script that returns information about all the processes running on a computer, except I can’t seem to figure out how to get the name of the user account that these processes are running under. Can you help?-- DL Hey, DL. Yes, we can help. It’s actually fairly easy to determine which account a process is running und...

Scripting Guy!VBScriptoperating system
Oct 6, 2004
0
0

How Can I Tell Which Scripts are Running on a Computer?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I tell which scripts are running on a computer?-- NW Hey, NW. This is a question we’re always a little reluctant to answer, because there’s a 50-50 chance you’ll be disappointed with what you hear. If you are running Windows 2000 (or a previous version of Windows), the answer is pretty straightforward: you can’t. A sc...

Scripting Guy!VBScriptoperating system