其实我自己仿照oemlink一样更改注册表,如下,但是花了不少时间始终没有成功,还有大家帮忙看看:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}]
@="MyPrograms"
"InfoTip"="All My Personal programs are here"
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\
45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,31,00,36,00,32,\
00,00,00
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\InProcServer32]
@=hex(2):53,00,48,00,44,00,6f,00,63,00,56,00,77,00,2e,00,64,00,6c,00,6c,00,00,\
00
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\Instance]
"CLSID"="{0AfACED1-E828-11D1-9187-B532F1E9575D}"
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\Instance\InitPropertyBag]
"Target"=hex(2):44,00,3a,00,5c,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,\
65,00,73,00,00,00
;目录为D:\Favorites
"Attributes"=dword:00000015
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\shell]
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\shell\find\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\shell\find\ddeexec\topic]
@="AppProperties"
[HKEY_CLASSES_ROOT\CLSID\{FFFFFFFF-0000-0000-0000-000000000001}\ShellFolder]
"Attributes"=dword:f8000110
"WantsFORPARSING"=""
;------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"MyPrograms"="D:\\Favorites"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"MyPrograms"=hex(2):44,00,3a,00,5c,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,\
65,00,73,00,00,00
;目录为D:\Favorites
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\New]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"MyPrograms"="D:\\Favorites"
;------------------------
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\MyProgram]
"Type"="checkbox"
"Text"="Show MyPrograms Folder"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="StartMenuMyPrograms"
"CheckedValue"=dword:00000002
"UncheckedValue"=dword:00000000
"HelpID"="windows.hlp#51134"
"DefaultValue"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\MyPrograms\Policy]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\MyPrograms\Policy\NoMyProgramsMenu]
@=""
|