Showing results for Process - Scripting Blog [archived]

Dec 26, 2015
1
0

PowerTip: Display Titles of Windows

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to find the titles of windows. How can I use Windows PowerShell to find the titles of windows? Use Get-Process and display the title of the processes for windows by looking at            the MainWindowTitle property, for example:Get-Pro...

Scripting Guy!Windows PowerShellPowerTip
Dec 10, 2014
0
0

Use PowerShell and WMI to Explore Threads

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI to explore processes and threads.  Hey, Scripting Guy! I need to find information about threads that are related to a specific process. I am wondering how I can do this by using Windows PowerShell. Can you help me? —CP  Hello CP, Microsoft Scri...

Scripting Guy!Windows PowerShellscripting techniques
Feb 16, 2014
0
0

Weekend Scripter: Use PowerShell to Start Hidden Process

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to start a hidden process. Microsoft Scripting Guy, Ed Wilson, is here. This morning I decided to try something a bit different. I am having a cup of English Breakfast tea, but I added strawberry leaves, blackberry leaves, marshmallow root, and a cinnamon stick. It is...

Scripting Guy!Windows PowerShellscripting techniques