<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.antiyes.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>www.antiyes.com - windows</title>
 <link>http://www.antiyes.com/taxonomy/term/24/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Windows 1.0</title>
 <link>http://www.antiyes.com/windows-10</link>
 <description>&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/tGvHNNOLnCk?fs=1&amp;amp;hl=en_US&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;embed src=&quot;http://www.youtube.com/v/tGvHNNOLnCk?fs=1&amp;amp;hl=en_US&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
 <comments>http://www.antiyes.com/windows-10#comments</comments>
 <category domain="http://www.antiyes.com/category/tags/ad">ad</category>
 <category domain="http://www.antiyes.com/category/tags/ballmer">ballmer</category>
 <category domain="http://www.antiyes.com/category/tags/funny">funny</category>
 <category domain="http://www.antiyes.com/category/programming/microsoft">microsoft</category>
 <category domain="http://www.antiyes.com/category/tags/video">video</category>
 <category domain="http://www.antiyes.com/category/programming/windows">windows</category>
 <pubDate>Tue, 19 Oct 2010 01:36:20 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">357 at http://www.antiyes.com</guid>
</item>
<item>
 <title>Hosting Your Party</title>
 <link>http://www.antiyes.com/hosting-your-party</link>
 <description>&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/1cX4t5-YpHQ&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;embed src=&quot;http://www.youtube.com/v/1cX4t5-YpHQ&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
 <comments>http://www.antiyes.com/hosting-your-party#comments</comments>
 <category domain="http://www.antiyes.com/category/tags/joke">joke</category>
 <category domain="http://www.antiyes.com/category/programming/microsoft">microsoft</category>
 <category domain="http://www.antiyes.com/category/programming/windows">windows</category>
 <category domain="http://www.antiyes.com/category/tags/windows-7-launch-party">Windows 7 Launch party</category>
 <pubDate>Tue, 29 Sep 2009 20:26:03 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">279 at http://www.antiyes.com</guid>
</item>
<item>
 <title>SQL Server 2008 Installation</title>
 <link>http://www.antiyes.com/sql-server-2008-installation</link>
 <description>&lt;p&gt;
Today I had the task of installing SQL Server 2008 on some new Windows Server 2008 Boxes.  At first things seemed to go fine, installing updates here and there, but when it came to installing SQL Server there seemed to be a problem:
&lt;/p&gt;&lt;p&gt;
System Configuration Checker had this error:
&lt;div style=&quot;background-color:Gainsboro; padding:10px; border:outset 2px black;&quot;&gt;
Windows PowerShell is not installed.  To continue,
please install Windows PowerShell
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
&lt;br /&gt;
Windows Server 2008 is supposed to come with PowerShell, why would this server not have it?  It turns out that Windows Server 2008 has PowerShell built-in, but it&#039;s not installed yet (at least not for me).
&lt;/p&gt;
&lt;p&gt;
This is what i had to do to get it working:
&lt;div style=&quot;background-color:Gainsboro; padding:10px; border:outset 2px black;&quot;&gt;
%windir%\system32\servermanagercmd.exe -install powershell
&lt;div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
&lt;br /&gt;
The next snag was caused by us not having a good enough password set, fixed by using a better password.
&lt;/p&gt;
&lt;p&gt;
Here is the next error:
&lt;div style=&quot;background-color:Gainsboro; padding:10px; border:outset 2px black;&quot;&gt;
The specified sa password does not meet strong password requirements. For more information about strong password requirements, see &quot;Database Engine Configuration - Account Provisioning&quot; in Setup Help or in SQL Server 2008 Books Online.
&lt;/div&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
After these small issues installation went fine and everything is now working.
&lt;br /&gt;
&lt;br /&gt;</description>
 <comments>http://www.antiyes.com/sql-server-2008-installation#comments</comments>
 <category domain="http://www.antiyes.com/category/tags/server">server</category>
 <category domain="http://www.antiyes.com/category/tags/sql">sql</category>
 <category domain="http://www.antiyes.com/category/tags/sql-server">sql server</category>
 <category domain="http://www.antiyes.com/category/programming/windows">windows</category>
 <pubDate>Fri, 21 Aug 2009 13:43:38 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">223 at http://www.antiyes.com</guid>
