Welcome! Please Login or Sign Up.

Problem deleting folder from desktop!

Discussion in 'Technology Forum' started by Torunto™, May 15, 2016.


Thread Status:
Not open for further replies.
  1. Contributor

    Joined:
    Jul 12, 2008
    Posts:
    524
    Likes:
    1,703
    Trophy Points:
    121
    Guys, I've been having problem deleting a folder from my desktop. It seems as if it's corrupted because although it is empty, it is still showing showing me that files are in it when I open the folder like this:

    [​IMG]


    But going to properties by right clicking on the folder from the desktop, shows me this:

    [​IMG]


    Dragging it into my recycling bin does nothing, but right click and deleting the folder shows this:

    [​IMG]

    after doing some reading online, some suggest I change some settings in the security tab in properties but I can't cause this is all I see in security tab:

    [​IMG]


    Can anybody help me? This folder is highly annoying and want it removed from my computer. I've downloaded this folder from mastahpiece.net btw. I am running Windows 10.
     
    Torunto™, May 15, 2016


    #1
  2. Moderator

    Joined:
    Dec 23, 2011
    Posts:
    19,230
    Likes:
    420,652
    Trophy Points:
    4,071
    restart your computer press and hold down F8 you will see this

    [​IMG]


    Choose safe mode and press enter in your windows and delete the file, when you finish restart your windows in normal way
     
    Jack Daniels likes this.
  3. Elite Member

    Joined:
    Aug 7, 2009
    Posts:
    84
    Likes:
    12
    Trophy Points:
    16
    It's likely that the folder name has some hidden characters.

    Do this, open command prompt and type CD Desktop then type dir /x and lets see the real name of the folder. Take SS of what you see.

    When you figure out the real name, you can use rmdir to remove it from elevated command prompt.

    rmdir doc - https://technet.microsoft.com/en-us/library/bb490990.aspx


    Sometimes file paths are too long and windows cannot handle that. The command dir /x should give you the folder short name, it is usually suffixed with ~1

    With elevated command prompt you can do rmdir /s /q "full_path/folder_short_name"
     
    Last edited: May 15, 2016
  4. Newbie

    Joined:
    Jun 12, 2011
    Posts:
    14
    Likes:
    0
    Trophy Points:
    1
    If above doesn't work and you're familiar with linux download a live cd and remove it from there.
     
  5. VIP

    Joined:
    Aug 2, 2010
    Posts:
    222
    Likes:
    14,840
    Trophy Points:
    206
  6. Contributor

    Joined:
    Jul 12, 2008
    Posts:
    524
    Likes:
    1,703
    Trophy Points:
    121
    got the problem fixed guys. thanks a lot!
     
Thread Status:
Not open for further replies.

Share This Page