Page 2 of 2
Re: How to hide a folder?
Posted: Fri Oct 23, 2009 7:19 pm
by Thorium
I remember a nice way of hiding files on DOS and Win9x. But with NTFS partitions it's not that easy. The trick was very common in the DOS era: Basicly you remove the file(s) from the file table of the hard disk and flag the clusters that the files uses as bad or damaged. So the OS will not use this clusters anymore. Then you have to save the information of the file (filename, path, wich clusters it's on) to a database or datafile or whatever. Because you only have to manipulate the file table and set some flags it was very fast. However NTFS is another story.
Re: How to hide a folder?
Posted: Sun Oct 25, 2009 4:17 am
by Rook Zimbabwe
I had thought that if a file name started with ! or $ it was invisible? Automatically???
Re: How to hide a folder?
Posted: Tue Oct 27, 2009 5:39 pm
by SFSxOI
Rook Zimbabwe wrote:I had thought that if a file name started with ! or $ it was invisible? Automatically???
Nah...take a clue from the Sony root kit fiasco...ie.... $sys$_somenamehere
Re: How to hide a folder?
Posted: Tue Oct 27, 2009 9:46 pm
by Rook Zimbabwe
I wonder if the $Sys$_
NAMEHERE would even work on Vista or 7???

Re: How to hide a folder?
Posted: Wed Oct 28, 2009 9:58 am
by PB
> I wonder if the $Sys$_NAMEHERE would even work on Vista or 7???
It doesn't work here on XP, that's for sure.