Recommended Posts

even tried going into command prompt via the windows 10 trouble shooting and running chkdsk with a full scan... tried manually deleting there... everything

 

chkdsk comes back every time with no problems found, delete just comes back with path not found

  On 20/06/2020 at 14:09, neufuse said:

done that many times, no errors....

 

I've had this issue from the initial windows 10 version all the way up to 2004 now chkdsk shows nothing still

Expand  

In that case, I'd just forget about it. Can you make those files hidden?

 

Another option is to back-up your data (minus those files) and reformat the damn drive - "it's the only way to be sure😄 

 

 

Are they located in a folder which can be deleted (even if it requires temporarily moving wanted files to a temp directory).  What program is creating these files?  What are the file names?

 

What are the details of these files when you powershell Get-ItemProperty   ?

 

Example (fand.txt is file)...

 

PS C:\Users\Jim\desktop> get-itemproperty fand.txt | Format-list -Property * -Force

PSPath            : Microsoft.PowerShell.Core\FileSystem::C:\Users\Jim\desktop\fand.txt
PSParentPath      : Microsoft.PowerShell.Core\FileSystem::C:\Users\Jim\desktop
PSChildName       : fand.txt
PSDrive           : C
PSProvider        : Microsoft.PowerShell.Core\FileSystem
Mode              : -a----
VersionInfo       : File:             C:\Users\Jim\desktop\fand.txt
                    InternalName:
                    OriginalFilename:
                    FileVersion:
                    FileDescription:
                    Product:
                    ProductVersion:
                    Debug:            False
                    Patched:          False
                    PreRelease:       False
                    PrivateBuild:     False
                    SpecialBuild:     False
                    Language:

BaseName          : fand
Target            : {}
LinkType          :
Name              : fand.txt
Length            : 25
DirectoryName     : C:\Users\Jim\desktop
Directory         : C:\Users\Jim\desktop
IsReadOnly        : False
Exists            : True
FullName          : C:\Users\Jim\desktop\fand.txt
Extension         : .txt
CreationTime      : 6/16/2020 18:28:42
CreationTimeUtc   : 6/16/2020 23:28:42
LastAccessTime    : 6/19/2020 19:14:50
LastAccessTimeUtc : 6/20/2020 00:14:50
LastWriteTime     : 6/16/2020 18:28:42
LastWriteTimeUtc  : 6/16/2020 23:28:42
Attributes        : Archive

 

Hello,

 

What is the completely path specification and filename that is showing up for the 0-byte long files? 


Have you checked using a program like Microsoft Sysinternals' handle to see if what process is its owner?

 

Regards,

 

Aryeh Goretsky

 

  On 20/06/2020 at 13:46, neufuse said:

same thing it's like the file isn't there but there is a record to it in the MTF ...

Expand  

That would imply the files disappear when not in use, wouldn’t it? Does WSL also not think the file exists?

  On 20/06/2020 at 15:46, Peresvet said:

In that case, I'd just forget about it. Can you make those files hidden?

 

Another option is to back-up your data (minus those files) and reformat the damn drive - "it's the only way to be sure😄 

 

 

Expand  

no, you can't even change properties of them... if you go into their properties it just has a red x with "the requested security information is either unavaiable or can't be displayed" for security and for the general tab  everything is blank, accessed, modified, created size etc... only location is there and type of file is just "file"

  On 20/06/2020 at 17:18, goretsky said:

Hello,

 

What is the completely path specification and filename that is showing up for the 0-byte long files? 


Have you checked using a program like Microsoft Sysinternals' handle to see if what process is its owner?

 

Regards,

 

Aryeh Goretsky

 

Expand  

there is no owner process.. I can't even delete them using windows 10's safe mode command prompt..

 

I thought maybe file name length was the issue but the full path included is only 170 characters, I've seen long file names in windows from apps that exceeded 255 chars that get messed up with the path included, but nope not even that is the case

  On 20/06/2020 at 17:40, adrynalyne said:

