Since support for macros has finished for VS11, is it possible to add a button to point to a powershell script (saved as a file, or somehow similar to a macro), or to execute a single powershell command?
Context This would be to kill all the webdev servers:
Stop-Process -processname WebDev.WebServer40
So if there's any other quick way to do that (other than typing the command/script path in the powershell enabled Package Manager Console or other console), would be useful.