In my previous post, Terminate Windows processes with PsKill, I explained how to use PsKill to kill Windows processes...
Tag Archive for: processes
4sysops - The online community for SysAdmins and DevOps
Cannot delete a file or folder

If you cannot delete a file or folder and the operation fails with the error message "This action can't...
Analyze Windows memory usage with RAMMap

When you have a performance issue, random access memory (RAM) is usually the second thing to check right after...
Terminate Windows processes with PsKill

PsKill is a command-line tool that is part of the Sysinternals suite. As the name suggests, it allows you...
If a Windows service hangs, restart the service with PowerShell

That a Windows service hangs (that is, becomes unresponsive or fails to stop) is a common issue admins face....
List Windows processes with PsList

PsList is a command line tool that is part of the Sysinternals suite. It allows you to list Windows...
Using Process Monitor (Procmon) remotely

When I need to troubleshoot a problem in Windows, the first things I ask my customer to provide are...
VisualCron: Automate without programming skills on Windows

VisualCron enables IT teams to use automation to streamline processes quickly without the need for programming skills. Automation is...
Sudo for Windows

With the help of Run as and Sudo for Windows, you can run applications that require elevation and administrator...
Displaying, running, and stopping scheduled tasks with PowerShell

Scheduled tasks represent the central mechanism for executing programs at certain times or events. Since PowerShell 3.0 you can...
Schedule user account closure with PowerShell

One of my many tasks as a system administrator is to close user accounts after they have left their...
Restart File Explorer

Sometimes, you have to restart File Explorer in Windows to ensure that changed user interface settings take effect immediately...
FREE: AutoAdministrator – Automate system administration tasks

AutoAdministrator is a free tool that allows you to automate all kinds of system administration tasks with an easy-to-use...
Process Explorer 16 now with VirusTotal integration

Microsoft’s free Process Explorer is one of those utilities that every admin should have in his tool box. The...
Managing Services the PowerShell way – Part 6: Modify through WMI

In the previous article of this series we looked at using WMI in PowerShell to discover service information....
Managing Services the PowerShell way – Part 5: WMI and CIM

The fifth installment in our series about managing Windows Services with PowerShell explains how to leverage WMI and CIM...
Managing Services the PowerShell way – Part 4: Configure Services

Let’s continue our exploration of using PowerShell to manage services. If you’ve missed the previous articles, take a few...
Managing Services the PowerShell way – Part 3: Start and stop Services

Over the last few articles we’ve been exploring different ways to gather relevant service information from local and remote...
Three ways to run remote Windows commands
This article compares three different ways to run commands or executables remotely on multiple computers and follow up on...
Set service startup mode to Automatic (Delayed Start) with PowerShell

The PowerShell script described here allows you to set the startup mode of a Windows service to Automatic (Delayed...