Jump to content

Super Hidden Folder


Endgame
 Share

Recommended Posts

Good day everyone!

I am attempting to create a folder that I would like to hide from most users. I understand that there are things called super-hidden folders in Windows 2000 and later. I was wondering if anyone had any insight into the creation of said folders and how this may be done using AutoIt? Thanks for the help.

Link to comment
Share on other sites

Looks like they are just files that have the system & hidden attrib turned on, nothing all that special.

Here's some MSDN info:

Super Hidden Files

A new feature we have on Windows 2000 is Super Hidden Files. These are files with both the System and the Hidden attributes. The files are still there but when you are in Windows Explorer, these files are not going to show up. Even if you check Show Hidden Files, you won't see them. There is a new check box on the list of attributes for a folder that will allow the user to see these files that is unchecked by default.

This is not really a compatibility problem for the 32-bit applications. Applications can see these files in the common Open File dialog box, and can open the files without any problem. The command line will still work. If you do a Dir /ASH to see the Super Hidden Files, you will see all the files.

The only compatibility issue here is for 16-bit applications, which may fall into a trap if they make calls through the INT21 on MS-DOS. The INT21 on MS-DOS will only find the hidden service file, if you have actually asked to find hidden files.

Some of the files that you'll find hidden:

MS-DOS system files, such as io.dos and Office Fast Find files.

From:

http://msdn.microsoft.com/library/default....2000appcomp.asp

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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