New Computer Ghost files won't disappear and tried the recommendations I have found so far.

Bob Williams 50 Reputation points
2026-02-14T15:22:16.9166667+00:00

This is a new computer which used ?_link software. Had issues after the transfer which I straightened out most of them but not the following.

I've tried most everything I can find on the internet with no success. As admin running cmd I've tried rd /s /q "D:\folder path" which temporarily deletes the folder but comes back. I've tried rmdir (which I think is the same as rd. I've done the Properties/security tab routine with no success. I did a regedit and immediately changed my mind because I had no idea what I was doing. I did the chkdsk /f on the drive with no success. I formatted the disk but they came back. I am not using Google drive or OneDrive and Dropbox has been removed from the system. Under the cmd prompt when I use "dir d:" it shows:

02/14/2026 07:37 AM <DIR> Users

           0 File(s)              0 bytes

           1 Dir(s)  2,000,160,059,392 bytes free

Two additional folders have an incorrect path that the transfer must have created. For instance D:*use*\ ...\Downloads and D:*use*\ ...\Music instead of Users.

Any help much appreciated. I've pretty much run out of gas.

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

Answer accepted by question author
DaveM121 918.5K Reputation points Independent Advisor
2026-02-14T15:54:51.25+00:00

1

On your previous PC, were some of the user folders moved to the D drive?

2

Click your Start Button, type regedit and hit Enter to open the Registry Editor.

Click View and make sure 'Address Bar' is turned on.

Paste this into the Address Bar at the top and hit Enter.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

Please provide a screenshot of that Registry Editor page.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-02-14T15:22:32.0533333+00:00

    It sounds like you're experiencing issues with ghost files or folders that reappear after deletion on your new computer. Here are a few potential causes and solutions based on common issues related to NTFS file systems:

    1. File System Corruption: If the file system is corrupted, it can prevent proper deletion of files or folders. Running chkdsk /f is a good step, but ensure you run it with administrative privileges and on the correct drive. If it doesn't resolve the issue, consider running it with the /r option to locate bad sectors and recover readable information.
    2. Files in Use: If the files or folders are in use by a process, they cannot be deleted. You can use tools like Process Explorer to identify which process is using the files and terminate it before attempting to delete again.
    3. Invalid File Names: If the folder names include invalid characters or reserved names, they may not be deleted using standard commands. You can try using the `?\
    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.