<?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>INFoMM - Information for Making Money Online &#187; model</title>
	<atom:link href="http://infomm.com/tag/model/feed/" rel="self" type="application/rss+xml" />
	<link>http://infomm.com</link>
	<description>Earn Money Online - The Ultimate Guide To Create Wealth Without Tricks - Powered by Nanda Linn Aung</description>
	<lastBuildDate>Wed, 18 Apr 2012 10:01:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to find Make, Model and Serial Number on your computer or server</title>
		<link>http://infomm.com/2010/05/how-to-find-make-model-and-serial-number-on-your-computer-or-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-find-make-model-and-serial-number-on-your-computer-or-server</link>
		<comments>http://infomm.com/2010/05/how-to-find-make-model-and-serial-number-on-your-computer-or-server/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:00:45 +0000</pubDate>
		<dc:creator>Linn</dc:creator>
				<category><![CDATA[IT Tips and Tricks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[Number]]></category>
		<category><![CDATA[serial number]]></category>

		<guid isPermaLink="false">http://infomm.com/?p=734</guid>
		<description><![CDATA[Well, as I have mentioned before, I would introduce another category on my blog, because my profession is actually sometimes linked with computer tips and tricks. I was thinking about naming tips and tricks and now here it is. Nowadays, all over the world, we no longer use much of clone computers, because brand name [...]]]></description>
			<content:encoded><![CDATA[</script>
<span style=''><g:plusone count="true" size="standard"></g:plusone>
<a href="http://vivociti.com/component/option,com_remository/Itemid,40/func,select/id,16/" title="Get Google +1 (Google Plus One) Recommend Button For WordPress Plugin" target="_blank"><img src="http://vivociti.com/images/plus2x2.gif" border="0" title="How to find Make, Model and Serial Number on your computer or server" alt="plus2x2 How to find Make, Model and Serial Number on your computer or server" /></a></span><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfomm.com%2F2010%2F05%2Fhow-to-find-make-model-and-serial-number-on-your-computer-or-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfomm.com%2F2010%2F05%2Fhow-to-find-make-model-and-serial-number-on-your-computer-or-server%2F&amp;style=normal&amp;b=2" height="61" width="50" title="How to find Make, Model and Serial Number on your computer or server" alt=" How to find Make, Model and Serial Number on your computer or server" /><br />
			</a>
		</div>
<blockquote><p><strong>Well, as I have mentioned before, I would introduce <a href="http://infomm.com/2010/05/new-misc-category-to-be-introduced/" target="_blank">another category</a> on my blog, because my profession is actually sometimes linked with computer tips and tricks. I was thinking about naming tips and tricks and now here it is.</strong></p></blockquote>
<p>Nowadays, all over the world, we no longer use much of clone computers, because brand name computers are as cheap as clone computer. Moreover, branded ones can customize the specifications so easy, some companies even offer you online customizations. Anyway, having a computer means we sometimes run into some computer and hardware/software issues more or less &amp; it is important to know the make, model and serial number of the hardware components of the computer to provide to the supplier or the company. Because sometimes you are at remote connection or lost your labels on your machine or calling to customer support, you will more or less need to identify what product or model is you are referring to.</p>
<p>This applies only in Microsoft Windows machines</p>
<p><strong>1.</strong> In the command dos prompt&#8230; (start) and (run) and type &#8220;cmd&#8221;<br />
&#8220;<strong>wmic  bios get serialnumber</strong>&#8221;</p>
<p>In addition, You can use the  command &#8220;<strong>wmic csproduct get name</strong>&#8221; to retrieve the local  computer model or brand in same command DOS prompt.</p>
<p><strong>2.</strong> Using a <strong>vbs script</strong>: you can use notepad in your windows and Save as &#8220;getSN.vbs&#8221; after you copy and paste into notepad that&#8217;s bold letter below. And then after you save it, just double click it to display on your screen.</p>
<p><strong>On  Error Resume Next<br />
Dim strComputer<br />
strComputer = InputBox(&#8220;Enter  the name of the computer:&#8221;)<br />
Set objWMIService =  GetObject(&#8220;winmgmts:&#8221; &amp; &#8220;{impersonationLevel=impersonate}!\\&#8221; &amp;  strComputer &amp; &#8220;\root\cimv2&#8243;)<br />
Set colSMBIOS =  objWMIService.ExecQuery (&#8220;Select * from Win32_SystemEnclosure&#8221;)<br />
For  Each objSMBIOS in colSMBIOS<br />
MsgBox strComputer &amp; &#8220;: &#8221; &amp;  objSMBIOS.SerialNumber<br />
Next</strong></p>
<p>Well, that&#8217;s all about it, it&#8217;s pretty neat and useful for me. I know people will need to use this command because it will come in handy one way or another. Oh, Another reminder, this is only for windows based computer. Below are the operation systems that are applicable to commands and script above. Hope you find this blog post useful and I too hope to post more useful stuff like this in the future as well.</p>
<p>Above commands and script are applicable in.</p>
<ul>
<li><span style="color: #0000ff;">Windows Vista Enterprise</span></li>
<li><span style="color: #0000ff;">Windows Vista Business</span></li>
<li><span style="color: #0000ff;">Windows  Vista Ultimate</span></li>
<li><span style="color: #0000ff;">Microsoft Windows Server 2003 R2 Enterprise x64  Edition</span></li>
<li><span style="color: #0000ff;">Microsoft Windows Server 2003 R2 Standard x64 Edition</span></li>
<li><span style="color: #0000ff;">Microsoft  Windows Server 2003, Datacenter Edition (32-bit x86)</span></li>
<li><span style="color: #0000ff;">Microsoft  Windows Server 2003, Enterprise Edition (32-bit x86)</span></li>
<li><span style="color: #0000ff;">Microsoft  Windows Server 2003, Enterprise Edition for Itanium-based Systems</span></li>
<li><span style="color: #0000ff;">Microsoft  Windows Server 2003, Standard Edition (32-bit x86)</span></li>
<li><span style="color: #0000ff;">Windows  Server 2008 Datacenter</span></li>
<li><span style="color: #0000ff;">Microsoft Windows Server 2003, Web  Edition</span></li>
<li><span style="color: #0000ff;">Windows Server 2008 Datacenter without Hyper-V</span></li>
<li><span style="color: #0000ff;">Windows  Server 2008 Enterprise</span></li>
<li><span style="color: #0000ff;">Windows Server 2008 Enterprise without  Hyper-V</span></li>
<li><span style="color: #0000ff;">Windows Server 2008 for Itanium-Based Systems</span></li>
<li><span style="color: #0000ff;">Windows  Server 2008 Standard</span></li>
<li><span style="color: #0000ff;">Windows Server 2008 Standard without  Hyper-V</span></li>
<li><span style="color: #0000ff;">Windows Web Server 2008</span></li>
</ul>
<div id="crp_related"><h1>Relevant Posts:</h1><ul><li><a href="http://infomm.com/2010/05/avira-antivir-tips-for-all-windows-os/" rel="bookmark" class="crp_title">Avira AntiVIR tips for all Windows OS</a></li><li><a href="http://infomm.com/2008/11/free-sun-solaris-available-now-opensolaris-10-oct-2008-release/" rel="bookmark" class="crp_title">Free Sun Solaris Available Now OpenSolaris 10 Oct 2008 Release</a></li><li><a href="http://infomm.com/2009/05/why-people-give-up-with-linux/" rel="bookmark" class="crp_title">Why People Give Up with Linux?</a></li><li><a href="http://infomm.com/2009/05/get-windows-7-release-candidate-free-now/" rel="bookmark" class="crp_title">Get Windows 7 Release Candidate FREE Now</a></li><li><a href="http://infomm.com/2009/01/windows-7-beta-version-available-for-everyone/" rel="bookmark" class="crp_title">Windows 7 Beta Version Available for Everyone</a></li><li><a href="http://infomm.com/2009/04/skipping-vista-when-to-stop-xp-and-onto-windows-7/" rel="bookmark" class="crp_title">Skipping Vista, When to stop XP and onto Windows 7</a></li><li><a href="http://infomm.com/2010/04/microsoft-onenote/" rel="bookmark" class="crp_title">Microsoft OneNote</a></li><li><a href="http://infomm.com/2008/12/all-about-google-easy-simple-and-effective-part-3/" rel="bookmark" class="crp_title">All about Google &#8211; Easy, Simple and Effective Part 3</a></li><li><a href="http://infomm.com/2008/12/all-about-google-easy-simple-and-effective-part-2/" rel="bookmark" class="crp_title">All about Google &#8211; Easy, Simple and Effective Part 2</a></li><li><a href="http://infomm.com/2010/04/tubemogul-review/" rel="bookmark" class="crp_title">TubeMogul: Review</a></li><li><a href="http://infomm.com/2010/05/great-plug-in-broken-link-checker/" rel="bookmark" class="crp_title">Great plug-in: Broken Link Checker</a></li><li><a href="http://infomm.com/2008/09/blog-a-to-z/" rel="bookmark" class="crp_title">Blog A to Z</a></li></ul></div></script>
<span style=''><g:plusone count="true" size="standard"></g:plusone>
<a href="http://vivociti.com/component/option,com_remository/Itemid,40/func,select/id,16/" title="Get Google +1 (Google Plus One) Recommend Button For WordPress Plugin" target="_blank"><img src="http://vivociti.com/images/plus2x2.gif" border="0" title="How to find Make, Model and Serial Number on your computer or server" alt="plus2x2 How to find Make, Model and Serial Number on your computer or server" /></a></span>]]></content:encoded>
			<wfw:commentRss>http://infomm.com/2010/05/how-to-find-make-model-and-serial-number-on-your-computer-or-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>All About Domains</title>
		<link>http://infomm.com/2009/07/all-about-domains/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=all-about-domains</link>
		<comments>http://infomm.com/2009/07/all-about-domains/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:50:54 +0000</pubDate>
		<dc:creator>Linn</dc:creator>
				<category><![CDATA[AtoZ SEO]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[importance]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[quantity]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tld]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[Zytech]]></category>

		<guid isPermaLink="false">http://infomm.com/?p=603</guid>
		<description><![CDATA[About Domain names The importance of domain name is critically important. Most of the great domain names are taken and I still see them doing little use at all. Some people just bought them for ages and finally they gave up using it because they did not really have a business plan or model to [...]]]></description>
			<content:encoded><![CDATA[</script>
<span style=''><g:plusone count="true" size="standard"></g:plusone>
<a href="http://vivociti.com/component/option,com_remository/Itemid,40/func,select/id,16/" title="Get Google +1 (Google Plus One) Recommend Button For WordPress Plugin" target="_blank"><img src="http://vivociti.com/images/plus2x2.gif" border="0" title="All About Domains" alt="plus2x2 All About Domains" /></a></span><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfomm.com%2F2009%2F07%2Fall-about-domains%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfomm.com%2F2009%2F07%2Fall-about-domains%2F&amp;style=normal&amp;b=2" height="61" width="50" title="All About Domains" alt=" All About Domains" /><br />
			</a>
		</div>
<p><strong>About Domain names</strong></p>
<p><strong> </strong></p>
<p>The importance of domain name is critically important. Most of the great domain names are taken and I still see them doing little use at all. Some people just bought them for ages and finally they gave up using it because they did not really have a business plan or model to implement it. On the other hand, I saw some people bought unimaginable domain names and also failed with terrible domain names. So, I will discuss a little bit about domain names that comes to my mind.</p>
<p><em>As long as it takes domain names</em></p>
<p>Try to avoid it. Some people thought it is extremely important to have keywords in the domain names. It is true in branding, for example, Zytech or Microsoft, they are not really meaningful as a matter of words, but they are meaningful to the brand name. If you are building your brand, it is good to use long domain names, but of course, up to the limit where people can accept, not like <strong>cheap-best-reasonable-online-shopping-place.com</strong> is too much to remember. The ideal selection is to have not more than <strong>12 letters</strong> without the TLD domain names (.com, .net, .tv, .org, .us).</p>
<p><em>Shorter domains</em></p>
<p>It is actually good to have shorter domain names, because when you use email promotion or even someone has to email you, you would want comfortable and easy to remember email address. Another tip is to use short form like <strong>infomm.com</strong> which could actually mean a long meaning, but also fairly easy to remember.</p>
<p><em>Dashed domains</em></p>
<p>I do not like dashed domains, be realistic, why do you use dash? The odds are, someone has already registered the name already without dashed, therefore, you need to have to dashed, consequently, that means you will possibly lose your visitors to that domain without dash as well. For example, onebest.com versus one-best.com, the name is fantastic, easy to remember, fits most of the businesses with quality and quantity, unfortunately,  people may not type – (dashed) all the time and it might lead your potential visitors to another website.</p>
<p><em>Multiple domains</em></p>
<p>One domain costs basically less than $10, if you are going to do a reputable and good business, why not spend a little bit more for your domain related and use additional parked domain which is now very easy to do so. For example, if you have bestchef.com and someone can actually buy bestchefs.com for your possible traffic and potential income. So, never feel that is not required to spend, perhaps it will be your best $10 spent in the future. Also, if you have several domains that are not used, just parked to the domain that is in full functions, or, you can actually park and display ads with Google AdSense as well. The bottom line is, do not let your domain unused at all.</p>
<p>So, good luck with your domain names, I will write more about domain name and its related topics soon to give you more depth. It is best when you click and read my particular topic rather than just reading through because at the end of the each post, you may find related posts that are very useful and relevant to my main post. Thanks for reading.</p>
<div id="crp_related"><h1>Relevant Posts:</h1><ul><li><a href="http://infomm.com/2009/01/all-about-domain-names-free-e-book/" rel="bookmark" class="crp_title">All about Domain Names &#8211; Free e-book</a></li><li><a href="http://infomm.com/2008/09/initialize-the-name-of-your-website-or-blog/" rel="bookmark" class="crp_title">Initialize the name of your website or blog</a></li><li><a href="http://infomm.com/2008/09/setup-your-domain-address/" rel="bookmark" class="crp_title">Setup your uniform domain address</a></li><li><a href="http://infomm.com/2009/05/the-expiry-date-of-domain-registration-vs-google/" rel="bookmark" class="crp_title">The expiry date of domain registration Vs Google</a></li><li><a href="http://infomm.com/2008/10/how-to-take-care-of-your-website-or-blog/" rel="bookmark" class="crp_title">How to Take Care of Your Website or Blog</a></li><li><a href="http://infomm.com/2009/04/go-crazy-with-my-web-hosting-offer-only-up-to-may-15/" rel="bookmark" class="crp_title">Go Crazy with my web hosting offer &#8211; Only up to May 15</a></li><li><a href="http://infomm.com/2008/10/new-domain-and-hosting-just-registered/" rel="bookmark" class="crp_title">New domain and Hosting just registered</a></li><li><a href="http://infomm.com/2009/03/how-to-decide-a-good-web-hosting-in-7-ways/" rel="bookmark" class="crp_title">How to decide a Good Web Hosting in 7 ways</a></li><li><a href="http://infomm.com/2008/10/link-to-previously-published-posts/" rel="bookmark" class="crp_title">Link to Previously Published Posts</a></li><li><a href="http://infomm.com/2009/01/basics-for-search-engine-optimization/" rel="bookmark" class="crp_title">Basics For Search Engine Optimization</a></li><li><a href="http://infomm.com/2009/04/google-adsense-and-analytics-integration/" rel="bookmark" class="crp_title">Google AdSense and Analytics Integration</a></li><li><a href="http://infomm.com/2009/07/choices-of-keywords/" rel="bookmark" class="crp_title">Choices of Keywords</a></li></ul></div></script>
<span style=''><g:plusone count="true" size="standard"></g:plusone>
<a href="http://vivociti.com/component/option,com_remository/Itemid,40/func,select/id,16/" title="Get Google +1 (Google Plus One) Recommend Button For WordPress Plugin" target="_blank"><img src="http://vivociti.com/images/plus2x2.gif" border="0" title="All About Domains" alt="plus2x2 All About Domains" /></a></span>]]></content:encoded>
			<wfw:commentRss>http://infomm.com/2009/07/all-about-domains/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

