<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx</link><description>A few weeks ago, my wife mentioned that she sometimes saw files in her desktop folder that didn’t appear on the actual desktop. She brought it up not only because she was confused by the discrepancy, but because she wanted to move some of these phantom</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3382981</link><pubDate>Thu, 27 Jan 2011 15:30:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382981</guid><dc:creator>Chris Quirke</dc:creator><description>&lt;p&gt;It&amp;#39;s a bit disturbing that a web site is attempting to drop files on the desktop; that&amp;#39;s the sort of thing one usually expects from Chrome or Safari, but I&amp;#39;d hope IE would not allow that - as indeed IE8 on modern Windows doesn&amp;#39;t, thanks to the virtualization, shims etc. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Would IE6 on XP have allowed those files to be dropped on the &amp;quot;real&amp;quot; desktop?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382981" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3358369</link><pubDate>Tue, 28 Sep 2010 10:36:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3358369</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Sth like this happened to me on a removable media (USB Flash) and a trojan virus. The exe was hidden, did not appear in the Explorer (despite the fact that I have set it to SHOW the hidden files...) and was only visible when I &amp;quot;dir&amp;quot;-ed:&lt;/p&gt;
&lt;p&gt;dir Z:\*exe /A:H&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to delete it with no luck... :(&lt;/p&gt;
&lt;p&gt;Finally I formatted the disk and checked my system just to be somewhat sure...&lt;/p&gt;
&lt;p&gt;So, if you know what could cause sth like this or how to fix it (using a better way) in the future, it would be great! :D&lt;/p&gt;
&lt;p&gt;I will try your RootKit Finder soon too. :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3358369" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3355198</link><pubDate>Mon, 13 Sep 2010 20:03:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3355198</guid><dc:creator>B. Smith</dc:creator><description>&lt;p&gt;Wow, thanks for the advice. You&amp;#39;re great with computers, though not with animals and women.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3355198" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3333417</link><pubDate>Tue, 25 May 2010 14:59:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3333417</guid><dc:creator>James Bray</dc:creator><description>&lt;p&gt;&amp;quot;As a bonus, my wife was impressed at the ease with which I’d figured out the source of the phantom files and even more impressed that I wrote the tool I used to solve it.&amp;quot;&lt;/p&gt;
&lt;p&gt;Surely she must have slight inkling of your level of Geek cred :-) &amp;nbsp;Hell, I&amp;#39;d certainly advertise it...&lt;/p&gt;
&lt;p&gt;/me wonders why he&amp;#39;s still single :-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3333417" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3314510</link><pubDate>Mon, 22 Feb 2010 15:19:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3314510</guid><dc:creator>Elod Kironsky</dc:creator><description>&lt;p&gt;We've experienced this problem in our company lately so I started to investigate it with the great Sysinternals tools from Mark. The only problem is, that this virtualization of PMIE is permanent, e.g. the acredir.dll hooks will re-direct all write attempt to the Virtualized folder. This doesn't make any sense, because this virtualization is used only for write attempts and not for reading!!! Also if you actually grant write rights for IE to the desired folder, it will still write to the Virtualized folder!!! This is IMHO incorrect. The only function I found to handle such redirection is AcRedirSetEnabled() and AcRedirSetEnabledForCurrentThread() exported from acredir.dll. But I have very little documentation for these functions. Alternatively you should be able to use CreateFile from ntdll.dll.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3314510" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3266581</link><pubDate>Tue, 21 Jul 2009 06:06:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3266581</guid><dc:creator>Tapxe</dc:creator><description>&lt;p&gt;I had this problem a few weeks back as well... &amp;nbsp;I solved it very easily. &amp;nbsp;Right-click-&amp;gt;properties (or file-&amp;gt; properties from a pdf or something) then cut and paste. &amp;nbsp;Done... &amp;nbsp;&lt;/p&gt;
&lt;p&gt;(well, i guess figuring out exactly why it happened is sort of interesting)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3266581" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3251316</link><pubDate>Sun, 07 Jun 2009 09:38:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3251316</guid><dc:creator>Gordon Edwards</dc:creator><description>&lt;p&gt;Very interesting. &amp;nbsp;I use W2K Pro SP4 (Yeah, I know, but don't you got to love it?) and sometimes the offspring put up a new desktop direct from their E:\ folders without bothering to make it into a .bmp blah blah... &amp;nbsp;When they log off, often you can see old wallpapers flash up and disappear. &amp;nbsp;I've always cured this by invading their privacy and making bmp's in the WINNT folder where they belong. &amp;nbsp;But it's comforting to learn something of the virtualisation which dogs even older software!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3251316" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3249478</link><pubDate>Tue, 02 Jun 2009 23:08:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3249478</guid><dc:creator>Comet</dc:creator><description>&lt;p&gt;If the &amp;quot;Desktop&amp;quot; view in Explorer, etc., would concatenate the user's virtualized Desktop with the user's real desktop (and, I suppose, the All Users real desktop), then the unified view would not confuse the user; they wouldn't care if the files were stored in the virtual location or in the actual location. &amp;nbsp;As somebody mentioned, it would be good if the virtualized file icons had some type of indicator, similar to the shortcut arrow's usage.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3249478" width="1" height="1"&gt;</description></item><item><title>re: The Case of the Phantom Desktop Files</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3227948</link><pubDate>Sun, 19 Apr 2009 21:56:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3227948</guid><dc:creator>Chris, Happy still using WindowsME</dc:creator><description>&lt;p&gt;Quote from Luigi D. Sandon: &amp;quot;I too agree that MS should stop to put too much emphasis on &amp;quot;compatibility&amp;quot;. Windows should be compatible with well written applications, and should begin to stop those written without following the rules.&amp;quot;&lt;/p&gt;
&lt;p&gt;The point is that these ActiveX objects WERE written following the rules in force at the time. It is Microsoft who changed the rules, for good reason, but Microsoft now has a duty to honour the correct operation of existing ActiveX components.&lt;/p&gt;
&lt;p&gt;The way forward is to inform the User. When an old style ActiveX control acts in this way, an information balloon should explain to the User, with clickable [+] and [-] to expand for a more or less detailed explanation. Don't forget information balloons can be invasive. Give balloons the abillity to be minimized so they can be read more thoroughly at a more appropriate time. Better still, give information balloons their own archive area.&lt;/p&gt;
&lt;p&gt;Inform the User. Don't interrupt them. Don't confuse them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3227948" width="1" height="1"&gt;</description></item><item><title>how is the delete operation handled</title><link>http://blogs.technet.com/b/markrussinovich/archive/2009/02/03/3174194.aspx#3223341</link><pubDate>Tue, 07 Apr 2009 11:01:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3223341</guid><dc:creator>andi</dc:creator><description>&lt;p&gt;Does the legacy application &amp;quot;see&amp;quot; the existing, non-virtual files? I think the answer is yes.&lt;/p&gt;
&lt;p&gt;If it does, how does vista solve the delete file operation for a legacy application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3223341" width="1" height="1"&gt;</description></item></channel></rss>