That would imply the files disappear when not in use, wouldn’t it? Does WSL also not think the file exists?

Expand  

if I go into ubuntu via WSL I get the same thing, there is a zero byte file at the path that can't be accessed or deleted... the files are never "in use" when I'm trying to access them... I can pull this drive and put it into another system and I get the same results

  On 20/06/2020 at 16:28, Jim K said:

Are they located in a folder which can be deleted (even if it requires temporarily moving wanted files to a temp directory).  What program is creating these files?  What are the file names?

 

What are the details of these files when you powershell Get-ItemProperty   ?

 

Example (fand.txt is file)...

 

PS C:\Users\Jim\desktop> get-itemproperty fand.txt | Format-list -Property * -Force

PSPath            : Microsoft.PowerShell.Core\FileSystem::C:\Users\Jim\desktop\fand.txt
PSParentPath      : Microsoft.PowerShell.Core\FileSystem::C:\Users\Jim\desktop
PSChildName       : fand.txt
PSDrive           : C
PSProvider        : Microsoft.PowerShell.Core\FileSystem
Mode              : -a----
VersionInfo       : File:             C:\Users\Jim\desktop\fand.txt
                    InternalName:
                    OriginalFilename:
                    FileVersion:
                    FileDescription:
                    Product:
                    ProductVersion:
                    Debug:            False
                    Patched:          False
                    PreRelease:       False
                    PrivateBuild:     False
                    SpecialBuild:     False
                    Language:

BaseName          : fand
Target            : {}
LinkType          :
Name              : fand.txt
Length            : 25
DirectoryName     : C:\Users\Jim\desktop
Directory         : C:\Users\Jim\desktop
IsReadOnly        : False
Exists            : True
FullName          : C:\Users\Jim\desktop\fand.txt
Extension         : .txt
CreationTime      : 6/16/2020 18:28:42
CreationTimeUtc   : 6/16/2020 23:28:42
LastAccessTime    : 6/19/2020 19:14:50
LastAccessTimeUtc : 6/20/2020 00:14:50
LastWriteTime     : 6/16/2020 18:28:42
LastWriteTimeUtc  : 6/16/2020 23:28:42
Attributes        : Archive

 

Expand  

PS D:\EDI\downloads\incoming-CARRIERS\> get-itemproperty "MDE-ITX-20200121-20200222.DAT"
get-itemproperty : Cannot find path 'D:\EDI\downloads\incoming-CARRIERS\MDE-ITX-20200121-20200222.DAT'
because it does not exist.
At line:1 char:1
+ get-itemproperty "MDE-ITX-20200121-20200222.DAT ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (D:\EDI\downlo...0222.DAT :String) [Get-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemPropertyCommand

Try deleting the file/folder from Safe Mode and check if the issue persists.

Step 1: Boot to Safe Mode.

a. Press the ‘Windows + R’ keys on the keyboard.

b. In the ‘Run’ window type ’MSCONFIG’ and click ‘Ok’.

c. Click the ‘Boot’ tab.

d. Under ‘Boot Options’, select the ‘Safe Boot’ option.

e. Choose the type of safe mode by selecting one of the options below the Safe boot check box:
Select ‘Minimal’.

f. Click OK and then restart your PC.

  On 22/06/2020 at 09:12, yuanyasmine said:

Try deleting the file/folder from Safe Mode and check if the issue persists.

Step 1: Boot to Safe Mode.

a. Press the ‘Windows + R’ keys on the keyboard.

b. In the ‘Run’ window type ’MSCONFIG’ and click ‘Ok’.

c. Click the ‘Boot’ tab.

d. Under ‘Boot Options’, select the ‘Safe Boot’ option.

e. Choose the type of safe mode by selecting one of the options below the Safe boot check box:
Select ‘Minimal’.

f. Click OK and then restart your PC.

Expand  

 

  On 20/06/2020 at 19:41, neufuse said:

