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

    • Zen Browser 1.13b by Razvan Serea Zen Browser is a privacy-focused, open-source web browser built on Mozilla Firefox, offering users a secure and customizable browsing experience. It emphasizes privacy by blocking trackers, ads, and ensuring your data isn't collected. With Zen Mods, users can enhance their browser experience with various customization options, including features like split views and vertical tabs. The browser is designed for efficiency, providing fast browsing speeds and a lightweight interface. Zen Browser prioritizes user control over the browsing experience, offering a minimal yet powerful alternative to traditional web browsers while keeping your online activity private. Zen Browser’s DRM limitation Zen Browser currently lacks support for DRM-protected content, meaning streaming services like Netflix and HBO Max are inaccessible. This is due to the absence of a Widevine license, which requires significant costs and is financially unfeasible for the developer. Additionally, applying for this license would require Zen to be part of a larger company, similar to Mozilla or Brave. Therefore, DRM-protected media won't be supported in Zen Browser for the foreseeable future. Zen Browser offers features that improve user experience, privacy, and customization: Privacy-Focused: Blocks trackers and minimizes data collection. Automatic Updates: Keeps the browser updated with security patches. Zen Mods: Customizable themes and layouts. Workspaces: Organize tabs into different workspaces. Compact Mode: Maximizes screen space by minimizing UI elements. Zen Glance: Quick website previews. Split Views: View multiple tabs in the same window. Sidebar: Access bookmarks and tools quickly. Vertical Tabs: Manage tabs vertically. Container Tabs: Separate browsing sessions. Fast Profile Switcher: Switch between profiles easily. Tab Folders: Organize tabs into folders. Customizable UI: Personalize browser interface. Security Features: Inherits Firefox’s robust security. Fast Performance: Lightweight and optimized for speed. Zen Mods Customization: Deep customization with mods. Quick Access: Easy access to favorite websites. Open Source: Built on Mozilla Firefox with community collaboration. Community-Driven: Active development and feedback from users. GitHub Repository: Contribute and review the source code. Zen Browser 1.13b changes: New Features There's a new way to manage spaces, which brings a more intuitive and user-friendly experience Updated to firefox 139.0.4 Added support for Google safebrowsing for better security Collapsed toolbarr gets a slight UI redesign Fixes Fixed issues related to glance and split view Fixed performance issues and high GPU usage for some users Other small fixes and improvements Breaking Changes Customizable UI buttons at the bottom has been reset to a new default state Download: Zen Browser | 73.6 MB (Open Source) Download: Zen Browser ARM64 | Other Operating Systems View: Zen Browser Home Page | Screenshots 1 | 2 | Reddit Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • It is fundamentally impossible to secure delete files, especially on newer HDDs and all SSDs. You never know how the controller firmware is going to layout data or copy data around to optimize access or invoke wear leveling. The only way to securely “delete” something is to put it on an encrypted file system and forget the encryption key, assuming any apps you open the files in don’t copy the files to a local cache on the boot volumes.
    • TBF, it has had PST support for quite a while now. But I still want them to add the ability to drag & drop between accounts / PSTs.
    • LibreOffice closes in on Microsoft Office, leaves Windows 7/8 behind in 25.8 Beta 1 by David Uzondu The Document Foundation has released LibreOffice 25.8 Beta 1 for public testing on Linux, macOS, and Windows. This is the second pre-release for the 25.8 cycle and the foundation says that the final, stable version of LibreOffice 25.8 is expected to land at the end of August 2025. Starting off with Writer, LibreOffice's Word, the developers have finally addressed some long-standing annoyances, including a new command to easily insert a paragraph break right before a table. This beta also introduces a useful privacy feature in its Auto-Redact tool, letting you strip all images from a document with a single option. To use it, go to Tools and select the Auto-Redact option: The application has improved its ability to handle different languages for punctuation, preventing mix-ups in multilingual documents. Other notable improvements have also been made. A new hyphenation rule lets you choose to prevent a word from splitting at the end of a page, moving the whole line to the next page instead. Microsoft Word has had this feature for years now. The Navigator now displays a handy tooltip with word and character counts for headings and their sub-outlines. Scrolling behavior when selecting text has been improved, making it less erratic. A new command with a keyboard shortcut was added for converting fields into plain text. Calc gets a lot of new functions that bring it closer to its competitors like Excel, including TEXTSPLIT, VSTACK, and WRAPROWS. Impress now properly supports embedded fonts in PPTX files, which should reduce headaches when sharing presentations with PowerPoint users. Alongside these additions, the project is also cleaning house; support for Windows 7, 8, and 8.1 has been completely dropped. There are also smaller UI tweaks across the suite, like allowing a single click to enter rotation mode for objects in Writer and Calc. macOS users get better integration, with proper support for native full screen mode and new window management features from the Sequoia update. In terms of performance, the team has optimized everything from loading huge DOC files and XLSX spreadsheets with tons of conditional formatting to simply switching between sheets in Calc. These improvements should be noticeable, especially when working with complex documents. A new application-wide "Viewer mode" has also been implemented, which opens all files in a read-only state for quick, safe viewing. On a related note, The Document Foundation has joined efforts by the likes of KDE to encourage Windows 10 users to switch to Linux. Also, you might have heard that Denmark, in a bid to lessen its reliance on Microsoft, has decided to make a full switch to LibreOffice, with plans to begin phasing out Office 365 in certain ministries as early as next month. If you're interested in this release, you can read the full release notes and download the binaries for your platform: Windows, macOS (Intel | Apple Silicon), or Linux (DEB | RPM). You can also get the latest stable version from our software stories page.
  • Recent Achievements

    • Week One Done
      julien02 earned a badge
      Week One Done
    • One Year In
      Drewidian1 earned a badge
      One Year In
    • Explorer
      Case_f went up a rank
      Explorer
    • Conversation Starter
      Jamie Smith earned a badge
      Conversation Starter
    • First Post
      NeoToad777 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      544
    2. 2
      ATLien_0
      227
    3. 3
      +FloatingFatMan
      160
    4. 4
      Michael Scrip
      113
    5. 5
      +Edouard
      104
  • Tell a friend

    Love Neowin? Tell a friend!