<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Find any processes currently using .NET</title><link>http://blogs.msdn.com/kaevans/archive/2005/11/09/490787.aspx</link><description>While reading over Scott's list of interview questions (gut-checking that I am at the level I think I am), I came across a really cool tip. You can find any currently running processes that are using .NET using the command-line: tasklist /m "mscor*" For</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator></channel></rss>