Showing tag results for processes

Aug 8, 2010
Post comments count0
Post likes count0

Weekend Scripter: Automatically Collecting Process Snapshots

ScriptingGuy1

  Microsoft Scripting Guy Ed Wilson here. It may seem like a “well duh” thing for a Scripting Guy to say, but I love writing scripts. In particular, I love writing Windows PowerShell scripts. One problem with sharing everything I write is that people always have a better idea about how to do things. But better can be relative. In m...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 7, 2010
Post comments count0
Post likes count0

Weekend Scripter: Boot Tracing with Windows PowerShell

ScriptingGuy1

Microsoft Scripting Guy Ed Wilson here. There used to be a really cool tool available in the Windows Driver Development Kit (DDK) that was called bootvis.exe. I used to use it to create a boot trace for my Windows XP computer. This tool was useful because it would let you know which drivers were taking a long time to load. Unfortunately, there is n...

Scripting Guy!Windows PowerShellWeekend Scripter
Apr 12, 2010
Post comments count0
Post likes count0

Hey, Scripting Guy! Can I Use Windows PowerShell to Lower the Priority of a Process?

ScriptingGuy1

   Hey, Scripting Guy! I have a problem with a rather annoying program at work. The program starts up and runs with high priority. When it does this, my computer is slow as a snail, and as unresponsive as a bear hibernating in the winter. I would like to use Windows PowerShell to lower the priority of this process. Can this be done?-- CS&...

Scripting Guy!Windows PowerShellprocesses
Dec 10, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! Can I Call WMI Methods More Easily with Windows PowerShell 2.0?

ScriptingGuy1

    Hey, Scripting Guy! I enjoy working with WMI, but it can be a bit complicated to make it do anything. It is great at retrieving information, and in conjunction with the Windows PowerShell Get-WMIObject cmdlet, it is really easy to obtain lots of information about our servers. In fact, WMI is one of the reasons we are deploying Wi...

Scripting Guy!Windows PowerShellscripting techniques
Jan 22, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Stop an Unwanted Process?

ScriptingGuy1

Hey, Scripting Guy! I need some help. There is a stupid process that launches every time I turn on my computer. I cannot find where it is starting from. I have looked in all the usual places, but I can't find it. This process was installed when I installed some software that I use only about once a month. I do not need this dumb process starting ...

Scripting Guy!Windows PowerShellscripting techniques