Showing results for processes - Scripting Blog [archived]

Feb 28, 2006
Post comments count0
Post likes count0

How Can I Re-Launch Internet Explorer if No Other Instances are Running?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I re-launch Internet Explorer if no other instances are running?-- MT Hey, MT. Thanks for the question. You know, nowadays everyone picks on poor little Internet Explorer (even though the vast majority of Windows users still use Internet Explorer). But now we have a question from someone who wants to make sure that In...

Scripting Guy!VBScriptoperating system
Feb 16, 2006
Post comments count0
Post likes count0

How Can I Determine Which Account a Script is Running Under?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I determine which account a script is running under?-- KW Hey, KW. You know, it’s been awhile since we started off a column with a bunch of excuses, and that’s been hard on us: after all, making excuses is what we Scripting Guys do best. With that in mind, then, let’s start off with one of our favorite excuses: the sc...

Scripting Guy!VBScriptoperating system
Sep 22, 2005
Post comments count0
Post likes count0

How Can I Monitor the Activity Level of a Process?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I monitor the activity of a process to see if anyone is using it?-- AJ Hey, AJ. You know, this is one time when writing the script is actually the easy part of the answer. Although there are a couple different ways to do this, we opted to periodically check the cumulative amount of processor time used by an applicatio...

Scripting Guy!scripting techniquesVBScript
Sep 6, 2005
Post comments count0
Post likes count0

How Can I Remotely Start an Interactive Process?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I remotely start an interactive process?-- IS Hey, IS. Well, the short answer is this: you can’t, at least not on Windows XP or Windows Server 2003. On those two versions of Windows any processes started remotely run in a hidden window: those processes can’t be interactive because the user will never see them. The pro...

Scripting Guy!VBScriptoperating system
Jul 20, 2005
Post comments count0
Post likes count0

How Can I Determine the Date and Time that a Process Started?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I determine the date and time that a process started?-- BM Hey, BM. We’ve got good news for you: not only do we have an answer to your question, but we’re not going to bore everyone with any more stories regarding our Colt League All-Star team. Nope, we’re no longer haunted by the fact that, in a tie game, we had the ...

Scripting Guy!scripting techniquesVBScript