<p><a href="http://wincert.net/wp-content/uploads/2015/01/windows-server2.jpg"><img class="alignnone size-full wp-image-551" src="http://wincert.net/wp-content/uploads/2015/01/windows-server2.jpg" alt="Windows Server,access,permission,ipsec fails,printers offline,printer installation,trusted sites" width="720" height="340" /></a></p>
<p>When you try to delete a file on Windows Server 2008 R2 that is 0 bytes in size you might get the following message:</p>
<p><strong>Item Not Found &#8211; Could not find this item.</strong><br />
<strong> This is no longer located in %location of the file%. Verify the item&#8217;s location and try again.</strong></p>
<p>If you try to refresh, nothing happens as the file is really there, but it has 0 bytes in size and thus cannot be deleted.</p>
<p><!--more--></p>
<p><img class=" size-full wp-image-261" src="http://wincert.net/wp-content/uploads/2011/06/item not found 1.PNG" alt="" width="586" height="29" border="0" /></p>
<p>To solve this do the following:</p>
<p>Open <strong>CMD </strong>in elevated mode (right click on the <strong>CMD</strong> and select <strong>Run As Administrator</strong>)</p>
<p>Navigate to folder where this file is located.</p>
<p>Type <strong>del</strong> <strong>*.*</strong> when you&#8217;re located in the folder. Type <strong>Y</strong> to confirm.</p>
<p>Your problematic file should be deleted now.</p>
<p>Comments are welcome.</p>