Windows 10: Cannot create a folder as Windows says it already exists

Discus and support Cannot create a folder as Windows says it already exists in Windows 10 Support to solve the problem; 1) In May I created a folder on my mothers computer called "2016 Pics." When I visited her this past week the folder and it's contents were missing. I... Discussion in 'Windows 10 Support' started by WinTenUser, Aug 11, 2016.

  1. Cannot create a folder as Windows says it already exists


    1) In May I created a folder on my mothers computer called "2016 Pics." When I visited her this past week the folder and it's contents were missing. I did file/folder search for the folder with no luck. each time I try to make a new folder with this same name Windows says the folder already exists. I tried in safe-mode and via a cmd prompt, all with no luck. There is no "hide folders" software on the computer so I am at a complete loss on this. It's a Win 10 Home system.

    2) I also want to disable the Drag & Drop feature as my mother seems to drag & drop folders or files into the wrong folders far too often. I'd rather she use edit>copy, edit>paste. Any help on this issue would also be helpful.

    Thanks

    :)
     
    WinTenUser, Aug 11, 2016
    #1

  2. lumia 620, how to make lists of songs in music player

    A new folder cannot be made Playlist, because a window appears saying that such folder already exists. However, it is nowhere to be found. When I create a playlist with one song as you described it appears in the phone but not on the computer.
     
    majaaleksic, Aug 11, 2016
    #2
  3. lumia 620, how to make lists of songs in music player

    A new folder cannot be named Playlist, because a window appears saying that such folder already exists. However, it is nowhere to be found. When I create a playlist with one song as you described it appears in the phone but not on the computer
     
    majaaleksic, Aug 11, 2016
    #3
  4. dalchina New Member

    Cannot create a folder as Windows says it already exists

    dalchina, Aug 11, 2016
    #4
  5. dalchina offers good options ...

    Try this without booting to another device / OS

    Command Prompt (Admin)

    cd \

    dir /a /s /o:g *Pics
     
    Slartybart, Aug 11, 2016
    #5
  6. @ dalchina,
    Thanks for the tips on "Drag-n-Drop" I think I did web search and came up with at least one of these sites. And at quick glance they were not offering a simple reg tweak to completely disable the feature so I passed it by. Still have not read them through. My Bad on this issue as I ended up placing an unnecessary burden on you all to find something for me.

    With respect to the "mysteriously hidden folder," I am no longer at my mother home, so it will be a bit more difficult to perform your suggested action. I do have TeamViewer on her system and can remotely control it in order to perform Slartybart's suggestion, but since your suggestion requires booting to a disc or USB It will not be possible until I get on her computer again.

    I will be replying with respect to Slartybart's suggestion soon, but until I can find a simple boot method with easy access to a cmd prompt I will have a difficult time walking my 79yr old mother through the steps of creating the boot media and using it.

    Thanks for the suggestions thus far.

    Brian
     
    WinTenUser, Aug 12, 2016
    #6
  7. I'll wait for your update Brian.

    I've often dropped folders in the wrong place when the mouse flakes out (or I do *Wink)

    If the pics somehow got deleted, there are other options - but that's getting ahead of the troubleshooting.

    Bill
    .
     
    Slartybart, Aug 12, 2016
    #7
  8. Cannot create a folder as Windows says it already exists

    Managed to run the command dir /a /s /o:g *Pics and it did find a folder named "2016 Pics"
    The only problem is I cant browse is, not sure the syntax to use to view the folder given it name has a space in the title.
     
    WinTenUser, Aug 20, 2016
    #8
  9. Ah, had to read your post a few time - thought you could not access the folder at first, but I think you are right - the space is causing you difficulty

    In Command prompt, you have to add quotes around anything that has a space in it or else the interpreter stops at the space.

    As an example

    cd C:\Users\Dad\Pictures\2016 Pics stops processing at C:\Users\Dad\Pictures\2016
    so
    cd "C:\Users\Dad\Pictures\2016 Pics" gets you to the folder

    Once you know the path of the folder, you could also navigate there in File Explorer

    Please post the full path of the 2016 Pics folder
    or post a screen shot of the dir command you used to find it.

    If there is a reparse point, it would be identified like this
    08/02/16 12:46 <JUNCTION>
     
    Slartybart, Aug 20, 2016
    #9
  10. The path of the folder is E:\My Pictures\2016 Pics
    after opening E:\ in a cmd window I use the dir command you gave me (dir /a /s /o:g *Pics)
    Inside the folder were two other folders which were both empty
    I tried to delete it, but did not know the correct syntax to do so
    I assume that the following should work: rd "2016 Pics" or delete "2016 Pics"
    It is odd that it is visible in the cmd window but not in the File Explorer.
     
    WinTenUser, Aug 20, 2016
    #10
  11. Yeah, this gets a bit tricky if what I suspect is happening actually happened. The thing is, it's not a normal action a user would take to get it in this shape

    Don't try to delete anything until you know for sure ... ren (rename is a better choice for experimentation)

    Please give me eyes on the dir list ... post a screen shot.

    Here's how you can grab a screen shot that shows the issue and attach it to a new post.
    Screenshots and Files - Upload and Post in Ten Forums - Windows 10 Forums

    Can you navigate to E:\My Pictures in File Explorer?
    My Pictures is usually a junction and it's protected by Windows.

    The junction usually points to C:\Users\Dad\Pictures where Dad is your user login.
     
    Slartybart, Aug 20, 2016
    #11
  12. The system used to be Windows 7 and I had setup the users folder to the "E" drive to keep it off "C" It's a completely different HD.
    Navigation to E:\My Pictures in File Explorer is possible, but like I said, this particular folder is not visible. 2013 Pics, 2014 Pics, 2015 Pics folders are visible.

    I cannot give you a screen capture tonight. I was on my mothers computer via TeamViewer earlier. I will try to do this tomorrow.
     
    WinTenUser, Aug 20, 2016
    #12
  13. Cannot create a folder as Windows says it already exists

    Thanks, so it's only the "2016 Pics" folder that can be seen in Command, but not seen in File Explorer - right?

    What this means to me is that "2016 Pics" really does exist, but is presented to File Explorer as a different folder name.

    If you can match what Command sees to what File Explorers sees, you should be left with a mis-match
    Command Explorer 2013 Pics 2013 Pics 2014 Pics 2014 Pics 2015 Pics 2015 Pics 2016 Pics newPictures
    In the example above, newPictures is the overlay name of "2016 Pics"

    It might be painstaking to match the folders one by one - hopefully there aren't too many or you find a mismatch quickly.

    Once you identify the mis-match, then it's just a matter of figuring out the method of the overlay.
     
    Slartybart, Apr 5, 2018
    #13
