how to make without name folder?

Discussion in 'Computer Science & Culture' started by jhonkerry, Apr 13, 2013.

Thread Status:
Not open for further replies.
  1. jhonkerry Registered Member

    Messages:
    2
    Hi Dears,

    i am happy sharing this information.

    See.....


    1. Create New folder and remove New Folder.

    2. Press ALT + 255 and Enter

    Enjoy Without Name Folder
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. johnstephen Registered Member

    Messages:
    10
    I tried for the same and successful.
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. funkstar ratsknuf Valued Senior Member

    Messages:
    1,390
    I smell sock puppetry...
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    The absense of character is an old DOS whitespace, (It use to be used alot by scriptkiddie college students that would create "zombie" applets to run on peoples computers so they wouldn't be observed easily in the Tasklist) you can likely rename and/or delete the folder using command line run as Administrator in Windows.
     
  8. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    When using Commandline, various characters are sometimes not seen corrected because of "encoding", like for instance the alt+255 DOS whitespace.
    When you want to delete a file that is name something like that you can't just put the space in alone, instead you have to treat it as an "Image". What this means is you could try an adaptation of the following:

    First load up command prompt (preferably run as Administrator)
    navigate to the parent folder, say for instance your blank folder is in C:/test, navigate to C:/test using the "CD" command (change Directory)
    e.g.
    Code:
    cd c:/test
    
    (In your case that will likely be c:/users/*USERNAME*/desktop where *USERNAME* is your username or administrator.

    Once there delete the file based upon an image version. (The space in the ""'s is an ALT+255 character)
    Code:
    del " "/f
    
    That should force delete if it's read-only.
     
  9. Shanemorris Banned Banned

    Messages:
    1
    May be you should share some more tricks so that we can also try something different like this.May be you should also share some more easy way to delete that folder.
     
    Last edited by a moderator: Jun 25, 2013
  10. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    This thread is being locked since it's clearly a spammers target thread.
     
Thread Status:
Not open for further replies.

Share This Page