<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://extended64.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Ryan's Blog</title><link>http://extended64.com/blogs/rhoffman/default.aspx</link><description>Microsoft.Evangelism.Invoke(Microsoft.Platform.Windows.x64);</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Export Windows Service List to Excel with Windows Powershell</title><link>http://extended64.com/blogs/rhoffman/archive/2008/08/12/export-windows-service-list-to-excel-with-windows-powershell.aspx</link><pubDate>Tue, 12 Aug 2008 06:53:21 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4104</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4104</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/08/12/export-windows-service-list-to-excel-with-windows-powershell.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve always had Windows Powershell installed on my system, but never needed to really dive deep into it.&amp;nbsp; Today, I saw a question on a forum, asking how to get a list of Windows Services into a printable format. That&amp;#39;s when it hit me, Powershell would be perfect for this!&amp;nbsp; So I checked out some Powershell documentation, and it turns out the Get-Service cmdlet is used to retrieve all the system services.&amp;nbsp; If you simply pipe it to the Export-Csv cmdlet, it will output the services list into a Excel-readable CSV file.&amp;nbsp; Here is the exact command I used (you can replace the path with the location you want the file to be saved):&lt;/p&gt; &lt;p&gt;&lt;pre&gt;Get-Service | Export-Csv -path &amp;quot;C:\services.csv&amp;quot;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is a screenshot of the output of this command, viewed in Excel (I deleted some columns for easier viewing):&lt;/p&gt;
&lt;div align="center"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="178" alt="image" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_thumb.png" width="240" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Get-Service Output Viewed In Microsoft Excel&lt;br /&gt;(Click to enlarge)&lt;/div&gt;
&lt;p&gt;It&amp;#39;s also easy to filter the list with Windows Powershell.&amp;nbsp; You can output only the started services, for example, by executing this command:&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;Get-Service | where {$_.Status -eq &amp;quot;Running&amp;quot;} | Export-Csv -path &amp;quot;C:\services.csv&amp;quot;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m going to be posting more about Powershell as I learn how to interact with it.&amp;nbsp; This is going to change the way I accomplish tasks on my computer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4104" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Wndows+Powershell/default.aspx">Wndows Powershell</category></item><item><title>Mediafour Releases MacDrive 7 Compatible with Windows Vista x64</title><link>http://extended64.com/blogs/rhoffman/archive/2008/07/16/mediafour-releases-macdrive-7-compatible-with-windows-vista-x64.aspx</link><pubDate>Thu, 17 Jul 2008 04:15:35 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4051</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4051</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/07/16/mediafour-releases-macdrive-7-compatible-with-windows-vista-x64.aspx#comments</comments><description>&lt;p&gt;lWith Mac OS X 10.5, Mac owners can now enjoy Windows Vista x64 on their computers.&amp;nbsp; The one major downside to using bootcamp, is that your Mac OS X partition is inaccessible while booted into Windows.&amp;nbsp; Mediafour&amp;#39;s MacDrive product changes all of that, as it is made specifically to solve this problem!&amp;nbsp; Now with their 7.0 release, it fully supports Vista x64.&amp;nbsp; This is great news for Mac owners who want to enjoy a true 64-bit operating system ;).&amp;nbsp; For more information, pricing, and a demo, check out the &lt;a href="http://www.mediafour.com/products/macdrive/"&gt;Mediafour&lt;/a&gt; website.&lt;/p&gt; &lt;p&gt;In the past, I have used Mediafour&amp;#39;s XPlay product to sync Windows Media Player with an iPod, and I can say it&amp;#39;s a very well written product.&amp;nbsp; I was extremely impressed with the design of the user interface, and the integration with Windows. I have no doubt that MacDrive 7 is just as well engineered!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4051" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/x64+Compatibility/default.aspx">x64 Compatibility</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Vista+x64/default.aspx">Vista x64</category></item><item><title>VTech usb7100 Skype Phone on Vista x64</title><link>http://extended64.com/blogs/rhoffman/archive/2008/07/15/vtech-usb7100-skype-phone-on-vista-x64.aspx</link><pubDate>Tue, 15 Jul 2008 16:12:45 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4048</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4048</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/07/15/vtech-usb7100-skype-phone-on-vista-x64.aspx#comments</comments><description>&lt;p&gt;I might be a little late to the game, but I have Skype fever.&amp;nbsp; Recently, I purchased SkypeIn and SkypeOut.&amp;nbsp; I love how Skype picks up my Outlook contacts and lets me dial them straight from my PC.&amp;nbsp; I also love that Skype has browser plug-ins that allow me to make calls from phone numbers in web pages!&lt;/p&gt; &lt;p&gt;A friend of mine gifted me a VTech usb7100 Skype phone.&amp;nbsp; This phone was released before Vista was even out, so I was unsure if it would work.&amp;nbsp; I plugged it in, and Windows identified it as a &amp;quot;USB Audio Device&amp;quot; and installed drivers for it.&amp;nbsp; After that I went to the VTech website, downloaded and installed the latest version of the USB7100 application.&amp;nbsp; It said everything was working, but no calls were working!&amp;nbsp; Every time I made a call, Skype would say Call Canceled.&lt;/p&gt; &lt;p&gt;After doing some research, I found out the cause.&amp;nbsp; VTech admitted that their software was not compatible with Windows Vista!&amp;nbsp; Doh!&amp;nbsp; Luckily after a few minutes of research, it turns out VTech Canada has a&amp;nbsp; Vista compatible version!&amp;nbsp; I have uploaded it to the &lt;a href="http://extended64.com/media/p/4047.aspx"&gt;driver database here&lt;/a&gt;, just in case it magically finds its way off the VTech Canada website (who knows!).&lt;/p&gt; &lt;div style="text-align:center;"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="480" alt="image" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_thumb.png" width="269" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Skype works!&lt;br /&gt;&lt;/strong&gt;Click to enlarge &lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4048" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Vista+x64/default.aspx">Vista x64</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Skype/default.aspx">Skype</category></item><item><title>AMD Launches Three New Quad-Core Phenom Processors!</title><link>http://extended64.com/blogs/rhoffman/archive/2008/07/01/amd-launches-three-new-quad-core-phenom-processors.aspx</link><pubDate>Tue, 01 Jul 2008 06:40:07 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4018</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4018</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/07/01/amd-launches-three-new-quad-core-phenom-processors.aspx#comments</comments><description>&lt;p&gt;Hot off the presses!&amp;nbsp; AMD has updated their quad-core lineup, and have released their new flagship Phenom processor!&amp;nbsp; Here is the meat from the press release:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Today, AMD released the AMD Phenom™ X4 9950 Black Edition quad-core processor featuring Clock Multiplier Control. Combined with AMD OverDrive™ software – the industry’s most comprehensive Windows-based performance tuning utility – the latest Black Edition processor enables customizable platform performance and tunability.* For energy-conscious users, the energy-efficient AMD Phenom X4 9350e and AMD Phenom X4 9150e processors are now available. These processors, under the most extreme operation, consume no more than 65 watts, delivering the performance of four independent cores at a low wattage – ideal for development of small and sleek form factors that can help cut down on energy consumption, take up little space, and operate with low noise. &lt;/p&gt; &lt;p&gt;The new AMD Phenom X4 9950 Black Edition processor offers gamers and enthusiast power users superb scalability and unprecedented customizable performance levels to run multiple processor-intensive applications simultaneously. The energy- efficient AMD Phenom X4 9350e and AMD Phenom X4 9150e processors benefit users by delivering the performance of AMD native quad core design with low-power consumption. These processors are designed for mainstream and energy-conscious users, and for digital media enthusiasts looking for enhanced digital content creation and consumption capabilities with energy efficiency.&lt;/p&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4018" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Phenom/default.aspx">Phenom</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/AMD/default.aspx">AMD</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Quad-Core/default.aspx">Quad-Core</category></item><item><title>AVG Internet Security 8 Firewall x64 Review</title><link>http://extended64.com/blogs/rhoffman/archive/2008/06/28/avg-internet-security-8-firewall-x64-review.aspx</link><pubDate>Sat, 28 Jun 2008 17:32:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4008</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4008</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/06/28/avg-internet-security-8-firewall-x64-review.aspx#comments</comments><description>&lt;p&gt;There are many firewall choices for Windows x64 users, so I&amp;#39;ve decided to take a look at some of the most popular products that are compatible with Windows Vista x64.&amp;nbsp; The first firewall I will look at is the one included in AVG Internet Security 8.&lt;/p&gt;
&lt;p&gt;AVG Internet Security 8 64-bit is approximately a 50mb download.&amp;nbsp; Installation was very straightforward, with just a few simple dialogs asking the location you want to install the product to, and what features you want to be installed.&amp;nbsp; Unfortunately, the installation is probably the easiest part of configuring this product.&lt;/p&gt;
&lt;p&gt;After the product is installed, a Firewall Configuration Wizard launches to guide you in initially setting up the firewall.&amp;nbsp; The first question it asks you is, &amp;quot;How is your computer connected to the Internet?&amp;quot;.&amp;nbsp; The wizard gives you four choices: Standalone computer, Computer in domain, Computer on the move, Small home or office network, and instructs you for the ideal configuration you should select ALL.&amp;nbsp; This part of the wizard is very confusing, and does not really provide a clear explanation of the right choice.&amp;nbsp; For example, if this computer is joined to a domain, isn&amp;#39;t it on a office network?&amp;nbsp; Why is joined on a domain even a choice?&amp;nbsp; Also, it is unclear what settings each choices effects.&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/Firewall-Configuration-Wizard_5F00_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;margin:0px 0px 0px 7px;border-right-width:0px;" alt="Network configuration options" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/Firewall-Configuration-Wizard_5F00_thumb.png" border="0" height="173" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Network configuration options&lt;br /&gt;&lt;/b&gt;(Click to enlarge)&lt;/p&gt;
&lt;p&gt;The wizard then scans your hard drive for known applications that will need access through the firewall.&amp;nbsp; I think this is a good feature, but I worry that scanning my computer will give access through the firewall to applications that I might not necessarily want.&amp;nbsp; In fact, after the search completes, it does not even show you the results!&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/Firewall-Configuration-Wizard-_2800_2_29005F00_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="Scanning for applications" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/Firewall-Configuration-Wizard-_2800_2_29005F00_thumb.png" border="0" height="173" width="244" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;b&gt;Scanning for applications&lt;/b&gt;&lt;br /&gt;(Click to enlarge)&lt;/p&gt;
&lt;p&gt;After the Wizard was finished, a &amp;quot;Network Detected&amp;quot; dialog appeared, asking me to name the network, and choose how it is used.&amp;nbsp; Now it wants me to pick which type of network that I&amp;#39;ve specified I had earlier in the initial wizard.&amp;nbsp; Still confusing!&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/AVG-Firewall-Profile-Switch_5F00_2.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" alt="AVG Firewall Profile Switch" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/AVG-Firewall-Profile-Switch_5F00_thumb.png" border="0" height="241" width="244" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;b&gt;Network Detected&lt;/b&gt;&lt;br /&gt;(Click to enlarge)&lt;/p&gt;
&lt;p&gt;Next, a safe adapters settings screen pops up.&amp;nbsp; It seems like this setting will override the network setting I just chose prior in the Network Detected screen.&amp;nbsp; Does this mean my firewall is protecting my main network card at all?&amp;nbsp; It is not clear!&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/Safe-adapters-settings_5F00_2.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" alt="Safe adapters settings" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/Safe-adapters-settings_5F00_thumb.png" border="0" height="244" width="240" /&gt;&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;Safe adapters settings&lt;/b&gt;&lt;br /&gt;(Click to enlarge)&lt;/p&gt;
&lt;p&gt;That is the last screen that pops up.&amp;nbsp; Configuration is now done!&amp;nbsp; Although, I&amp;#39;m not quite sure if the configuration is correct!&amp;nbsp; The usability of this firewall is extremely poor, and needs a lot of work.&amp;nbsp; One nice bit of UI that the product has is the main screen of AVG Internet Security 8, showing all of its services and the status of each.&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/AVG-Internet-Security_5F00_2.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" alt="AVG Internet Security" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/AVG-Internet-Security_5F00_thumb.png" border="0" height="175" width="244" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;b&gt;AVG Internet Security&lt;/b&gt;&lt;br /&gt;(Click to enlarge)&lt;/p&gt;
&lt;p&gt;To conclude, AVG Internet Security 8&amp;#39;s firewall is compatible with Vista x64.&amp;nbsp; It&amp;#39;s configuration is extremely complex, due to the poorly designed setup wizards.&amp;nbsp; I recommend consulting the help documentation if you were to use this firewall on your machine, as the wizards themselves do not contain enough information to help you make good decisions!&amp;nbsp; The usability problems have affected this products overall rating!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;&lt;b&gt;AVG Internet Security 8 Firewall &lt;/b&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;b&gt;Extended64.com Overall Rating - 3/10&lt;/b&gt;&lt;/h4&gt;
&lt;p&gt;&lt;b&gt;Pros:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Nice looking dashboard showing all services&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Cons:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extremely hard to configure due to poor wording in the UI!&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4008" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/64-bit/default.aspx">64-bit</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Firewall/default.aspx">Firewall</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Vista+x64/default.aspx">Vista x64</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/AVG/default.aspx">AVG</category></item><item><title>How To Upload Drivers In The Driver Database</title><link>http://extended64.com/blogs/rhoffman/archive/2008/06/27/how-to-upload-drivers-in-the-driver-database.aspx</link><pubDate>Fri, 27 Jun 2008 19:03:42 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4004</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4004</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/06/27/how-to-upload-drivers-in-the-driver-database.aspx#comments</comments><description>&lt;p&gt;Did you know that all registered users at Extended64.com can upload drivers into the Drivers Database?&amp;nbsp; This is a guide to show you how to do just that!&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt;&amp;nbsp; Log in!&amp;nbsp; You need to be a registered user to upload drivers.&amp;nbsp; Click the login link at the top of the website.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt;&amp;nbsp; Go to the Driver Database page.&amp;nbsp; It&amp;#39;s in the top navigation.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt;&amp;nbsp; Click the &amp;quot;Upload&amp;quot; button in the top right corner of the Driver Database.&amp;nbsp; Choose the category of your driver.&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_2.png"&gt;&lt;br /&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="270" alt="image" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_thumb.png" width="378" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step 4:&lt;/strong&gt; You can either upload a driver directly to the database, or specify the URL where the driver can be downloaded.&amp;nbsp; Click the Specity File / URL button, to choose where to upload the file from.&amp;nbsp; If you are uploading the file from your computer, choose the Upload File option, and hit browse to select the file.&amp;nbsp; If you are linking to a URL, choose the Link to URL option and enter the URL which the file can be downloaded at.&amp;nbsp; After you are done with either choice, choose &amp;quot;Save&amp;quot;.&lt;br /&gt;&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_4.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="368" alt="image" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_thumb_5F00_1.png" width="510" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step 5:&lt;/strong&gt; Enter a detailed name, description (optional), and add descriptive tags for the driver!&amp;nbsp; Make sure you add the Operating System as a tag, like &amp;quot;Vista x64&amp;quot; as shown in the example.&amp;nbsp; Also, try to use existing tag names, instead of making new ones!&lt;a href="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_6.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="459" alt="image" src="http://extended64.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/rhoffman/image_5F00_thumb_5F00_2.png" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step 6:&lt;/strong&gt;&amp;nbsp; Click the Save button.&amp;nbsp; You&amp;#39;re now done!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4004" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Extended64.com/default.aspx">Extended64.com</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Driver+Database/default.aspx">Driver Database</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Guide/default.aspx">Guide</category></item><item><title>Site Upgraded!</title><link>http://extended64.com/blogs/rhoffman/archive/2008/06/27/site-upgraded.aspx</link><pubDate>Fri, 27 Jun 2008 10:09:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:4000</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=4000</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2008/06/27/site-upgraded.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve upgraded the website to CommunityServer 2008!&amp;nbsp; Telligent has done
a great job with this new release, and I&amp;#39;m really digging all the new
features!&amp;nbsp; Stay tuned!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=4000" width="1" height="1"&gt;</description></item><item><title>Live Earth is ROCKING</title><link>http://extended64.com/blogs/rhoffman/archive/2007/07/07/live-earth-is-rocking.aspx</link><pubDate>Sun, 08 Jul 2007 02:59:39 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3375</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3375</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2007/07/07/live-earth-is-rocking.aspx#comments</comments><description>&lt;p&gt;Now, this has nothing to do about 64-bit.&amp;nbsp;&amp;nbsp;&amp;nbsp;In fact, I&amp;#39;m going to guess that this won&amp;#39;t even work in a 64-bit browser - but who cares.&amp;nbsp; I feel like a kid in a candy store with all the simultaneous performances that I can switch between - thanks to MSN&amp;#39;s streaming of this awesome event.&amp;nbsp; Beastie Boys, Foo Fighters, AFI, and the Red Hot Chili Peppers are just some artists im looking forward to see.&lt;/p&gt; &lt;p&gt;I urge any music fan to check out the stream, you can find it at &lt;a href="http://liveearth.msn.com/"&gt;http://liveearth.msn.com/&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3375" width="1" height="1"&gt;</description></item><item><title>Windows Vista - The Best 64-bit Windows Operating System to Date</title><link>http://extended64.com/blogs/rhoffman/archive/2007/01/26/Windows-Vista-The-Best-64bit-Windows-Operating-System-to-Date.aspx</link><pubDate>Sat, 27 Jan 2007 04:39:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3214</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3214</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2007/01/26/Windows-Vista-The-Best-64bit-Windows-Operating-System-to-Date.aspx#comments</comments><description>&lt;p&gt;When a new Microsoft product is released, everyone focuses on the product&amp;#39;s problems.&amp;nbsp; You might have seen &lt;a href="http://blogs.zdnet.com/microsoft/?p=221" target="_blank"&gt;Mary Jo Foley&amp;#39;s article sharing some of Vista&amp;#39;s &amp;quot;gotchas&amp;quot;&lt;/a&gt; - including one gotcha shared by yours truly. &amp;nbsp;&amp;nbsp;I&amp;#39;m happy to say, that there are plenty of real reasons why 64-bit Windows Vista is worth the plunge - especially if you have existing computers running Windows XP x64 / Windows Server 2003 x64.&amp;nbsp; Here are my 3 favorite improvements over Windows XP Professional x64:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;1.&amp;nbsp; &lt;/strong&gt;&lt;strong&gt;All Windows Vista Editions are available in 64-bit flavors&lt;br /&gt;&lt;/strong&gt;From Windows Vista Home Basic to Windows Vista Ultimate Edition; all the editions and their features are in Windows Vista are available in full 64-bit glory.&amp;nbsp; This opens up incredible possibilities, just think... 64-bit Media Center!&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2.&amp;nbsp; &lt;/strong&gt;&lt;strong&gt;Built-in applications are &lt;em&gt;really&lt;/em&gt; 64-bit this time&lt;br /&gt;&lt;/strong&gt;Yes, you heard me.&amp;nbsp; From Windows Calendar, to Windows Media Center, when you run these applications, they run natively on your x64 processor.&amp;nbsp; Gone are the days of where the taskbar Windows Media Player doesn&amp;#39;t work (because Windows Media Player in XP x64 was 32-bit, and Explorer was 64-bit), and gone are the days with all those *32 next to processes!&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3.&amp;nbsp; &lt;/strong&gt;&lt;strong&gt;When you buy a 32-bit Windows Vista Edition, you can switch to 64-bit Edition for free.&lt;br /&gt;&lt;/strong&gt;Buying an edition of Windows Vista means you&amp;#39;ve bought that edition - and that edition is available for 32-bit and 64-bit systems.&amp;nbsp; A Windows Vista Home Premium product key will work on the 32-bit or 64-bit version - and that&amp;#39;s the same for all the editions.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;There are plenty more great improvements for 64-bit Windows Vista.&amp;nbsp; We&amp;#39;ll dive down into more details soon! &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3214" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/64-bit/default.aspx">64-bit</category></item><item><title>Your Server Is Only Reliable As The Network Hardware In Front of It</title><link>http://extended64.com/blogs/rhoffman/archive/2007/01/26/Your-Server-Is-Only-Reliable-As-The-Network-Hardware-Infront-of-It.aspx</link><pubDate>Sat, 27 Jan 2007 03:46:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3213</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3213</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2007/01/26/Your-Server-Is-Only-Reliable-As-The-Network-Hardware-Infront-of-It.aspx#comments</comments><description>&lt;p&gt;As you might have noticed, Extended64.com and Bink.nu were down for a few hours today.&amp;nbsp; Our servers were fine - the firewall sitting in front of them was the culprit.&amp;nbsp; We&amp;#39;re back now - and hopefully we&amp;#39;ll be more stable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3213" width="1" height="1"&gt;</description></item><item><title>Windows Vista Coach Tour Wrap Up</title><link>http://extended64.com/blogs/rhoffman/archive/2007/01/20/Windows-Vista-Coach-Tour-Wrap-Up.aspx</link><pubDate>Sun, 21 Jan 2007 09:39:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3205</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3205</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2007/01/20/Windows-Vista-Coach-Tour-Wrap-Up.aspx#comments</comments><description>&lt;p&gt;This week, I&amp;rsquo;ve had an opportunity of a lifetime &amp;ndash; I got to spend five days on the Windows Vista Coach.&amp;nbsp; In those five days, I&amp;rsquo;ve ridden the bus up and down the east coast, stopping in many cities at malls, computer stores, and as many other places that we could (while maintaining somewhat of a schedule).&amp;nbsp; I&amp;rsquo;ve learned a great deal speaking to the many people who have hopped on board the bus, especially the many ways people use PC&amp;rsquo;s running Windows.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Microsoft&amp;rsquo;s marketing line is &amp;ldquo;The &amp;lsquo;wow&amp;rsquo; starts now&amp;rdquo; &amp;ndash; and we were getting plenty of wows from our visitors.&amp;nbsp; I had a blast demoing all the new features in Windows Vista that I have been using for the past year - Windows Photo Gallery, Windows Calendar,&amp;nbsp; Flip 3D, Instant Search, and Windows Sidebar (to name a few!).&amp;nbsp; One of the hands-down favorites that people loved to see was Windows Vista&amp;rsquo;s new version of Media Center.&amp;nbsp;&amp;nbsp;&amp;nbsp; I handed out a bunch of business cards, and look forward to keeping in touch with some people I&amp;rsquo;ve met on the road.&amp;nbsp; I&amp;rsquo;m especially anxious to know how Vista is running for them after they get it on their PC&amp;rsquo;s.&lt;/p&gt;&lt;p&gt;The most memorable part of the trip, for me, was our ride through Washington, DC.&amp;nbsp; I&amp;rsquo;ve never been to DC before, and we drove past many famous landmarks.&amp;nbsp; I was lucky enough to get a great shot of the coach driving past the Capitol Building &amp;ndash; that was a great &amp;ldquo;vista&amp;rdquo;!&amp;nbsp; &lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://extended64.com/photos/rhoffman/picture3197.aspx" target="_blank"&gt;&lt;img border="0" height="300" src="http://extended64.com/photos/rhoffman/images/3197/400x300.aspx" width="400" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The four other people on the bus, Nick White from Microsoft, Terri Straton from TheTabletPC.net, Brandon LeBlanc from MSTechToday.com, and our excellent driver, Charlie, has made the last week an incredible amount of fun.&amp;nbsp; Without them, this trip would certainly not have been the same.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Note: Just want to point out, the tour is continuing still - just without me.&amp;nbsp; I have real world obligations this week ;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3205" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Windows+Vista+Coach+Tour/default.aspx">Windows Vista Coach Tour</category></item><item><title>Certified for Windows Vista?  Not Good Enough for x64!</title><link>http://extended64.com/blogs/rhoffman/archive/2007/01/06/Certified-for-Windows-Vista_3F00_--Not-Good-Enough-x64_2100_.aspx</link><pubDate>Sun, 07 Jan 2007 01:47:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3172</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3172</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2007/01/06/Certified-for-Windows-Vista_3F00_--Not-Good-Enough-x64_2100_.aspx#comments</comments><description>&lt;p class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';"&gt;The biggest shock of the day:&amp;nbsp; hardware certified for Windows Vista does not guarantee that it is supported under 64-bit versions of Windows Vista.&lt;span&gt;&amp;nbsp; &lt;/span&gt;This is bad news for the adoption of 64-bit Windows on the desktop.&lt;span&gt;&amp;nbsp; &lt;/span&gt;What&amp;rsquo;s the point of the logo, when it only is half true?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img border="0" height="110" src="http://microsoft.mrmpslc.com/InnovateOnWindowsVista/images/badge_certified_blue.gif" width="75" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3172" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://extended64.com/blogs/rhoffman/archive/tags/x64+Hardware/default.aspx">x64 Hardware</category></item><item><title>One Month Later: My experiences with Windows Vista</title><link>http://extended64.com/blogs/rhoffman/archive/2006/12/23/One-Month-Later_3A00_-My-experiences-with-Windows-Vista.aspx</link><pubDate>Sun, 24 Dec 2006 08:39:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3147</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3147</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2006/12/23/One-Month-Later_3A00_-My-experiences-with-Windows-Vista.aspx#comments</comments><description>&lt;p&gt;Last week, the Bink.nu news poster &amp;quot;Spy&amp;quot; wrote about his experiences with Windows Vista.&amp;nbsp; I have been using the final version of Windows Vista since it was released on MSDN, and I have had a completely different experience then Spy.&amp;nbsp; The first thing I&amp;#39;d like to do, is share the specs of the systems that I use Windows Vista on.&lt;/p&gt;&lt;table cellpadding="2" cellspacing="0"&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Desktop (Custom Built):&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;AMD Athlon64 FX-60 Dual Core CPU (2.61ghz)&lt;br /&gt;2gb of DDR1 RAM&lt;br /&gt;128mb nVidia GeForce 6800GT&lt;br /&gt;Two 80gb SATA2 7200rpm Drives (One is OS drive)&lt;br /&gt;250gb SATA2 7200rpm Drive&lt;br /&gt;Hauppauge WinTV PVR-USB2 TV Tuner&lt;br /&gt;Dell 20.1&amp;quot; Widescreen LCD (Res: 1680x1050)&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Laptop (Gateway M-285e Tablet PC):&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Intel Core Duo T2400 (1.83ghz)&lt;br /&gt;2gb of DDR2 RAM&lt;br /&gt;128mb ATI Mobility Radeon x1400&lt;br /&gt;60gb SATA2 5400rpm 2.5&amp;quot; Drive&lt;br /&gt;14&amp;quot; Widescreen Tablet LCD (Res: 1280x768)&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;On a clean install, both machines run very well.&amp;nbsp; All of my hardware is installed, and works perfectly - this is one of the major reasons why I have a good Vista experience.&amp;nbsp; On both machines, I have a similar software configuration:&amp;nbsp; Office 2007, Visual Studio 2005, SQL Server 2005, Codesmith Studio 4.0, Adobe Photoshop CS2, Windows Live Messenger, AIM 6.0, Skype, Napster, Audacity, and I even have Firefox installed.&amp;nbsp; Right now on my desktop, I have all of the following applications running: AIM, 2 Remote Desktop Connections, Microsoft SQL Server 2005 Management Studio, CodeSmith Studio 4.0, Visual Studio 2005, 9 Notepads, 6 Internet Explorers (all with several tabs open), Word 2007, Outlook 2007, 3 Command Prompts, 11 Windows Live Messenger windows, Windows Media Player, and 2 explorer windows open.&amp;nbsp; My system is not slower with all these applications open, and all the applications are responding nicely.&lt;/p&gt;&lt;p&gt;My favorite part of Windows Vista (currently) is the new version of Media Center.&amp;nbsp; I have an XBOX360, and I use it as a Media Center Extender - it all has worked flawlessly for me.&amp;nbsp; There&amp;#39;s no better feeling then coming home at night, and seeing all the newly recorded TV shows that are ready to watch!&lt;/p&gt;&lt;p&gt;The biggest problems I&amp;#39;ve had with Windows Vista are with software incompatibilities.&amp;nbsp; For example, the default installation of Napster freezes when I launch it.&amp;nbsp; With some compatibility settings enabled, Napster runs perfectly fine.&amp;nbsp; I run my systems with UAP turned on - as I feel this is something that I need to have enabled, if I&amp;#39;m going to support it on my friend&amp;#39;s machines.&amp;nbsp; Skype, SQL Management Studio, and Visual Studio all require administrative privileges, so I have the &amp;quot;Run this program as an administrator&amp;quot; compatibility setting in each application&amp;#39;s shortcut.&lt;/p&gt;&lt;p&gt;My current system uptime is 11 days, 14 hours - and this proves that Windows Vista is highly reliable for me.&amp;nbsp; I&amp;#39;ve not once experienced a system crash, in fact, Vista feels more reliable then XP at first.&lt;/p&gt;&lt;p&gt;Overall, I&amp;#39;m extremely happy with Windows Vista.&amp;nbsp; I don&amp;#39;t think I would be happy using an XP machine anymore - I am too accustomed to the enhancements that Vista offers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3147" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Windows+Vista/default.aspx">Windows Vista</category></item><item><title>Windows Vista Add A New Font Dialog</title><link>http://extended64.com/blogs/rhoffman/archive/2006/09/24/Windows-Vista-_2600_quot_3B00_Add-A-New-Font_2600_quot_3B00_-Dialog.aspx</link><pubDate>Sun, 24 Sep 2006 15:19:00 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3046</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3046</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2006/09/24/Windows-Vista-_2600_quot_3B00_Add-A-New-Font_2600_quot_3B00_-Dialog.aspx#comments</comments><description>&lt;p&gt;There is a dialog in Windows that hasn&amp;#39;t changed since the Windows 3.x generation.&amp;nbsp; If you&amp;#39;re in the Fonts folder, the context menu has an option to &amp;quot;Install a new font...&amp;quot;.&amp;nbsp; Clicking this option provides the decade plus old dialog box.&amp;nbsp; I have been telling Microsoft about this issue for the last TWO years.&amp;nbsp; Since there has been no change, I recently wrote a quick article about this on Bink.nu.&amp;nbsp; Unfortunately, this article is now being used to prove why Mac OS X is better, why Microsoft doesn&amp;#39;t care about Vista - just to name a few of the&amp;nbsp;wrong points to take away from my article.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;a href="http://shellrevealed.com/forums/permalink/1094/1143/ShowThread.aspx#1143" target="_blank"&gt;Microsoft&amp;#39;s response on this whole thing&lt;/a&gt;, is that no one uses this feature, and since drag and drop is another way to install fonts, there is no use in fixing this minor dialog for use in the current century.&amp;nbsp; How did I find the dialog?&amp;nbsp; Well, one day, long ago, when Windows 3.1 was the biggest and the best we had, &lt;strong&gt;I used this dialog.&lt;/strong&gt;&amp;nbsp; The whole &amp;quot;Drag and Drop&amp;quot; story wasn&amp;#39;t really there during those days, and there was no Explorer!&amp;nbsp; File Manager didn&amp;#39;t have any type of extension for the Fonts folder (I don&amp;#39;t even think the shell extension concept was around then...), and the only way to add Fonts was in the Control Panel.&amp;nbsp; Naturally, when I used later versions of Windows, this Font dialog was second nature to me, so I found it and used it to install Fonts.&lt;/p&gt;&lt;p&gt;Now, I may be a weird user that actually uses the &amp;quot;Add A New Font&amp;quot; dialog in Windows, but for years I have&amp;nbsp;thought of ways to expand and improve it.&amp;nbsp; For one, it should search your system for all font files, and show you previews of the found fonts (and not just&amp;nbsp;the font&amp;#39;s&amp;nbsp;name).&amp;nbsp; It would be simple to use, so that installing a font never took more then two clicks, and it would appear in a modern Windows Vista task dialog.&amp;nbsp; When selecting a bunch of fonts, if a font already exists on the system, it should be skipped automatically (this is behavior is different then today, and it certainly isn&amp;#39;t ideal), and it should have an animated font installation&amp;nbsp;copy dialog&amp;nbsp;(kind of like the new File Copy windows).&lt;/p&gt;&lt;p&gt;Now, this may be a lot of work for Microsoft, but it would be certainly worth it.&amp;nbsp; It&amp;#39;s a way to turn a non-feature into a positive, and a way to make sure Windows Vista is all around polished.&amp;nbsp; Maybe this could make a Vista service pack :-).&lt;/p&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3046" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Windows+Vista/default.aspx">Windows Vista</category></item><item><title>Telligent Internship Completed</title><link>http://extended64.com/blogs/rhoffman/archive/2006/09/01/Telligent-Internship-Completed.aspx</link><pubDate>Fri, 01 Sep 2006 22:10:08 GMT</pubDate><guid isPermaLink="false">62beb1cc-7674-4ee6-8863-3d9157c460e3:3022</guid><dc:creator>Ryan Hoffman</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://extended64.com/blogs/rhoffman/rsscomments.aspx?PostID=3022</wfw:commentRss><comments>http://extended64.com/blogs/rhoffman/archive/2006/09/01/Telligent-Internship-Completed.aspx#comments</comments><description>&lt;p&gt;In the last two months, I feel like I've become a member of the Telligent team.&amp;nbsp; I have brought home many great memories, and a lot of great lessons that will help me&amp;nbsp;over the course of my &amp;nbsp;life and my career.&lt;/p&gt; &lt;p&gt;What makes Telligent great is not the free drinks, the ping-pong table, or Counter-Strike gaming; it's the amazing employees who come in early, and leave late in the afternoon.&lt;/p&gt; &lt;p&gt;What exactly did I work on at Telligent?&amp;nbsp; Today,&amp;nbsp;Rob Howard &lt;a href="http://weblogs.asp.net/rhoward/archive/2006/09/01/Build-it-quickly_2C00_-use-it-as-soon-as-possible_2C00_-and-make-it-simple.aspx"&gt;spilled the beans&lt;/a&gt;.&amp;nbsp; I worked on the case management system in the Telligent CRM.&amp;nbsp; So there you have it ;).&lt;/p&gt; &lt;p&gt;I'd like to thank everyone at Telligent who made my internship possible.&amp;nbsp; I have a lot of respect for a company that put up with a punk 19 year old kid (me) for two months ;).&lt;/p&gt;&lt;img src="http://extended64.com/aggbug.aspx?PostID=3022" width="1" height="1"&gt;</description><category domain="http://extended64.com/blogs/rhoffman/archive/tags/Personal/default.aspx">Personal</category></item></channel></rss>