I can't even delete them using windows 10's safe mode command prompt..

Expand  

 

  On 22/06/2020 at 09:12, yuanyasmine said:

Try deleting the file/folder from Safe Mode and check if the issue persists.

Step 1: Boot to Safe Mode.

a. Press the ‘Windows + R’ keys on the keyboard.

b. In the ‘Run’ window type ’MSCONFIG’ and click ‘Ok’.

c. Click the ‘Boot’ tab.

d. Under ‘Boot Options’, select the ‘Safe Boot’ option.

e. Choose the type of safe mode by selecting one of the options below the Safe boot check box:
Select ‘Minimal’.

f. Click OK and then restart your PC.

Expand  

* face palm * 

  On 22/06/2020 at 12:49, Riva said:

I just created a 0 bytes file and i was able to delete it just fine

Expand  

That is not the issue here.  It's part of it sure, but it's not the sole issue.

  • Like 2

Like I said in my comment from last year; I've run into this a few times going all the way back to XP. I'm guessing it's as you think, there's nothing in the file space but the MFT table thinks there is or something.

Back when I had this issue I tried numerous things all of which have been listed here (besides robocopy) and a few other things and NOTHING worked aside from formatting the drive unfortunately 😕

Hello,

One thing I remember from the DOS era is that if you do not have the TEMP environment variable properly defined and do a directory using a pipe ("|") redirection to the MORE command, the temporary file used to buffer the contents of the directory stream to the MORE command would show up only in the directory listing.  I wonder if a similar effect could be coming into play?

 

Regards,

 

Aryeh Goretsky

 

 

Have you tried running streams on the file?

 

https://docs.microsoft.com/en-us/sysinternals/downloads/streams

 

I've heard of files with NTFS streams sometimes causing strange issues like this.

 

I haven't run into a issue like this in years, when I did unlocker worked and I deleted the file.  Since it's created by that specific app you have to use, has it done it before and on other systems or is this isolated to one specific system?

  • 1 month later...
  On 23/06/2020 at 08:04, Code Name: Lockdown said:

Daft question.  What if you open Notepad, type something and try to save over the top of the file?

 

I'm assuing "File cannot be found" still?

Expand  

yes

 

but update, I tried the latest Ubuntu WSL  release and I can delete them from inside of Ubuntu WSL!

 

Finally!! Now If I could just figure out WHY windows can't do it but WSL can

  • 2 weeks later...

This "standard problem" is very common.  It seems so far that the suggestions so far did not work.  In my expert opinion, none of the suggestions should really work.

Several causes for this happen.  All very standard & predictable.

Removal of rubbish files & folders is also easy.

As suggested so far, do the obvious. 

(1) As suggested, "Chkdsk /f".  I generally use Iobit's freeware "Disk Doctor", included in their Advanced Systemcare freeware.

(2) Remove any crazy file attributes, such as READ-ONLY, SYSTEM & HIDDEN.  Super Geeks like myself use powerful geekware, "Servant Salamander".  This Windows-only utility is now freeware.  It is far more powerful than all the Linux file utilities combined.  Perhaps I might do a FAQ on this product.  Used ever since it came out.

Often these rubbish files & folders have crazy reasons for existing. 

(3) If a folder, dig deep into it, to remove as much of the crud buried inside it.  As you dig your way out of the crud, some upper levels might be deleted also.  Any long file names, try to minimize their names, such as -, -=, -=-, etc..

(4) Eventually you get to the files & folders that cannot be removed. 

(5) Move all these together into the one short name folder.

(6) Then move this folder onto the root of the partition.  This can be done easily.  "Moving" is not a hardware movement, but the complex File Allocation Table Change.

(7) Most Linux operating systems can delete this Windows file & folder.  The "bad" Linux systems are now getting the Microsoft penalty, so now make it impossible to delete some Windows files.

