<?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>WiredRevolution.com &#187; windows</title>
	<atom:link href="http://www.wiredrevolution.com/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Find the MAC address on a Windows machine</title>
		<link>http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-the-mac-address-on-a-windows-machine</link>
		<comments>http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine#comments</comments>
		<pubDate>Sun, 28 Sep 2008 18:54:48 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[mac address]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=152</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/windows_icon.png" width="80" height="71" alt="" title="windows" /><br/>For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter. Do the following. Go to Start -> Run which will bring up a text box. In this box type cmd. A command prompt will appear. Type this is the terminal. ipconfig [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine' rel='bookmark' title='Permanent Link: Creating a Windows Boot Disk with a Linux Machine'>Creating a Windows Boot Disk with a Linux Machine</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig' rel='bookmark' title='Permanent Link: Find your MAC address with ifconfig'>Find your MAC address with ifconfig</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/windows_icon.png" width="80" height="71" alt="" title="windows" /><br/><p>For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter.  Do the following.</p>
<p>Go to <strong>Start -> Run</strong> which will bring up a text box.  In this box type <strong>cmd</strong>.  A command prompt will appear.</p>
<p>Type this is the terminal.</p>
<pre>
ipconfig /all
</pre>
<p>A lot of information will fly by but the MAC address is labeled <strong>Physical Address</strong>. The number is 6 pairs of hexidecimal numbers separated by dashes. It will look like this.</p>
<pre>
Physical Address . . . . . . . . . : a1-b2-c3-d4-e5-f6
</pre>
<p>If the machine has more than one network adapter (wired and wireless), then you will see an address for each one.</p>
<p>This will work with Windows 2000/XP/Vista.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine' rel='bookmark' title='Permanent Link: Creating a Windows Boot Disk with a Linux Machine'>Creating a Windows Boot Disk with a Linux Machine</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig' rel='bookmark' title='Permanent Link: Find your MAC address with ifconfig'>Find your MAC address with ifconfig</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

