1、创建一个GUID标识该系统目录,比如:{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}。下面的操作步骤将全部使用这个示例GUID。
2、打开注册表编辑器(Registry Editor),在"HKEY_CLASSES_ROOT\CLSID"下New Key:{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89},默认值可以定义显示名称。
3、"HKEY_CLASSES_ROOT\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}"下New Key:DefaultIcon,默认值可以定义图标路径。
4、"HKEY_CLASSES_ROOT\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}"下New Key:InprocServer32,默认值=shell32.dll。
5、"HKEY_CLASSES_ROOT\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}"下New Key:ThreadingModel,默认值=Apartment。
6、"HKEY_CLASSES_ROOT\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}"下New Key:Shell\My Folder\Command,默认值格式=explorer /root,[path]。比如:explorer /root,C:\Users\Administrator\SkyDrive。
7、"HKEY_CLASSES_ROOT\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}"下New Key:Shell Folder,New Binary Value(Attributes)= 00 00 00 00。
8、"HKEY_CLASSES_ROOT\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}"下New Key:ShellEx\PropertySheetHandlers\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}。
9、"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace"下New Key:{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}。
最终效果如下:
以上转自:http://www.cnblogs.com/junchu25/p/3364183.html
=================================================================
其它可创建系统文件夹的位置:
控制面板
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace
桌面
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
另一种系统文件夹的创建方法(附:酷盘系统文件夹注册表)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}]
@="我的酷盘"
"InfoTip"="从这里进入酷盘"
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\DefaultIcon]
@="C:\\Users\\joeyz\\AppData\\Roaming\\Kanbox Network\\Kanbox\\Application\\Bin\\Resources\\Images\\UserDirectoryWin7.ico"
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\InprocServer32]
@="shdocvw.dll"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\Instance]
"CLSID"="{0afaced1-e828-11d1-9187-b532f1e9575d}"
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\Instance\InitPropertyBag]
"Target"="D:\\我的酷盘"
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\shellex]
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\shellex\PropertySheetHandlers\{4FD2B970-39AA-4F42-9752-BEA582663920}]
[HKEY_CLASSES_ROOT\CLSID\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}\ShellFolder]
"Attributes"=dword:f8800148
"PinToNameSpaceTree"=""
"QueryForOverlay"=""
"wantsFORPARSING"=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0A17B3CE-E591-426b-A3C1-E8D9F163F21E}]
@="我的酷盘"