<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Thoughts about IIS (and now SharePoint!) : Misc.</title><link>http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx</link><description>Tags: Misc.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Are you running a 32-bit OS on your 64-bit capable machine?</title><link>http://blogs.msdn.com/jb/archive/2009/05/21/are-you-running-a-32-bit-os-on-your-64-bit-capable-machine.aspx</link><pubDate>Thu, 21 May 2009 12:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633924</guid><dc:creator>jamesbl</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jb/comments/9633924.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=9633924</wfw:commentRss><description>&lt;p&gt;I recently formatted my wife’s notebook in order to install &lt;a href="http://www.microsoft.com/windows/windows-7/" target="_blank"&gt;Windows 7&lt;/a&gt; Release Candidate (RC).&amp;#160; I was curious whether her system was 64-bit capable or not, so I whipped up the following script, which answered the question for me (yes, it was, btw).&lt;/p&gt;  &lt;p&gt;This is a very basic script, but answered the question easy enough.&amp;#160; Hopefully, it can help you in some way as well:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2" face="Courier New"&gt;On Error Resume Next       &lt;br /&gt;Const wbemFlagReturnImmediately = &amp;amp;h10        &lt;br /&gt;Const wbemFlagForwardOnly = &amp;amp;h20        &lt;br /&gt;arrComputers = Array(&amp;quot;localhost&amp;quot;)&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;For Each strComputer In arrComputers       &lt;br /&gt;&amp;#160;&amp;#160; WScript.Echo        &lt;br /&gt;&amp;#160;&amp;#160; WScript.Echo &amp;quot;==========================================&amp;quot;        &lt;br /&gt;&amp;#160;&amp;#160; WScript.Echo &amp;quot;Computer: &amp;quot; &amp;amp; strComputer        &lt;br /&gt;&amp;#160;&amp;#160; WScript.Echo &amp;quot;==========================================&amp;quot;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;#160;&amp;#160; Set objWMIService = GetObject(&amp;quot;winmgmts:\\&amp;quot; &amp;amp; strComputer &amp;amp; &amp;quot;\root\CIMV2&amp;quot;)       &lt;br /&gt;&amp;#160;&amp;#160; Set colItems = objWMIService.ExecQuery(&amp;quot;SELECT * FROM Win32_Processor&amp;quot;, &amp;quot;WQL&amp;quot;, _        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; wbemFlagReturnImmediately + wbemFlagForwardOnly)&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;#160;&amp;#160; For Each objitem in colitems       &lt;br /&gt; WScript.Echo objItem.DeviceID        &lt;br /&gt; WScript.Echo &amp;quot;&amp;#160;&amp;#160; DataWidth&amp;#160;&amp;#160;&amp;#160; = &amp;quot; &amp;amp; objItem.DataWidth        &lt;br /&gt; WScript.Echo &amp;quot;&amp;#160;&amp;#160; AddressWidth = &amp;quot; &amp;amp; objItem.AddressWidth&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt; If objItem.DataWidth &amp;gt; objItem.AddressWidth Then       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WScript.Echo &amp;quot;Your hardware is 64-bit capable, but you are running on a 32-bit operating system.&amp;quot;        &lt;br /&gt; End If        &lt;br /&gt;&amp;#160;&amp;#160; Next        &lt;br /&gt;Next&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Simply save the above as a file and run it via “&lt;strong&gt;cscript &amp;lt;filename.vbs&amp;gt;&lt;/strong&gt;” as normal.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9633924" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>My Brother-in-law…</title><link>http://blogs.msdn.com/jb/archive/2009/03/09/my-brother-in-law.aspx</link><pubDate>Mon, 09 Mar 2009 17:27:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9467798</guid><dc:creator>jamesbl</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jb/comments/9467798.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=9467798</wfw:commentRss><description>&lt;p&gt;THE Ops Manager…&amp;#160; Here’s my thousand words:&lt;/p&gt; &lt;a href="http://blogs.msdn.com/blogfiles/jb/WindowsLiveWriter/MyBrotherinlaw_8508/the_ops_mgr_2.jpg" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="the_ops_mgr" border="0" alt="the_ops_mgr" src="http://blogs.msdn.com/blogfiles/jb/WindowsLiveWriter/MyBrotherinlaw_8508/the_ops_mgr_thumb.jpg" width="434" height="484" /&gt;&lt;/a&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9467798" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>Please Bring Back my IE</title><link>http://blogs.msdn.com/jb/archive/2008/11/13/please-bring-back-my-ie.aspx</link><pubDate>Fri, 14 Nov 2008 02:47:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9067888</guid><dc:creator>jamesbl</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/jb/comments/9067888.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=9067888</wfw:commentRss><description>&lt;p&gt;Every time I install a fresh copy of Vista and/or Server 2008, I have to dig this up and “remember” how to bring back my IE icon on the desktop, since there’s no longer a way in the UI to do it, so I thought I’d share this with you (and me next time I need it!) as well.&amp;#160; Hopefully it will save you some time.&lt;/p&gt;  &lt;p&gt;Using Regedit, navigate to the following registry key:&lt;/p&gt;  &lt;p&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel&lt;/p&gt;  &lt;p&gt;Locate the value &lt;strong&gt;{871C5380-42A0-1069-A2EA-08002B30309D}&lt;/strong&gt; in the right pane and change it from a 1 to a 0.&lt;/p&gt;  &lt;p&gt;Finally, refresh your desktop by selecting it with the mouse and pressing F5 (or secondary click and choose “Refresh”).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;:&amp;#160; You can also make this change under HKEY_LOCAL_SYSTEM for a system wide change for all users, instead of for one specific user.&amp;#160; Keep in mind, however, if the value exists in both places, the one located under HKEY_CURRENT_USER will be used.&lt;/p&gt;  &lt;p&gt;To save you some time, here are the contents of the .REG file:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&lt;strong&gt;Windows Registry Editor Version 5.00 &lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&lt;strong&gt;[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]         &lt;br /&gt;&amp;quot;{871C5380-42A0-1069-A2EA-08002B30309D}&amp;quot;=dword:00000000&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9067888" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>Are you SharePoint Designer Challenged?</title><link>http://blogs.msdn.com/jb/archive/2008/02/28/are-you-sharepoint-designer-challenged.aspx</link><pubDate>Fri, 29 Feb 2008 00:42:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7937542</guid><dc:creator>jamesbl</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jb/comments/7937542.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=7937542</wfw:commentRss><description>&lt;p&gt;I know I am... Like me, you might also like two new downloads that have been recently posted.&lt;/p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5b10f061-41d4-48ce-85cb-01d46772240d&amp;amp;DisplayLang=en" target="_blank"&gt;Office SharePoint Designer 2007 Training Standalone Edition&lt;/a&gt;&lt;br&gt;and&lt;br&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6a429664-a911-4ad3-9856-f1b0ae7a136e&amp;amp;DisplayLang=en" target="_blank"&gt;Office SharePoint Designer 2007 Training Portal Edition&lt;/a&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7937542" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category><category domain="http://blogs.msdn.com/jb/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>For those craving keyboard efficiency morsels</title><link>http://blogs.msdn.com/jb/archive/2007/09/26/for-those-craving-keyboard-efficiency-morsels.aspx</link><pubDate>Wed, 26 Sep 2007 02:17:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5130873</guid><dc:creator>jamesbl</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/jb/comments/5130873.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=5130873</wfw:commentRss><description>&lt;p&gt;Often times when delivering a training class, while browsing around in Explorer, I will hit a particular keystroke which almost always elicits conversation from my students who are paying close attention... I am not sure why, but it appears to be a little known keyboard shortcut that I use quite often that is the center of the conversation.&lt;/p&gt; &lt;p&gt;Consider the following example of a listview which contains items that we really want to see, but the shell doesn't want us to see &lt;em&gt;completely&lt;/em&gt; for some reason:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/jb/WindowsLiveWriter/Forthosecravingkeyboardefficiencymorsels_10135/image_2.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="167" alt="Before holding down CTRL and pressing + on the numpad" src="http://blogs.msdn.com/blogfiles/jb/WindowsLiveWriter/Forthosecravingkeyboardefficiencymorsels_10135/image_thumb_2.png" width="506" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;From here, all we can tell is there are two files that currently look exactly alike.&amp;nbsp; Bummer.&lt;/p&gt; &lt;p&gt;Now for the coolness.&amp;nbsp; While holding the CTRL key down, press the + sign on the numpad (or for you laptop users, the numpad equivalent&amp;nbsp;of &lt;em&gt;&lt;u&gt;CTRL +&amp;nbsp;Fn + /&lt;/u&gt;&lt;/em&gt; ).&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/jb/WindowsLiveWriter/Forthosecravingkeyboardefficiencymorsels_10135/image_3.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="167" alt="After holding down CTRL and pressing + on the numpad" src="http://blogs.msdn.com/blogfiles/jb/WindowsLiveWriter/Forthosecravingkeyboardefficiencymorsels_10135/image_thumb_3.png" width="506" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;As you can see, *all* columns are appropriately sized in one&amp;nbsp;swift keyboard move.&lt;/p&gt; &lt;p&gt;Another one of my favorite morsels&amp;nbsp;as a lefty is CTRL+INSERT for Copy&amp;nbsp;and SHIFT+INSERT for Paste.&amp;nbsp; No need to remove your left hand from that mouse...&lt;strong&gt;except in the Outlook reading pane&lt;/strong&gt;...ugh.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5130873" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>For you camera buffs out there</title><link>http://blogs.msdn.com/jb/archive/2007/05/20/for-you-camera-buffs-out-there.aspx</link><pubDate>Sun, 20 May 2007 08:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2745940</guid><dc:creator>jamesbl</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jb/comments/2745940.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=2745940</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;Have you ever popped in a flash card from your digital camera on a &lt;U&gt;Windows Server 2003&lt;/U&gt; &lt;FONT face=Tahoma&gt;&lt;/FONT&gt;machine and were annoyed that it does not automatically mount it and create a drive letter for you?&amp;nbsp; So you then must open the Disk Management MMC and give it a drive letter manually, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;This was bugging me so I dug around and finally found out how to make this happen automatically, like on a Windows XP box.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;Just run “&lt;B style="mso-bidi-font-weight: normal"&gt;mountvol /e&lt;/B&gt;” – this will set a registry key (&lt;A class="" href="http://support.microsoft.com/kb/822653" target=_blank mce_href="http://support.microsoft.com/kb/822653"&gt;NoAutoMount&lt;/A&gt;) to a 0, which defaults to 1 on Server 2003… Now your compactflash/sd/xd cards will automatically get mounted and assigned a drive letter upon insertion.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Tahoma&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma&gt;Note:&amp;nbsp; This should also work for removable USB drives, too.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2745940" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>Yes, you have reached the end of the Internet...</title><link>http://blogs.msdn.com/jb/archive/2006/01/13/512565.aspx</link><pubDate>Fri, 13 Jan 2006 19:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:512565</guid><dc:creator>jamesbl</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jb/comments/512565.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jb/commentrss.aspx?PostID=512565</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Soon to come above &lt;FONT style="BACKGROUND-COLOR: #ffffff"&gt;will be some&amp;nbsp;common IIS issues I run into while using various versions of IIS (namely IIS6).&amp;nbsp; Please hold...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=512565" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jb/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item></channel></rss>