Jump to content

how to create a system folder?


mitsukai

Recommended Posts


You can make any standard folder a system folder by using a vb script called togglesystembit I think.

As for folders like printers, control panel, My Computer, etc..., they aren't actually real folders but virtual ones, otherwise known as namespace extensions.

Other folders are both real and virtual, that's the recycle bin, the temporary internet files, Cookies and IE history folders for example. Here you have namespace extensions handling the contents of real folders.

If you want to create such folders you need to learn coding and write a namespace extension dll and register it in your system.

That's a nice tool to put executables in the control panel :

http://www.simtel.net/pub/pd/68753.html

Link to comment
Share on other sites

Create your folder "c:\Myfolder". Then in command prompt, type "attrib +s +h +r C:\Myfolder". This will make it a system folder - meaning it's hidden (even when viewing hidden files and folder), but it's visible when viewing hidden system files. Otherwise, you can't make a folder to add to control panel unless you write an extension.

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
  • Recently Browsing   0 members

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