The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Can't name/rename folder

    Discussion in 'Windows OS and Software' started by Yellowknight888, May 4, 2009.

  1. Yellowknight888

    Yellowknight888 Notebook Guru

    Reputations:
    8
    Messages:
    66
    Likes Received:
    0
    Trophy Points:
    15
    Hi all,

    Recently, I have found that whenever I create a new folder, I cannot rename it, so it will be named by the default "new folder", so I try to rename the existing folder, it's also denied with a pop up statement saying "file or folder doesn't exist". I can't recall when this happen or anything I have done in particular to be the cause. Any idea or suggestion will be greatly appreciated.
     
  2. Yellowknight888

    Yellowknight888 Notebook Guru

    Reputations:
    8
    Messages:
    66
    Likes Received:
    0
    Trophy Points:
    15
    Anyone, nobody ever experienced or heard of this problem??
     
  3. jackluo923

    jackluo923 Notebook Virtuoso

    Reputations:
    1,038
    Messages:
    3,071
    Likes Received:
    1
    Trophy Points:
    105
    I've heard of this problem, but I've never experienced it before.

    Does this symptoms just appeared recently? Can you rename under another user account or under safe mode?
     
  4. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    under what OS?
     
  5. Yellowknight888

    Yellowknight888 Notebook Guru

    Reputations:
    8
    Messages:
    66
    Likes Received:
    0
    Trophy Points:
    15
    I am using Vista (32 bit). I think I only have one user account. It happens for about a month, other than this, the computer is working perfectly fine. Hum, I have partitioned the hard drive recently, though not sure whether it's before or after this problem.

    You know when you extract something from a zipped file, you can choose to create a new folder, from this route, I can name whatever I want to the new folder. But it is very inconvenient and not practical for everyday usage.
     
  6. TravisBean

    TravisBean Notebook Evangelist

    Reputations:
    805
    Messages:
    508
    Likes Received:
    2
    Trophy Points:
    31
    Do a system restore to a point in time when you were not having this problem.
     
  7. jackluo923

    jackluo923 Notebook Virtuoso

    Reputations:
    1,038
    Messages:
    3,071
    Likes Received:
    1
    Trophy Points:
    105
    Have tried making another account and see if it renames under another account?
     
  8. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
  9. Drew90

    Drew90 Notebook Consultant

    Reputations:
    13
    Messages:
    171
    Likes Received:
    0
    Trophy Points:
    30
    You can try to rename the folder via the command prompt, but I don't know if it will stop the problem from persisting.

    For example you would type:

    Code:
    cd\Users\Your User Name\Location of folder
    (Press Enter)

    Code:
    ren "Name of folder" "Desired name of folder"
    (Press Enter)

    Here is a picture:

    The top outlined square is the location of the file, and in the bottom outlined square there is a space between the quotation marks where you would type the previous name of the file you want to change. And "New Folder" you can change to whatever you want.
     

    Attached Files:

  10. sdcz6

    sdcz6 Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    have you tried booting in safemode?

    maybe something inside of that folder is being executed thats why you cannnot rename your folder
     
  11. Yellowknight888

    Yellowknight888 Notebook Guru

    Reputations:
    8
    Messages:
    66
    Likes Received:
    0
    Trophy Points:
    15
    Goofball, the fix works immediately!!!! Many thanks (X1000000) to you all.