<?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>Jim's Random Notes &#187; Windows Vista</title>
	<atom:link href="http://blog.mischel.com/category/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mischel.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 21:16:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More Windows Vista bits</title>
		<link>http://blog.mischel.com/2008/03/15/more-windows-vista-bits/</link>
		<comments>http://blog.mischel.com/2008/03/15/more-windows-vista-bits/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 17:46:12 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.mischel.com/2008/03/15/more-windows-vista-bits/</guid>
		<description><![CDATA[Windows Vista (and Windows Server 2008) have formalized the idea of a &#8220;public&#8221; directory&#8211;a directory on your computer where you can share files with other users.  In previous versions, you had to create a folder yourself (often called &#8220;Public&#8221;) and share it.  Vista has a special folder called &#8220;Public&#8221;, and subfolders named &#8220;Public [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Vista (and Windows Server 2008) have formalized the idea of a &#8220;public&#8221; directory&#8211;a directory on your computer where you can share files with other users.  In previous versions, you had to create a folder yourself (often called &#8220;Public&#8221;) and share it.  Vista has a special folder called &#8220;Public&#8221;, and subfolders named &#8220;Public Documents,&#8221; &#8220;Public Downloads,&#8221; &#8220;Public Music,&#8221; etc.  If you enable public folder sharing, then files in those directories are accessible by anybody who can locate your computer on the network.</p>
<p>It can be a bit confusing, though.  Here&#8217;s a screen shot of Windows Explorer showing the Public folder on my machine:</p>
<p><img src="http://blog.mischel.com/wp-content/uploads/2008/03/public1.jpg" /></p>
<p>Looking at that, you&#8217;d expect the UNC path to my &#8220;Public Downloads&#8221; directory to be &#8220;\\JIMM\Public\Public Downloads&#8221;.  But if you try it, you&#8217;ll quickly find that the path does not exist.  Where, then, is it?</p>
<p>If you click in the address bar of Windows Explorer (image below), you&#8217;ll see that the local path to my &#8220;Public Downloads&#8221; directory is &#8220;C:\Users\Public\Downloads&#8221;.</p>
<p><img src="http://blog.mischel.com/wp-content/uploads/2008/03/public2.jpg" /></p>
<p>Since the main Public directory is \\JIMM\Public (although you won&#8217;t see C:\Users\Public if you select the Public directory and then click in the address bar), then it follows that the Downloads directory would be \\JIMM\Public\Downloads.  And that&#8217;s what it is.</p>
<p>it&#8217;s kind of confusing that the real directory name is something different from what&#8217;s shown in Windows Explorer.  But I&#8217;m happy that the names don&#8217;t have embedded spaces.  Filenames with embedded spaces make working with command line tools difficult.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mischel.com/2008/03/15/more-windows-vista-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Select Multiple Files in Windows Vista</title>
		<link>http://blog.mischel.com/2007/12/31/cant-select-multiple-files-in-windows-vista/</link>
		<comments>http://blog.mischel.com/2007/12/31/cant-select-multiple-files-in-windows-vista/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 22:15:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.mischel.com/2007/12/31/cant-select-multiple-files-in-windows-vista/</guid>
		<description><![CDATA[Today I was trying to copy files in Windows Explorer and ran into a rather nasty little bug. Explorer wouldn&#8217;t let me select multiple files. I couldn&#8217;t Shift+Click to select a range or Ctrl+Click to select individual files. Keyboard shortcuts didn&#8217;t work, and the Edit &#124; Select All menu option was disabled.
This appears to be [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to copy files in Windows Explorer and ran into a rather nasty little bug. Explorer wouldn&#8217;t let me select multiple files. I couldn&#8217;t Shift+Click to select a range or Ctrl+Click to select individual files. Keyboard shortcuts didn&#8217;t work, and the Edit | Select All menu option was disabled.</p>
<p>This appears to be a bug in Windows Explorer, although I&#8217;ve seen conflicting information. Microsoft&#8217;s <a href="http://support.microsoft.com/kb/934548">knowledge base article about the problem</a> says, &#8220;This problem occurs because certain applications add a key to the registry. The key prevents you from selecting multiple items in Windows Explorer.&#8221; Their recommended solution is to reset the view. That didn&#8217;t work for me.</p>
<p>The solution I found requires editing the registry. You have to start RegEdit and navigate to <code>HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell</code>, and delete the <code>BagMRU</code> and <code>Bags</code> registry keys. Before you do that, you should close all Windows Explorer windows. If you&#8217;re uncomfortable fiddling with the registry, it&#8217;s probably a good idea to set a system restore point before you start.</p>
<p>I don&#8217;t have the time (or the inclination, truth to be told) to dig in and figure out what Bags and BagMRU do. It seems odd, though, that &#8220;certain applications&#8221; would be able to cause this behavior, unless they were malicious&#8211;deliberately trying to cause grief. Is this a bug in the Vista version of Windows Explorer?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mischel.com/2007/12/31/cant-select-multiple-files-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
