Creating ultimate hidden folders in windows (Only you can access them)
@serioushacker (121)
India
March 8, 2007 2:40am CST
I assume you want to hide project1 folder in drive D:
open command prompt type D:
you should land at D:/_
type 'attrib project1 +h +s +a' without quotes, enter
the folder project1 is hidden. It can't be viewed even when the 'show hidden files' option is on.
TO unhide
type
attrib project1 -h -s -a
For some more hacks, visit http://cyberpeace.blogspot.com§Enjoy§
3 responses
@serioushacker (121)
• India
9 Mar 07
Do you get some error message while hiding your folders via command prompt? For example an error message like 'Parameter not correct'? It works fine in my system. One more thing to make sure that the folder which you are trying to hide must not contain spaces like "ghost rider", it has space. First rename it as 'ghostrider' and then try to hide it. This trick works fine in Windows XP. If you are using Windows 98, then I've got another trick to specially 'Encrypt' Files via command prompt.
@nazrai (6)
• Malaysia
12 Mar 07
I've tried it again but still doesn't work. At the command prompt, I entered `attrib project1 +h +s +a`, then enter. Then I close the command prompt.
Then I open `my computer` go to `d:\` , I found the `project1` folder was created, and hidden.
Anything wrong in my steps or with my computer? FYI I'm using window XP home edition
@sahyd2don (2942)
• India
11 Mar 07
I have tried it.I am using windows Xp sp2.Its not working on my system. It says file name is not recognised as an internal or external command ,operable program or batchfile name.
@Fixpcbugs (274)
• India
10 Mar 07
Your trick about changing the attribute of the folder with
some special switches is just fantastic....i am impressed..
thanks...a lot.