<?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>Techish.net</title>
	<atom:link href="http://techish.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://techish.net</link>
	<description>Rich Kreider&#039;s Tech Blog:  Father, Geek, IT Guy, Caffeine Addict and After Hours Hacker...</description>
	<lastBuildDate>Thu, 23 May 2013 13:22:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Adobe Lightroom Alternative for Linux</title>
		<link>http://techish.net/windows/adobe-lightroom-alternative-for-linux/</link>
		<comments>http://techish.net/windows/adobe-lightroom-alternative-for-linux/#comments</comments>
		<pubDate>Thu, 23 May 2013 13:21:59 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lightzone]]></category>

		<guid isPermaLink="false">http://techish.net/?p=8904</guid>
		<description><![CDATA[I was looking for an Adobe Lightroom alternative for Linux and found LightZone.  LightZone was created by Light Crafts, Inc. which started selling this software in 2005.  They closed up shop in September 2011 and released LightZone to opensource in December &#8230; <a href="http://techish.net/windows/adobe-lightroom-alternative-for-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I was looking for an <a href="http://www.adobe.com/products/photoshop-lightroom.html" target="_blank">Adobe Lightroom</a> alternative for Linux and found LightZone.  LightZone was created by Light Crafts, Inc. which started selling this software in 2005.  They closed up shop in September 2011 and released LightZone to opensource in December 2012.</p>
<blockquote><p>LightZone is professional-level digital darkroom software for Windows, Mac OS X, and Linux. Rather than using layers as many other photo editors do, LightZone lets the user build up a stack of tools which can be rearranged, turned off and on, and removed from the stack. It&#8217;s a non-destructive editor, where any of the tools can be re-adjusted or modified later — even in a different editing session. A tool stack can be copied to a batch of photos at one time. LightZone operates in a 16-bit linear color space with the wide gamut of ProPhoto RGB.</p></blockquote>
<p>LightZone is available for download at <a href="http://lightzoneproject.org/">http://lightzoneproject.org/</a></p>
<p>Below is a screenshot of LightZone running on my Windows 7 computer with a photo loaded and a few adjustments made (light + b&amp;w).</p>
<p><a href="http://techish.net/wp-content/uploads/2013/05/2013-05-23_085429.png"><img class="alignnone size-full wp-image-8905" alt="2013-05-23_085429" src="http://techish.net/wp-content/uploads/2013/05/2013-05-23_085429.png" width="1901" height="1181" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/adobe-lightroom-alternative-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide Account on Windows Logon Screen</title>
		<link>http://techish.net/windows/hide-account-on-windows-logon-screen/</link>
		<comments>http://techish.net/windows/hide-account-on-windows-logon-screen/#comments</comments>
		<pubDate>Thu, 23 May 2013 10:00:40 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[logon]]></category>

		<guid isPermaLink="false">http://techish.net/?p=8900</guid>
		<description><![CDATA[There are times that additional Windows accounts need created but aren&#8217;t used by typical users and you don&#8217;t want the account to show up on the logon screen to Windows.  You can use the following registry edit to hide specific &#8230; <a href="http://techish.net/windows/hide-account-on-windows-logon-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>There are times that additional Windows accounts need created but aren&#8217;t used by typical users and you don&#8217;t want the account to show up on the logon screen to Windows.  You can use the following registry edit to hide specific user accounts from the logon screen.</p>
<ol>
<li>Open Regedit</li>
<li>Navigate to <code>HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList</code></li>
<li>Add a new DWORD (32bit) value and give it the value of the username you want to exclude from the Windows logon screen.</li>
</ol>
<p>If the Registry key does not exist, you will need to create it.</p>
<p>If you&#8217;re feeling adventurous, open an elevated command prompt and use the following command (all one line).  Replace &#8220;merlin&#8221; with whatever username you want to exclude from the logon screen.</p>
<pre>reg add "hklm\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v merlin /t REG_DWORD /d 0 /f</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/hide-account-on-windows-logon-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequently Asked Questions About SQL 2012 Licensing</title>
		<link>http://techish.net/database-2/frequently-asked-questions-about-sql-2012-licensing/</link>
		<comments>http://techish.net/database-2/frequently-asked-questions-about-sql-2012-licensing/#comments</comments>
		<pubDate>Mon, 13 May 2013 19:12:05 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8896</guid>
		<description><![CDATA[SQL Server 2012 is a significant product release, providing Mission Critical Confidence with greater uptime, blazing-fast performance and enhanced security features for mission critical workloads; Breakthrough Insight with managed self-service data exploration and stunning interactive data visualization capabilities; and Cloud &#8230; <a href="http://techish.net/database-2/frequently-asked-questions-about-sql-2012-licensing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h5>SQL Server 2012 is a significant product release, providing Mission Critical Confidence with greater uptime, blazing-fast performance and enhanced security features for mission critical workloads; Breakthrough Insight with managed self-service data exploration and stunning interactive data visualization capabilities; and Cloud On Your Terms by enabling the creation and extension of solutions across on-premises and public cloud.  SQL Server 2012 is a Cloud Ready Information Platform.</h5>
<p>&nbsp;</p>
<h5><strong><a id="faq-question-ID0ESAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0ESAAAAAAAAAAAABCA"></a>What is new in SQL Server 2012?</strong></h5>
<div id="faq-answer-ID0ESAAAAAAAAAAAABCA">
<p>SQL Server 2012 will provide <b>Mission Critical Confidence</b> with greater uptime, blazing-fast performance and enhanced security features for mission critical workloads; <b>Breakthrough Insight</b> with managed self-service data exploration and stunning interactive data visualization capabilities; <b>Cloud On Your Terms</b> by enabling the creation and extension of solutions across on-premises and public cloud.</p>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0ERAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0ERAAAAAAAAAAAABCA"></a>Can you describe the product editions offered with SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0ERAAAAAAAAAAAABCA">
<p>Three main editions, namely Enterprise, Business Intelligence and Standard, will be available:</p>
<div>
<ul>
<li><b>Enterprise</b> for mission critical applications and data warehousing</li>
<li><b>Business Intelligence</b> (new) for premium corporate and self-service Business Intelligence capabilities</li>
<li><b>Standard</b> for basic database capabilities, reporting and analytics</li>
</ul>
</div>
<p>The Business Intelligence edition will include all of the Standard Edition’s capabilities, and Enterprise will include all of the Business Intelligence Edition’s capabilities.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EQAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EQAAAAAAAAAAAABCA"></a>What about other editions currently available in SQL Server 2008 R2 such as Datacenter, Workgroup and Standard for Small Business Editions?</strong></h5>
</div>
<div id="faq-answer-ID0EQAAAAAAAAAAAABCA">
<p>With the release of SQL Server 2012, the following three editions will be retired:</p>
<div>
<ul>
<li><b>Datacenter</b> – its features will now be available in Enterprise Edition</li>
<li><b>Workgroup</b> – Standard will become our edition for basic database needs</li>
<li><b>Standard for Small Business</b> – Standard becomes our sole edition for basic database needs</li>
</ul>
</div>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EPAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EPAAAAAAAAAAAABCA"></a>What is the full list of editions that will be available with SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0EPAAAAAAAAAAAABCA">
<p>Enterprise, Business Intelligence and Standard will be our main editions.  The Web Edition will be offered only to hosters via the Services Provider License Agreement (SLPA).  Developer, Express and Compact Editions will also continue to be distributed without licensing or pricing changes.  We also offer a range of appliances including Parallel Data Warehouse, a BI appliance, and a database consolidation appliance.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EOAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EOAAAAAAAAAAAABCA"></a>What are the key licensing changes with SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0EOAAAAAAAAAAAABCA">
<p>With SQL Server 2012, we will offer the following licensing options:</p>
<div>
<ul>
<li>Core-based Licensing for <b>Enterprise Edition</b></li>
<li>Server + CAL licensing for <b>Business Intelligence Edition</b></li>
<li>Choice of core-based licensing or Server + CAL licensing for <b>Standard Edition</b></li>
</ul>
</div>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0ENAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0ENAAAAAAAAAAAABCA"></a>When will these changes come into effect?</strong></h5>
</div>
<div id="faq-answer-ID0ENAAAAAAAAAAAABCA">
<p>Licensing changes will come into effect at the general availability of SQL Server 2012.  Microsoft SQL Server 2012 is expected to release in the first half of calendar year 2012.  Customers with licenses for prior versions with active Software Assurance should also refer to the Product List for additional information.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EMAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EMAAAAAAAAAAAABCA"></a>Are there any virtualization or cloud-related licensing benefits with SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0EMAAAAAAAAAAAABCA">
<p>SQL Server 2012 will provide a variety of virtualization and cloud benefits that will help customers save money on database licensing and retain flexibility in their database deployments.  Customers can:</p>
<div>
<ul>
<li><b>License individual Virtual Machines (VM)</b>, and when licensing per core, buy core licenses only for the virtual cores assigned to the VM.</li>
<li><b>License for high VM density</b> by buying EE core licenses and Software Assurance (SA) for all the physical cores on the server (or server farm) and deploying an unlimited number of VMs on the licensed hardware.  Without SA, VM density is limited to one VM per EE core license.</li>
<li><b>License for VM mobility</b> across private and public clouds.  VM license mobility is an SA benefit.  Without SA, licenses can be moved from one server to another only once every 90 days.</li>
</ul>
</div>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0ELAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0ELAAAAAAAAAAAABCA"></a>Could you explain why you are making these changes?</strong></h5>
</div>
<div id="faq-answer-ID0ELAAAAAAAAAAAABCA">
<p>The changes to SQL Server licensing reflect the evolution of the database industry along with new hardware deployment practices.  Internal customer research with hundreds of customers has shown us that database customers are comfortable with core-based licensing and consider licensing by core simple and predictable.  There is also great enthusiasm for our virtualization and cloud-friendly licensing to help customers save money as their deployment practices evolve.  With these changes, we will continue to offer industry leading TCO.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EKAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EKAAAAAAAAAAAABCA"></a>Will other Microsoft products move to core-based licensing as well?</strong></h5>
</div>
<div id="faq-answer-ID0EKAAAAAAAAAAAABCA">
<p>We have put in place licensing models that are appropriate for the products based on industry and customer needs.  The changes to SQL Server licensing are based on trends in the database industry and were developed with just the database business in mind.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EJAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EJAAAAAAAAAAAABCA"></a>Will the licensing changes be accompanied by an increase in pricing?</strong></h5>
</div>
<div id="faq-answer-ID0EJAAAAAAAAAAAABCA">
<p>With SQL Server 2012, we are delivering a more powerful Enterprise Edition and a new Business Intelligence Edition with innovative features.  SQL Server customers who benefit from the new capabilities and who deploy mission critical databases may pay more, though we will continue to be the industry TCO leader.</p>
<p>At the same time, we are offering licensing benefits and flexibility to help customers save money and control costs with virtualization and consolidation.  The net price impact to individual customers will vary based on how they deploy SQL Server 2012, their current capacity and their future needs.</p>
<p>We have been actively engaged in conversations directly with our customers and partners to ensure that they know how these changes may impact them.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EIAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EIAAAAAAAAAAAABCA"></a>Can I buy core-based licensing for the Business Intelligence edition?</strong></h5>
</div>
<div id="faq-answer-ID0EIAAAAAAAAAAAABCA">
<p>Enterprise Edition includes the full capabilities of SQL Server 2012, so a customer who wants to license a BI Server on a per core basis can do so by buying Enterprise Edition.  Enterprise Edition will be the preferred way to license advanced SQL Server BI capabilities when users are uncountable (e.g., external facing workloads) or when there is a very large number of users.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EHAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EHAAAAAAAAAAAABCA"></a>Can I use the same CAL for the Business Intelligence and Standard editions?</strong></h5>
</div>
<div id="faq-answer-ID0EHAAAAAAAAAAAABCA">
<p>With SQL Server 2012, there is a single CAL for SQL Server 2012 for access to all the server editions.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EGAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EGAAAAAAAAAAAABCA"></a>I have Software Assurance, do I have to pay more to upgrade to SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0EGAAAAAAAAAAAABCA">
<p>No. All licenses under SA will be able to upgrade to SQL Server 2012 at no additional cost.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EFAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EFAAAAAAAAAAAABCA"></a>I recently signed up for an Enterprise Agreement (EA)/Enrollment for Application Platform (EAP).  What do these changes mean for me?</strong></h5>
</div>
<div id="faq-answer-ID0EFAAAAAAAAAAAABCA">
<p>EA and EAP remain the best ways for customers to license SQL Server.  EA and EAP offer extended transitions to help you plan for the new licensing model.  Furthermore, EAP offers significant discounts to help you take advantage of the lowest TCO.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EEAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EEAAAAAAAAAAAABCA"></a>How do I migrate from processor licenses to core licenses?  What is the migration path?</strong></h5>
</div>
<div id="faq-answer-ID0EEAAAAAAAAAAAABCA">
<p>Licenses purchased with Software Assurance (SA) will upgrade to SQL Server 2012 at no additional cost. EA/EAP customers can continue buying processor licenses until their next renewal (after GA of SQL Server 2012).  At that time, processor licenses will be exchanged for core-based licenses sufficient to cover the cores in use by processor-licensed databases (minimum of 4 core licenses per processor for Standard and Enterprise, and minimum of 8 EE core licenses per processor for Datacenter).  Please refer to the Product List for further migration path details.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EDAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EDAAAAAAAAAAAABCA"></a>How will SQL Server processor licenses with SA be exchanged for SQL Server 2012 core licenses? How will I (and Microsoft) determine the number of cores that I am owed?</strong></h5>
</div>
<div id="faq-answer-ID0EDAAAAAAAAAAAABCA">
<p>You can perform a “self-inventory” of your environment at the end of the Software Assurance (SA) term that will provide the basis for the core licenses you will own and for which you are eligible to renew SA.  We will provide access to the Microsoft Assessment and Planning (MAP) Toolkit as one way to help track and document deployments.  This tool can help you plan the transition from processor-based licenses to core-based licenses by counting both processors and cores across your deployments.  If you are not able to document your SQL Server deployments, we will exchange processors based on a standard conversion ratio.  We encourage you to work with your Microsoft or Partner representative to determine an optimal transition plan.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0ECAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0ECAAAAAAAAAAAABCA"></a>Can customers continue to purchase SQL Server Enterprise Edition in the server + CAL model?</strong></h5>
</div>
<div id="faq-answer-ID0ECAAAAAAAAAAAABCA">
<p>Enterprise Edition will no longer be offered in the Server + CAL model for SQL Server 2012, however to help with the transition to the new licensing model, the SQL Server 2012 Enterprise Edition will be available under the Server + CAL model through June 30, 2012.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EBAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EBAAAAAAAAAAAABCA"></a>Can existing SQL Server Enterprise Edition Server + CAL licenses be upgraded to SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0EBAAAAAAAAAAAABCA">
<p>All existing licenses of the Enterprise Edition in the Server + CAL licensing model with Software Assurance (SA) can be upgraded to SQL Server 2012, and SA can be maintained to provide access to future software updates.  These licenses will continue under the Server + CAL licensing model.</p>
</div>
</div>
<div>
<div>
<h5><strong><a id="faq-question-ID0EAAAAAAAAAAAAABCA" title="Expand/collapse" target="_blank" rel="faq-answer-ID0EAAAAAAAAAAAAABCA"></a>How will the 20 Core Server limit work for SQL Server 2012?</strong></h5>
</div>
<div id="faq-answer-ID0EAAAAAAAAAAAAABCA">
<p>Existing Enterprise Edition licenses in the Server + CAL licensing model that are upgraded to SQL Server 2012 and beyond will be limited to server deployments with 20 cores or less.  This 20 core limit only applies to SQL Server 2012 Enterprise Edition Server licenses in the Server + CAL model and will still require the appropriate number/versions of SQL Server CALs for access.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techish.net/database-2/frequently-asked-questions-about-sql-2012-licensing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2012 Licensing and Pricing FAQ</title>
		<link>http://techish.net/windows/windows-server-2012-licensing-and-pricing-faq/</link>
		<comments>http://techish.net/windows/windows-server-2012-licensing-and-pricing-faq/#comments</comments>
		<pubDate>Mon, 13 May 2013 19:04:45 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8888</guid>
		<description><![CDATA[DATACENTER AND STANDARD EDITIONS Q1. What is new in Windows Server 2012? Q2. What is the difference between Windows Server 2012 Standard edition and Windows Server 2012 Datacenter edition? Q3. Will Windows Server 2012 Standard edition have all of the &#8230; <a href="http://techish.net/windows/windows-server-2012-licensing-and-pricing-faq/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>DATACENTER AND STANDARD EDITIONS</strong></p>
<p>Q1. What is new in Windows Server 2012?</p>
<p>Q2. What is the difference between Windows Server 2012 Standard edition and Windows Server 2012 Datacenter edition?</p>
<p>Q3. Will Windows Server 2012 Standard edition have all of the same features as Windows Server 2012 Datacenter edition?</p>
<p>Q4. Is Windows Server 2012 aligning to the System Center 2012 and Enrollment for Core Infrastructure (ECI) model?</p>
<p>Q5. What are some of the features now available in Windows Server 2012 Standard that were previously only available in Windows Server 2008 R2 Enterprise and Datacenter editions?</p>
<p>Q6. How do I determine which Windows Server 2012 edition is right for me?</p>
<p>Q7. If I have a Windows Server 2012 Standard edition license, how can I increase my virtualization rights?</p>
<p>Q8. Why is Windows Server 2012 licensing moving to a processor model?</p>
<p>Q9. How do I calculate the number of licenses I need for a server?</p>
<p>Q10. Can I use one Standard license to cover a 1-processor server?</p>
<p>Q11. Can I split my Windows Server 2012 license across multiple servers?</p>
<p>Q12. Can I assign a Windows Server 2012 license to a virtual machine?</p>
<p>Q13. Can I mix Datacenter and Standard licenses on the same server?</p>
<p>Q14. Can I attach another license of a different version or edition of Windows Server to increase my virtualization rights?</p>
<p>Q15. If I want to use the bits from an earlier version or edition, what are my options?</p>
<p>Q16. Is Enterprise edition going away as part of Windows Server 2012 and why?</p>
<p>Q17. Is Web Server going away as part of Windows Server 2012 and why?</p>
<p>Q18. Are the HPC products going away as part of Windows Server 2012 and why?</p>
<p>Q19. If I have Software Assurance in place at the time that Windows Server 2012 is generally available, when will my grant be reflected in my licensing records?</p>
<p>Q20. If I have Datacenter edition with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q21. If I have Enterprise edition with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q22. If I have Standard edition with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q23. If the normal Software Assurance transition grant will not cover all of the processors in my server do I need to purchasing additional licenses?</p>
<p>Q24. If I have Web Server edition with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q25. If I have an HPC edition with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q26. What are my Software Assurance migration rights by Microsoft purchase program?</p>
<p>Q27. How much will Windows Server 2012 Standard and Datacenter editions cost?</p>
<p>Q28. Can I use my Windows Server 2008 CAL to access Windows Server 2012?</p>
<p>Q29. Do I still need a separate CAL to access Remote Desktop Services (RDS) and Active Directory Rights Management Service (ADRMS)?</p>
<p>Q30. What is the price of running Windows Server 2012 on Windows Azure under .preview. and .general availability.?</p>
<p>Q31. Can I move Windows Server 2012 licenses and images between Hyper-V and Azure?</p>
<p>Q32. What are the System Center license requirements for managing Windows Server 2012 instances running on Azure?</p>
<p>Q33. How do I license Windows Server 2012 on ECI to run some instances on Azure?</p>
<p>Q34. What are my licensing options for a Disaster Recovery server?</p>
<p>Q35. When will the Windows Server 2012 Licensing changes take place?</p>
<p>Q36. What support is available for an older version of Windows Server?</p>
<p><strong>ESSENTIALS AND FOUNDATION EDITIONS</strong></p>
<p>Q37. What is Windows Server 2012 Essentials?</p>
<p>Q38. What are some of the features that are now available in Windows Server 2012 Essentials?</p>
<p>Q39. What are the different editions available with Windows Server 2012 Essentials?</p>
<p>Q40. Will there be a next version of Windows Small Business Server 2011 Standard?</p>
<p>Q41. Will there be a next version of Windows Small Business 2011 Premium Add-on?</p>
<p>Q42. If I have Windows Small Business Server 2011 Essentials with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q43. If I have Windows Small Business Server 2011 Standard edition with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q44. If I have Windows Small Business Server 2011 Standard CAL with Software Assurance when Windows Server 2012 is released, what will I be entitled to receive?</p>
<p>Q45. If I have Windows Small Business Server 2011 Premium Add-on with Software Assurance when Windows Server 2012 is released, which edition will I be entitled to receive?</p>
<p>Q46. If I have Windows Small Business Server 2011 Premium Add-on CAL with Software Assurance when Windows Server 2012 is released, what will I be entitled to receive?</p>
<p>Q47. How much will Windows Server Essentials cost?</p>
<p>Q48. Are there any licensing changes happening to the Foundation edition as part of Windows Server 2012?</p>
<p><em>Updated as of April 12, 2013</em></p>
<p>&nbsp;</p>
<div id='stb-box-4807' class='stb-info_box' ><br />
These are all answered in the Licensing and Pricing FAQ:  <a href="http://download.microsoft.com/download/4/D/B/4DB352D1-C610-466A-9AAF-EEF4F4CFFF27/WS2012_Licensing-Pricing_FAQ.pdf">http://download.microsoft.com/download/4/D/B/4DB352D1-C610-466A-9AAF-EEF4F4CFFF27/WS2012_Licensing-Pricing_FAQ.pdf</a><br />
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://techish.net/windows/windows-server-2012-licensing-and-pricing-faq/" title="windows server 2008 r2 cal license price">windows server 2008 r2 cal license price</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/windows-server-2012-licensing-and-pricing-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOPS Calculator</title>
		<link>http://techish.net/code/iops-calculator-2/</link>
		<comments>http://techish.net/code/iops-calculator-2/#comments</comments>
		<pubDate>Mon, 13 May 2013 15:58:48 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8884</guid>
		<description><![CDATA[I have been working on a new IOPS Calculator to replace my Excel cheat sheet.]]></description>
				<content:encoded><![CDATA[<p>I have been working on a new IOPS Calculator to replace my Excel cheat sheet.</p>
<p><a href="http://www.techish.net/wp-content/uploads/2012/07/2013-05-13_115410.png"><img class="alignnone size-full wp-image-8882" alt="2013-05-13_115410" src="http://www.techish.net/wp-content/uploads/2012/07/2013-05-13_115410.png" width="424" height="536" /></a><a href="http://www.techish.net/wp-content/uploads/2012/07/2013-05-13_115308.png"><img class="alignnone size-full wp-image-8881" alt="2013-05-13_115308" src="http://www.techish.net/wp-content/uploads/2012/07/2013-05-13_115308.png" width="424" height="536" /></a> <a href="http://www.techish.net/wp-content/uploads/2012/07/2013-05-13_115204.png"><img class="alignnone size-full wp-image-8880" alt="2013-05-13_115204" src="http://www.techish.net/wp-content/uploads/2012/07/2013-05-13_115204.png" width="424" height="536" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techish.net/code/iops-calculator-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Licensing Fulfillment &#8211; Downgrade Rights</title>
		<link>http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/</link>
		<comments>http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/#comments</comments>
		<pubDate>Wed, 01 May 2013 14:17:21 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[fulfillment]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8858</guid>
		<description><![CDATA[(source) Access to Prior Product Versions – September 2012 Update Customers who have licensed software through a Microsoft Volume Licensing program are eligible to use prior versions of the software edition they have licensed. This is known as a &#8220;downgrade &#8230; <a href="http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>(<a href="http://www.microsoft.com/licensing/existing-customers/fulfillment.aspx#tab=1" target="_blank">source</a>)</p>
<h3>Access to Prior Product Versions – September 2012 Update</h3>
<div>
<ul>
<li>Customers who have licensed software through a Microsoft Volume Licensing program are eligible to use prior versions of the software edition they have licensed. This is known as a &#8220;downgrade right.&#8221; More information is provided in a Volume Licensing brief entitled, <a href="http://www.microsoft.com/licensing/about-licensing/volume-licensing-briefs.aspx">Downgrade Rights</a>, as well as in the <a href="http://www.microsoft.com/licensing/about-licensing/product-licensing.aspx">Product Use Rights</a> and <a href="http://www.microsoft.com/licensing/about-licensing/product-licensing.aspx#tab=2">Product List</a> documents.</li>
<li>If you have legally-obtained physical media (CD/DVD) of older licensed Microsoft products which your organization is currently licensed to use through downgrade rights, you may use these prior software versions at your discretion.</li>
<li>In general, the <a href="http://www.microsoft.com/licensing/existing-customers/manage-my-agreements.aspx">Volume Licensing Service Center</a> (VLSC) provides download access only to the current (N) and the last version (N-1) of products. <strong>Note:</strong> In addition to VLSC download software access, Volume Licensing customers can order physical media (CD/DVD) copies of their licensed software through VLSC.</li>
<li>With the release of new product versions previously available products are removed from VLSC as they become N-2 versions. Support for physical media purchases of these N-2 products through Microsoft also ends at this time.</li>
<li>As of December 2012, a limited set of N-2 and N-3 prior product versions remain available for download through VLSC:
<div><img alt="Previous product editions available through VLSC" src="http://i.microsoft.com/global/licensing/PublishingImages/existing-customers/version_table.png" width="564" height="170" /></div>
<p><strong>Note:</strong> In the event that Product Keys for N-2 versions that are listed above are not available from VLSC, please contact a Microsoft Product Activation Center.</li>
<li>If your organization continues to require access to specific prior version products, we recommend you first contact your Microsoft reseller to determine if they have still have media inventory. If you have received past shipments of physical Volume Licensing media (comprehensive or subscription kits) or have purchased physical CD/DVD media, you may continue to use these discs to install prior version products that are no longer available from VLSC.</li>
</ul>
</div>
<div>
<h3>Product Availability Information</h3>
<p>Microsoft releases new products and product updates for Volume Licensing customers each month. To find out what is newly available, view the following documents:</p>
<div>
<ul>
<li><a href="http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&amp;DocumentTypeId=30" target="_blank">Volume Licensing Subscription Updates Notice</a> – New products and product updates available this month to Select and Enterprise Agreement Volume Licensing customers</li>
<li><a href="http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&amp;DocumentTypeId=29" target="_blank">Shipment Content List</a> – The latest contents of physical media Comprehensive Kits and Subscription Kit updates for a variety of Volume Licensing customers</li>
</ul>
</div>
</div>
<div>
<h3>Download Fulfillment for New Volume Licensing Customers Effective December 2010</h3>
<p>Effective December 2010, new Open Value, Open Value Subscription, Campus Agreement, and School Agreement customers are provided download delivery subscription fulfillment by default. This change for new Enterprise Agreement and Select Agreement customers took effect in October 2010. Customers who wish to receive physical subscription media must submit a physical media request form through their channel partners.</p>
<div>
<h3>How to Get Updates for Microsoft Products</h3>
<p>For Volume Licensing customers, the Microsoft Volume Licensing Service Center (VLSC) is your key resource to manage your software licenses and access licensed software from Microsoft.  For those customers unable to take advantage of downloading from VLSC, due to internet access limitations, regulatory policies, or other factors, Microsoft continues to support physical media shipments (CD/DVDs) as required.</p>
<p>Product updates are available as follows:</p>
<div>
<ul>
<li><strong>By Download:</strong> To download products from the Volume Licensing Service Center (VLSC) site, sign in to VLSC, and then click <strong>Downloads</strong>. Note: To access VLSC, you must be a registered user on the site and have access to agreement data. If you need assistance accessing the site, visit the <strong>Help</strong> section to contact the Microsoft Support Center.</li>
<li><strong>As Software Product Disk Kits:</strong> Disk kits (CDs or DVDs) can be purchased from your Microsoft reseller.</li>
</ul>
</div>
</div>
<p>For more information:</p>
<div>
<ul>
<li><a href="http://download.microsoft.com/download/d/a/d/dadc688b-62c6-4b68-8834-91d0a77d2c61/Disk_Kit_MS_VL_Product_Families.doc" target="_blank">Download the list of Disk Kit Product Families</a> (Word document, 280 KB) <strong>Note:</strong> This list contains product families included in Microsoft Volume Licensing Comprehensive Welcome Kits sent to Enterprise Agreement and Select License customers if physical fulfillment is chosen. Customers with &#8220;disk kit&#8221; subscriptions are also provided periodic updates to these products.</li>
<li><a href="https://www.microsoft.com/licensing/servicecenter/Home.aspx">Go to the Volume Licensing Service Center</a></li>
<li><a href="http://www.microsoft.com/Licensing/how-to-buy/default.aspx">Contact your Microsoft reseller</a></li>
</ul>
</div>
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/" title="vlsc downgrade">vlsc downgrade</a></li><li><a href="http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/" title="fulfillment cd">fulfillment cd</a></li><li><a href="http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/" title="microsoft downgrade rights excel 2013">microsoft downgrade rights excel 2013</a></li><li><a href="http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/" title="설치(fulfillment)CD">설치(fulfillment)CD</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/microsoft-licensing-fulfillment-downgrade-rights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft End of Support and Life Cycle Information</title>
		<link>http://techish.net/windows/microsoft-end-of-support-and-life-cycle-information/</link>
		<comments>http://techish.net/windows/microsoft-end-of-support-and-life-cycle-information/#comments</comments>
		<pubDate>Wed, 01 May 2013 14:13:38 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[life cycle]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8855</guid>
		<description><![CDATA[Windows lifecycle fact sheet (source) Last updated: January 2013       Every Windows product has a lifecycle. The lifecycle begins when a product is released and ends when it&#8217;s no longer supported or sold. Knowing key dates in this lifecycle helps &#8230; <a href="http://techish.net/windows/microsoft-end-of-support-and-life-cycle-information/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div>
<h1 id="IDF_SystemTitleElement_1">Windows lifecycle fact sheet (<a href="http://windows.microsoft.com/en-gb/windows/products/lifecycle" target="_blank">source</a>)</h1>
</div>
<div id="S02Outer">
<div id="S02Mid">
<div id="S02">
<div id="ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02">
<div>
<div>
<div>
<h3>Last updated: January 2013</h3>
</div>
</div>
<div>
<p>      Every Windows product has a lifecycle. The lifecycle begins when a product is released and ends when it&#8217;s no longer supported or sold. Knowing key dates in this lifecycle helps you make informed decisions about when to upgrade or make other changes to your software. Here are the rights and limits of the Windows lifecycle.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<p><strong>End of support</strong></p>
<div>
<p>End of support refers to the date when Microsoft no longer provides automatic fixes, updates, or online technical assistance. This is the time to make sure you have the <a href="http://windows.microsoft.com/en-gb/windows/service-packs-download" data-id="pageContainer2_ID0EFHFBDA">latest available service pack</a> installed. Without Microsoft support, you will no longer receive security updates that can help protect your PC from harmful viruses, spyware, and other malicious software that can steal your personal information. For more information go to <a href="http://go.microsoft.com/fwlink/?LinkId=204451" data-id="pageContainer2_ID0EBHFBDA">Microsoft Support Lifecycle</a>.</p>
<div>
<table summary="End of support dates for Windows desktop products">
<tbody>
<tr>
<th>Desktop operating systems</th>
<th></th>
<th>Latest service pack</th>
<th></th>
<th>End of mainstream support</th>
<th></th>
<th>End of extended support</th>
</tr>
<tr>
<td>Windows XP</td>
<td></td>
<td><a href="http://windows.microsoft.com/en-gb/windows/help/learn-how-to-install-windows-xp-service-pack-3-sp3" data-id="pageContainer2_ID0EBBFFFFBDA">Service Pack 3</a></td>
<td></td>
<td>                April 14, 2009</td>
<td></td>
<td>                April 8, 2014</td>
</tr>
<tr>
<td>Windows Vista</td>
<td></td>
<td><a href="http://windows.microsoft.com/en-gb/windows-vista/learn-how-to-install-windows-vista-service-pack-2-sp2" data-id="pageContainer2_ID0EBBFDFFBDA">Service Pack 2</a></td>
<td></td>
<td>                April 10, 2012</td>
<td></td>
<td>                April 11, 2017</td>
</tr>
<tr>
<td>Windows 7</td>
<td></td>
<td><a href="http://windows.microsoft.com/en-gb/windows7/install-windows-7-service-pack-1" data-id="pageContainer2_ID0EBBFBFFBDA">Service Pack 1</a></td>
<td></td>
<td>                January 12, 2015</td>
<td></td>
<td>                January 14, 2020</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<h2>End of sales</h2>
<div>
<p>End of sales refers to the date when a particular version of Windows is no longer shipped to retailers or Original Equipment Manufacturers (OEMs). Examples of OEMS are Dell and Toshiba—PC manufacturers who often preinstall Windows software.  When a version of Windows reaches its end of sales date, it&#8217;s a good time to think about upgrading.</p>
<p>This table gives end of sales dates for specific Windows operating systems.</p>
<div>
<table summary="Windows desktop license availability">
<tbody>
<tr>
<th>Desktop operating systems</th>
<th></th>
<th>Date of general availability</th>
<th></th>
<th>Retail software end of sales *</th>
<th></th>
<th>                End of sales for PCs with Windows preinstalled</th>
</tr>
<tr>
<td>Windows XP</td>
<td></td>
<td>                December 31, 2001</td>
<td></td>
<td>                June 30, 2008</td>
<td></td>
<td>                October 22, 2010</td>
</tr>
<tr>
<td>Windows Vista</td>
<td></td>
<td>                January 30, 2007</td>
<td></td>
<td>                October 22, 2010</td>
<td></td>
<td>                October 22, 2011</td>
</tr>
<tr>
<td>Windows 7</td>
<td></td>
<td>                October 22, 2009</td>
<td></td>
<td>                To be determined</td>
<td></td>
<td>                To be determined</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p>* Note that when the retail software product reaches its end of sales date, it can still be purchased through OEMs (the company that made your PC) until it reaches the end of sales date for PCs with Windows preinstalled.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/microsoft-end-of-support-and-life-cycle-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Tool to Measure Disk IOPs and Throughput in Windows</title>
		<link>http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/</link>
		<comments>http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 16:19:29 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[iometer]]></category>
		<category><![CDATA[iops]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8842</guid>
		<description><![CDATA[Aside from Windows&#8217; built-in performance monitoring tool (perfmon) you can download IOMeter which runs on Windows for free. You can use this tool to benchmark and analyze disk IOPs and throughput, including network drives/NAS devices. Download: http://www.iometer.org/ Incoming search terms:disk &#8230; <a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Aside from Windows&#8217; built-in performance monitoring tool (perfmon) you can download IOMeter which runs on Windows for free.  You can use this tool to benchmark and analyze disk IOPs and throughput, including network drives/NAS devices.</p>
<p>Download:  <a href="http://www.iometer.org/">http://www.iometer.org/</a></p>
<p><a href="http://www.techish.net/wp-content/uploads/2013/04/screen3.jpg"><img class="alignnone size-full wp-image-8843" alt="screen3" src="http://www.techish.net/wp-content/uploads/2013/04/screen3.jpg" width="800" height="600" /></a></p>
<p><a href="http://www.techish.net/wp-content/uploads/2013/04/screen2.jpg"><img class="alignnone size-full wp-image-8844" alt="screen2" src="http://www.techish.net/wp-content/uploads/2013/04/screen2.jpg" width="800" height="600" /></a></p>
<p><a href="http://www.techish.net/wp-content/uploads/2013/04/screen1.jpg"><img class="alignnone size-full wp-image-8846" alt="screen1" src="http://www.techish.net/wp-content/uploads/2013/04/screen1.jpg" width="800" height="600" /></a></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/" title="disk iops test tool windows 7">disk iops test tool windows 7</a></li><li><a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/" title="iop testing tool for windows 7">iop testing tool for windows 7</a></li><li><a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/" title="iops measurement tool windows">iops measurement tool windows</a></li><li><a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/" title="Measure Disk IOPS Windows">Measure Disk IOPS Windows</a></li><li><a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/" title="measure iops tool windows">measure iops tool windows</a></li><li><a href="http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/" title="measure iops windows">measure iops windows</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/free-tool-to-measure-disk-iops-and-throughput-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Expand A Compressed File</title>
		<link>http://techish.net/windows/how-to-expand-a-compressed-file/</link>
		<comments>http://techish.net/windows/how-to-expand-a-compressed-file/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 14:09:50 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8839</guid>
		<description><![CDATA[You need to expand a file when you want to copy just one or two files from distribution disks of a software application without having to reinstall the whole thing. This situation occurs when you have unsuccessfully installed a program &#8230; <a href="http://techish.net/windows/how-to-expand-a-compressed-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>You need to expand a file when you want to copy just one or two files from distribution disks of a software application without having to reinstall the whole thing. This situation occurs when you have unsuccessfully installed a program which causes one or two of your system files become corrupted.</p>
<p>The compressed files that comes in the distrubution disks of your program are normally compressed. They have their original names with one character replaced with an underscore (&#8220;_&#8221;), like ole32aut.dl_ for oleaut32.dll You can expand a compressed file into its original file using the EXPAND command in DOS window as follows:</p>
<ul>
<li>open a dos window</li>
<li>change to the directory where the compressed file is located</li>
<li>type: <i>EXPAND compressed-files-name target-directory\expanded-file-name</i> for example: the compressed name is OLEAUT32.DL_ and you want to expand it into OLEAUT32.DLL in c:\windows\system you type: EXPAND oleaut32.dl_ c:\windows\system\oleaut32.dll</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/how-to-expand-a-compressed-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Script Generate PuTTy Session Shortcuts</title>
		<link>http://techish.net/windows/batch-script-generate-putty-session-shortcuts/</link>
		<comments>http://techish.net/windows/batch-script-generate-putty-session-shortcuts/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 20:36:02 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[findstr]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=8817</guid>
		<description><![CDATA[Here&#8217;s a batch script I took some time to write this afternoon that will generate shortcuts of your sessions on your desktop so you can just launch them directly from desktop. The script tries to find PuTTy executable and if &#8230; <a href="http://techish.net/windows/batch-script-generate-putty-session-shortcuts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a batch script I took some time to write this afternoon that will generate shortcuts of your sessions on your desktop so you can just launch them directly from desktop.</p>
<p>The script tries to find PuTTy executable and if not found you will have to modify code and put the path to your PuTTy binary.</p>
<p>Once it detects PuTTy, it loops through Registry entries for PuTTy (This is where sessions are stored).</p>
<p>Each session entry from the registry is then put into an .inf file which is the easiest way I found to create a shortcut programmatically by batch script.  At the end after the .INF file has been created (called shortcut.inf and put in the same folder the batch script is run from) it calls the .INF by rundll32 depending on which version of Windows (XP or older, or Vista and newer).</p>
<p>Hope this helps someone out there.  Also, if you use PuTTy and use this script let me know if it works for you if you are running Windows 2003/XP or older.  I tested this on Vista, 7 and 2008 with no problems.</p>
<p>If you couple this script with my <a href="http://www.techish.net/windows/backing-up-and-restoring-putty-sessions-and-putty-session-management/" title="Backing Up and Restoring PuTTY Sessions and PuTTY Session Management">backup script</a> I made to backup your sessions, this might make it even more portable for you&#8230;</p>
<pre>@echo off
setlocal
setlocal EnableDelayedExpansion

REM 2000/XP: %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1
REM Vista+: %SystemRoot%\System32\InfDefaultInstall.exe "%1"
REM Info for INF:  http://msdn.microsoft.com/en-us/library/windows/hardware/ff553598(v=vs.85).aspx
REM We need to know where PuTTy is installed...
REM We can do this ourselves, kinda, using "where" if the computer has it.  If not, it'll fail
REM and make user modify this script.

REM ######## SET PUTTY VARIABLE HERE ###############
REM ######## uncomment below and set full path - leave quotes in tact.
REM set putty="C:\putty.exe"




REM ##---- nothing should really need adjusted below... ----##

set /a pass=0
for /f "tokens=*" %%d in ('dir /b %systemdrive%\program*') do (
for /F "tokens=*" %%x in ('where /R "%systemdrive%\%%d" putty.exe 2^>NUL')do (
set putty=%%x
)
)

for %%a in ("%putty%") do (
set folder=%%~dpa
set name=%%~nxa
)

if "%putty%"=="" (
echo Please download PuTTy installer or set putty variable in this script to your putty.exe path.
goto eof
)

echo Found PuTTy:  %putty%


REM generate INF header
for /f %%r in ('reg query HKCU\Software\SimonTatham\Putty\Sessions ^| findstr /R /C:"^HKEY"') do (
REM strip %20 and replace with space
set footemp=%%r
set  sesstemp=!footemp:%%20= !
call :addInstallSections "!sesstemp!"
)

echo.>shortcut.inf
echo [Version] >>shortcut.inf
echo Signature=$CHICAGO$ >>shortcut.inf
echo [DefaultInstall] >>shortcut.inf
echo ProfileItems=%installSections% >>shortcut.inf

for /f %%z in ('reg query HKCU\Software\SimonTatham\Putty\Sessions ^| findstr /R /C:"^HKEY"') do (
REM strip %20 and replace with space
set foo=%%z
set  session=!foo:%%20= !
call :addShortcut "!session!"
)

call :install

goto eof

:install
REM xp-
ver | findstr /L "5." >NUL
if %ERRORLEVEL% EQU 0 (
%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 "%CD%\shortcut.inf"
)
REM vista+
ver | findstr /L "6." >NUL
if %ERRORLEVEL% EQU 0 (
%SystemRoot%\System32\InfDefaultInstall.exe "%CD%\shortcut.inf"
)
del /F /Q "%CD%\shortcut.inf"
goto eof

:addShortcut
echo Adding... %~n1
echo [%~n1] >>shortcut.inf >>shortcut.inf
echo Name = "%~n1", 0x00000008, 16409 >>shortcut.inf
echo CmdLine = -1,"%folder%","%name% -load %~n1" >>shortcut.inf
echo InfoTip = "Connect to %~n1" >>shortcut.inf
echo WorkingDir = -1, "%folder%" >>shortcut.inf
goto eof

:addInstallSections
if %pass% equ 0 ( set delimtmp=)
set installSections=%installSections%%delimtmp%%~n1
set /a pass=%pass%+1
set delimtmp=,
goto eof

:eof</pre>
<p><a href="http://www.techish.net/wp-content/uploads/2013/04/2013-04-29_163204.png"><img src="http://www.techish.net/wp-content/uploads/2013/04/2013-04-29_163204.png" alt="2013-04-29_163204" width="698" height="363" class="alignnone size-full wp-image-8818" /></a></p>
<p><a href="http://www.techish.net/wp-content/uploads/2013/04/2013-04-29_163536.png"><img src="http://www.techish.net/wp-content/uploads/2013/04/2013-04-29_163536.png" alt="2013-04-29_163536" width="879" height="735" class="alignnone size-full wp-image-8819" /></a></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://techish.net/windows/batch-script-generate-putty-session-shortcuts/" title="putty load session batch">putty load session batch</a></li><li><a href="http://techish.net/windows/batch-script-generate-putty-session-shortcuts/" title="batch script to open multiple putty sessions">batch script to open multiple putty sessions</a></li><li><a href="http://techish.net/windows/batch-script-generate-putty-session-shortcuts/" title="how to comment a scriplet in putty">how to comment a scriplet in putty</a></li><li><a href="http://techish.net/windows/batch-script-generate-putty-session-shortcuts/" title="putty shortcuts">putty shortcuts</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://techish.net/windows/batch-script-generate-putty-session-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
