No, my method:
1) Knowing Windows as well as I do, first thing after experimenting with properties and doing a web search is hit the registry, where I find the following key, and it is the only key relating to the start panel or involving both the start menu and the My <Type> Folders:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics]
There was a similar MyDocs key and MyMusic key so I was sure I had hit the jackpot. So, I exported the key and all subkeys and changed all references to "MyPics" to "MyVids" and added the new key, no change to the start panel or the properties page.CurrentVersion\Explorer\StartMenu\StartPanel\MyPics]
2) So, I look at the subkeys and the data for the keys, and I find these pices of data under the main key:
CODE
"Text"="@shell32.dll,-30486"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,236"
So, I open up a dll viewer (IconView version 3.5, freeware) and look at icon 236 and see it is the icon for the My Pictures folder, so I change the number to 238 (the number for the My Videos icon). I notice from similar keys such as the MyMusic key that the last number in the text reference matched the last number in the icon reference, so i try changing the text reference to -30488, which turns out to not exist (or simply not work, I'm not sure)."Bitmap"="%SystemRoot%\\System32\\shell32.dll,236"
3) So I change the text from pointing at a shell32.dll reference to simply "My Videos" and low and behold, on the properties page appears a reference to the My Videos file and adding it to the start panel. So I check the radio button that says add to panel as link, nothing happens. So I keep looking at the keys, and I see one called policy with a sub key like such:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ _
Explorer\StartMenu\StartPanel\MyVids\Policy\NoSMMyPictures]
Explorer\StartMenu\StartPanel\MyVids\Policy\NoSMMyPictures]
I do a little online research and find out this is a reference to a windows policy, but I can't find a similar poicy for the My Videos folder, so I became stumped.
Now the question(s):
1) Does anyone know of an existing windows policy for the My Videos folder?
2) Does anyone know how to copy and edit an existing policy?
3) Does anyone know how to create a new policy regarding something like this from scratch?
~Viz
P.S. Just for your reference, a copy of the original MyPics key and sub keys and my new MyVids key and subkeys.
Original MyPics key as exported by RegEdit:
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics]
"Type"="group"
"Text"="@shell32.dll,-30486"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,236"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Hide]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30492"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Menu]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30491"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Open]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30490"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Policy]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Policy\NoSMMyPictures]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics]
"Type"="group"
"Text"="@shell32.dll,-30486"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,236"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Hide]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30492"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Menu]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30491"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Open]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30490"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Policy]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Policy\NoSMMyPictures]
@=""
New MyVids key as exported by Regedit:
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids]
"Type"="group"
"Text"="@shell32.dll,-30488"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,238"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Hide]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30492"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Menu]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30491"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Open]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30490"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Policy]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Policy\NoSMMyVideos]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids]
"Type"="group"
"Text"="@shell32.dll,-30488"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,238"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Hide]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30492"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Menu]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30491"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Open]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30490"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Policy]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Policy\NoSMMyVideos]
@=""
P.P.S. If anyone knows where to get a free legal copy of some software that will reveal the entire contents of a dll file, not just icons but text, functions, the works, please let me know.
IMP. NOTE: Some of the Registry Keys were too long and were distorting the forum page. Hence they've been broken up and shown in TWO lines using the "_" (underscore) character. Wherever you meet an "_" it means the next line is the continuation of the one prior to it.