</item>
<item>
 <title>Codestock 2009 Agenda</title>
 <link>http://www.antiyes.com/codestock</link>
 <description>&lt;p&gt;The &lt;a href=&quot;http://www.codestock.org&quot;&gt;Codestock&lt;/a&gt; agenda has been posted, here&#039;s the pdf &lt;a href=&quot;/UserFiles/File/CodeStockSchedule2009.pdf&quot;&gt;CodeStockSchedule2009.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;131&quot; width=&quot;250&quot; alt=&quot;&quot; src=&quot;/UserFiles/Image/codestock_lowres.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;395&quot; width=&quot;250&quot; alt=&quot;&quot; src=&quot;/UserFiles/Image/nerdskull_lowres_2009.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <category domain="http://www.antiyes.com/category/programming/net">.net</category>
 <category domain="http://www.antiyes.com/category/programming/c">c#</category>
 <category domain="http://www.antiyes.com/category/programming/php">php</category>
 <category domain="http://www.antiyes.com/category/programming/visual-studio">visual studio</category>
 <category domain="http://www.antiyes.com/category/programming/windows">windows</category>
 <pubDate>Tue, 09 Jun 2009 03:46:45 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">196 at http://www.antiyes.com</guid>
</item>
<item>
 <title>Visual Studio 2010 Beta1</title>
 <link>http://www.antiyes.com/programming/net/visual-studio-2010-beta</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://blogs.msdn.com/dannawi/archive/2009/05/15/visual-studio-2010-beta-1-available-for-the-msdn-subscribers-on-monday-may-18th.aspx&quot;&gt;http://blogs.msdn.com/dannawi/archive/2009/05/15/visual-studio-2010-beta-1-available-for-the-msdn-subscribers-on-monday-may-18th.aspx&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Visual Studio 2010 Beta 1 available for the MSDN subscribers on Monday May 18th&lt;/h2&gt;
&lt;p&gt;On Monday, May 18th, Visual Studio 2010 Beta 1 (Professional, Suite and Team Foundation Server) will be available to MSDN Subscribers through MSDN Subscriber Downloads and to the general public on Wednesday, May 20th through Microsoft Downloads.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;223&quot; border=&quot;0&quot; width=&quot;391&quot; src=&quot;/UserFiles/Image/hero_2010_v3.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
</description>
 <category domain="http://www.antiyes.com/category/programming/net-framework">.net framework</category>
 <category domain="http://www.antiyes.com/category/programming/aspnet">asp.net</category>
 <category domain="http://www.antiyes.com/category/programming/c">c#</category>
 <category domain="http://www.antiyes.com/category/programming/visual-studio">visual studio</category>
 <category domain="http://www.antiyes.com/category/programming/windows">windows</category>
 <pubDate>Fri, 15 May 2009 12:18:16 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">185 at http://www.antiyes.com</guid>
</item>
<item>
 <title>Stir Trek</title>
 <link>http://www.antiyes.com/event/stir-trek</link>
 <description>&lt;div class=&quot;field field-type-datetime field-field-eventdatetime&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;When:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;span class=&quot;date-display-single&quot;&gt;Friday, May 8, 2009 - &lt;span class=&quot;date-display-start&quot;&gt;9:00am&lt;/span&gt;&lt;span class=&quot;date-display-separator&quot;&gt; - &lt;/span&gt;&lt;span class=&quot;date-display-end&quot;&gt;6:00pm&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Stir Trek is an opportunity to learn about the key announcements from the &lt;a href=&quot;http://live.visitmix.com/&quot;&gt;Mix 09         conference&lt;/a&gt;, at a location that is a little closer to home, and in the comfort of         a movie theater. There will be 10 sessions, in two tracks, so you&amp;rsquo;ll be able to         pick the content that interests you the most.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.antiyes.com/event/stir-trek&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.antiyes.com/event/stir-trek#comments</comments>
 <category domain="http://www.antiyes.com/category/programming/net">.net</category>
 <category domain="http://www.antiyes.com/category/programming/aspnet">asp.net</category>
 <category domain="http://www.antiyes.com/category/programming/c">c#</category>
 <category domain="http://www.antiyes.com/category/programming/windows">windows</category>
 <pubDate>Thu, 30 Apr 2009 01:38:33 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">175 at http://www.antiyes.com</guid>
</item>
</channel>
</rss>