(8) The "best" & most reliable way to remove this Windows rubbish is to use "Linuxfx".  It is based on Ubuntu, to appear to be a Windows-10 "copy".  No need to install it.  Just run & boot as usual.

(9) It takes some expertise to create & use Linux boot sticks.  Ask if you need more assistance.

  On 10/08/2020 at 05:40, Greg Zeng said:

This "standard problem" is very common.  It seems so far that the suggestions so far did not work.  In my expert opinion, none of the suggestions should really work.

Several causes for this happen.  All very standard & predictable.

Removal of rubbish files & folders is also easy.

As suggested so far, do the obvious. 

(1) As suggested, "Chkdsk /f".  I generally use Iobit's freeware "Disk Doctor", included in their Advanced Systemcare freeware.

(2) Remove any crazy file attributes, such as READ-ONLY, SYSTEM & HIDDEN.  Super Geeks like myself use powerful geekware, "Servant Salamander".  This Windows-only utility is now freeware.  It is far more powerful than all the Linux file utilities combined.  Perhaps I might do a FAQ on this product.  Used ever since it came out.

Often these rubbish files & folders have crazy reasons for existing. 

(3) If a folder, dig deep into it, to remove as much of the crud buried inside it.  As you dig your way out of the crud, some upper levels might be deleted also.  Any long file names, try to minimize their names, such as -, -=, -=-, etc..

(4) Eventually you get to the files & folders that cannot be removed. 

(5) Move all these together into the one short name folder.

(6) Then move this folder onto the root of the partition.  This can be done easily.  "Moving" is not a hardware movement, but the complex File Allocation Table Change.

(7) Most Linux operating systems can delete this Windows file & folder.  The "bad" Linux systems are now getting the Microsoft penalty, so now make it impossible to delete some Windows files.

(8) The "best" & most reliable way to remove this Windows rubbish is to use "Linuxfx".  It is based on Ubuntu, to appear to be a Windows-10 "copy".  No need to install it.  Just run & boot as usual.

(9) It takes some expertise to create & use Linux boot sticks.  Ask if you need more assistance.

Expand  

