Snippets and thoughts from a passionate software developer interested in all things DevOps, Continuous Delivery, Functional Programming, Distributed Systems. Also on Twitter as @mcallana.
Tuesday, September 20, 2011
Windows: Kill all Processes and Pipe to Clipboard
Kill all processes named "cmd.exe" wmic process where name=”cmd.exe” delete