Jump to content

nameless hidden folder


implague

Recommended Posts

hi there here iam posting som methods of creating nameless and hidden folders

create a folder nd holdalt+999999999 on a numpad it'll create the folder without name

to hide that go to cmd>attribe +s +h nd folder name

to unhide attribe -s -h foldername

alt+0160

1.Select file, press F2.

2.Hold alt key and type 0160 from the numpad.

3.Release the alt key. Now without doing anything else, again hold alt key and press 0160.

4.Press enter and you will have second nameless file in the same directory.

5.Repeat step 3 to create as many nameless files or folders in the same directory.

to delete the nameess folder

Open cmd and navigate to folder

and type

CODE

rd "< press ALT+255 >"

it looks like this

CODE

rd " "

OR...............

What you need to do is open command prompt, go to the parent directory of the folder using the cd command, then type dir/x.

You'll be able to see the short names of the files and directories (those which end with ~1). In this case the short name will be 0A00~1.

Now type attrib -r -a -h -s 0A00~1.

Next rename the folder using ren 0A00~1 abc

Finally remove the directory using rd abc or you can do this from the GUI too.

hope u like it by the way u can name the folder as "con" with the help of this method

Link to comment
Share on other sites


  • Replies 4
  • Views 1.9k
  • Created
  • Last Reply
  • Administrator

Just a quick note. Do the above steps on a new and empty folder to avoid data loss.

Link to comment
Share on other sites


  • 8 months later...
  • 1 month later...

Its good for more than just porn. I have projects that I hide so that I have at least some security if a co-worker jumps on my lappy for a sec. I dont need my hard work going to someone elses promotion.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...