I feel like you should have read the thread prior to replying.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • There's a few here upset Kamala Harris never got the Presidency! lol....
    • Yeah, he identified a whole lot of wasteful spending of US taxpayer money. What's wrong with that? Nothing, unless you had your fingers in the pie of course.
    • How to reduce the annoying Liquid Glass effects on iOS 26 by Aditya Tiwari Apple announced Liquid Glass at WWDC 2025 in all of its glory. It's a new glass-inspired design language from the iPhone-maker making its way to most of its software platforms, including iOS 26, iPadOS 26, macOS 26, tvOS 26, and watchOS 26. Apple markets Liquid Glass as a new translucent material that "behaves like glass in the real world. Its color is informed by surrounding content and intelligently adapts between light and dark environments." The Cupertino giant isn't wrong. The new glass-inspired design does bring a fresh coat of paint and some beautiful visuals to the iPhone and other Apple-made devices. However, as the dust from the mega arrival settles, people are starting to realize the current drawbacks of having too much glass on their device. There have been reports of users, including those at Neowin, experiencing readability issues, background separation issues, and trouble focusing on the content displayed on the screen due to its transparent nature. While these are small nuances on Apple's part that can be fixed without much hassle, it's degrading the initial experience of what the company calls its biggest visual upgrade since iOS 7. That said, there are some workarounds built into iOS 26 that will help you tone down the shortcomings. If you're running the iOS 25 Developer Beta 1 on your supported iPhone model, you can follow these steps to make things a little better: Go to the Settings app on your iPhone. Scroll down and tap on Accessibility > Display & Text Size. Next, you'll find two toggle options: Reduce Transparency and Increase Contrast. When you enable the Reduce Transparency toggle button, iOS 26 can "improve contrast by reducing transparency and blurs on some backgrounds to increase legibility." The other toggle, Increase Contrast, does what its name suggests. It can "increase color contrast between app foreground and background colors." Enabling each of these toggle buttons individually or simultaneously will have different effects on your iPhone's user interface. Control Center is being criticized for the extra transparency, making the UI look cluttered and difficult to focus. Here, the Reduce Transparency button adds a darker background to make the Control Center UI elements stand out. Liquid Glass transparency issues are also prevalent in the Notification Center and the navigation controls of various apps. In the image above, see how the text of the navigation buttons has become unreadable or hard to focus on with certain backgrounds. It's challenging to determine what can trigger such behavior, as one can have countless color combinations on their device. In the image below, this is how these buttons look when both Reduce Transparency and Increase Contrast are enabled. It's still a hit or miss depending on what colors you are dealing with. Part of the blame also goes to the fact that iOS 26 is still an early beta, and the change doesn't render as intended every time. You can also notice the difference in the look and feel of the Control Center when reduced transparency is turned on. On a side note, you can add the Reduce Transparency and Increase Contrast buttons in the Control Center for quicker access. That said, let's wait to see what changes Apple will implement as it continues to gather feedback through the beta program. Hopefully, the software will become more stable when the first public beta of iOS 26 arrives sometime in July. Interested users can try out the latest iPhone update through the developer beta program, noting that early builds might come with unexpected bugs and issues.
    • Austin residents rally against Tesla's robotaxi launch by Hamid Ganji Tesla's plan to launch its robotaxi service in Austin, Texas, has sparked protests in the city. While the EV maker targets June 22 as the launch date, local residents are raising their voices against the plan due to political disagreements and safety concerns. As reported by CNBC, public safety advocates and political protesters are organizing protests against Tesla's robotaxi launch in Austin. Members of the Dawn Project, Tesla Takedown, and Resist Austin have cited safety issues with Tesla's automated driving systems. Meanwhile, Elon Musk's involvement in Donald Trump's administration and his work in the Department of Government Efficiency (DOGE) has prompted another group of people to join the Austin protests against Tesla. To show Austin citizens the safety problems of Tesla's self-driving system, The Dawn Project brought a Tesla Model Y to the protest, equipped with the company's Full Self-Driving (FSD) software (version 13.2.9). In the demonstration, the Model Y with FSD software reportedly zoomed past a school bus with a stop sign held out and ran over a child-sized mannequin placed in front of the car. The FSD package includes automatic lane-keeping, steering, and parking. It is unclear to what extent this test was conducted under standard conditions or what Tesla's defense is. However, multiple cases of Tesla FSD software malfunction in the past have resulted in collisions or severe accidents, according to data collected by National Highway Traffic Safety Administration. Interestingly, The Dawn Project CEO Dan O'Dowd is the CEO of another company that sells embedded safety and security solutions to carmakers like Ford and Toyota. It remains to be seen whether Tesla could launch a robotaxi service in Austin despite the residents' protests. Earlier this week, Elon Musk demonstrated the new version of Tesla's FSD software in a post on X. Musk's decisions on DOGE fuel public backlash against Tesla. While Musk left the Trump administration after a beef with the president, he's still a target of public criticism, which directly imapcts Tesla. As a result, the slow sales have even caused Tesla to sell its Cybertruck with 0 percent APR to boost sales.
    • I'm sure Denmark would stand to lose a lot if US consumers stopped buying Danish products, whether that's Lurpak butter or hi-fi equipment.
  • Recent Achievements

    • One Month Later
      greege earned a badge
      One Month Later
    • Week One Done
      greege earned a badge
      Week One Done
    • Week One Done
      LagFighterZ earned a badge
      Week One Done
    • First Post
      ThatGuyOnline earned a badge
      First Post
    • One Month Later
      5i3zi1 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      547
    2. 2
      ATLien_0
      229
    3. 3
      +FloatingFatMan
      166
    4. 4
      Michael Scrip
      119
    5. 5
      +Edouard
      91
  • Tell a friend

    Love Neowin? Tell a friend!