<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Tech Talk &#187; Commands</title>
	<atom:link href="http://ittechtalk.net/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://ittechtalk.net</link>
	<description></description>
	<lastBuildDate>Wed, 12 Aug 2009 15:11:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get a list of installed programs from Command in Windows OS</title>
		<link>http://ittechtalk.net/microsoft/windows/how-to-get-a-list-of-installed-programs-from-command-in-windows-os/</link>
		<comments>http://ittechtalk.net/microsoft/windows/how-to-get-a-list-of-installed-programs-from-command-in-windows-os/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 18:59:23 +0000</pubDate>
		<dc:creator>redson</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://ittechtalk.net/?p=290</guid>
		<description><![CDATA[One can obtain a list of all installed programs in Windows OS using WMI (Windows Management Instrumentation) command-line interface (WMIC).
To do so, follow the give steps

Go to the command prompt.
Execute command &#8216;wmic&#8217; (without quotes)
Now you are in wmic interface i.e wmic:root\cli&#62;
Now run a command &#8211; product get name

This command returns a list of all installed [...]]]></description>
		<wfw:commentRss>http://ittechtalk.net/microsoft/windows/how-to-get-a-list-of-installed-programs-from-command-in-windows-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
