Make Hidden Folders

 

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.