Thema:

Cannot create a folder as Windows says it already exists

Loading...
  1. Cannot create a folder as Windows says it already exists - Similar Threads - Cannot create folder

  2. Cannot Create a "New Folder"/ only Allows me to Create Compressed Zipped Folder. Already...

    in Windows 10 Network and Sharing
    Cannot Create a "New Folder"/ only Allows me to Create Compressed Zipped Folder. Already...: I have a laptop running Windows:Edition Windows 10 Education Version 21H2 Installed on ‎10/‎13/‎2022 OS build 19044.2965 Experience Windows Feature Experience Pack 1000.19041.1000.0 About a week ago I can no longer create a "new folder" but instead can only create a...
  3. Cannot Create a "New Folder"/ only Allows me to Create Compressed Zipped Folder. Already...

    in Windows 10 Software and Apps
    Cannot Create a "New Folder"/ only Allows me to Create Compressed Zipped Folder. Already...: I have a laptop running Windows:Edition Windows 10 Education Version 21H2 Installed on ‎10/‎13/‎2022 OS build 19044.2965 Experience Windows Feature Experience Pack 1000.19041.1000.0 About a week ago I can no longer create a "new folder" but instead can only create a...
  4. mklink cannot create file already exists

    in Windows 10 Network and Sharing
    mklink cannot create file already exists: Just ran into a ""we can't sign into your account" problem due to some unnecessary update that has clearly messed up my registry. Anyway, I have gone down the duplicating and restoring to a new account. Again one step forward and three back. I heavily rely in mklinks They are...
  5. mklink cannot create file already exists

    in Windows 10 Gaming
    mklink cannot create file already exists: Just ran into a ""we can't sign into your account" problem due to some unnecessary update that has clearly messed up my registry. Anyway, I have gone down the duplicating and restoring to a new account. Again one step forward and three back. I heavily rely in mklinks They are...
  6. mklink cannot create file already exists

    in Windows 10 Software and Apps
    mklink cannot create file already exists: Just ran into a ""we can't sign into your account" problem due to some unnecessary update that has clearly messed up my registry. Anyway, I have gone down the duplicating and restoring to a new account. Again one step forward and three back. I heavily rely in mklinks They are...
  7. The file or folder already exists on OneDrive

    in Windows 10 News
    The file or folder already exists on OneDrive: [ATTACH]When a file is added to OneDrive, it syncs it across devices. If you deselect a folder from OneDrive and choose to sync, you may receive an error— The file or folder already exists on OneDrive. If this happens, then it’s because of the conflict between devices and...
  8. Cannot create a file when that file already exists

    in Windows 10 Support
    Cannot create a file when that file already exists: I've been trying for hours to get this working, but it keeps giving me the same error. I'm not an expert with computers and windows. This is what i've been entering: mklink /d "C:\Program Files (x86)\Steam\steamapps\sourcemods" "D:\sorce" Please help. 156254
  9. "Cannot create a file when that file already exists" error when creating an mklink

    in Windows 10 Ask Insider
    "Cannot create a file when that file already exists" error when creating an mklink: Hello, I've been trying to create an mklink so that anything inside of the documents folder on the C drive is actually stored on the F drive. Trouble I'm having is that it says it cannot create a file when that file already exists, which is confusing considering I have no...
  10. Cannot create a file when that file already exists error message

    in Windows 10 Support
    Cannot create a file when that file already exists error message: I get this message when I try to change windows 10 update download location. The steps I performed were: 1. Stop wuauserv in Task Manager > Services tab. 2. Rename C:\Windows\SoftwareDistribution to C:\Windows\OldSoftwareDistribution 3. Create new folder on external...