Quote - (nissmo300 @ Nov 6 2004, 06:33)
Herby I tried to make one of my own shortcuts but have some problems I basically want to make 1 icon so when i right click on it, it'll show me my apps. For example this is what I did:
1. I went to the CLSID where you created yours.
2. I made a dummy key called: {00000000-5001-0000-0000-000000000002}
3. Then under that I created 3 more dummy keys like the ones you had. I looked like this:
CODE
CLSID
{00000000-5001-0000-0000-000000000002}
DefaultIcon
Shell
Ad-Aware SE
Command (%ProgramFiles%\Lavasoft\Ad-Aware SE Professional\Ad-Aware.exe)
ShellFolder
But when I export it and try it, it says Access Denied. Why?
[snapback]584872761[/snapback]
It does'nt work because the command must be an "Expandable String Value"
Create a new "Expandable String Value" in the Command key, select Modify and copy the command in there (%ProgramFiles%\Lavasoft\Ad-Aware SE Professional\Ad-Aware.exe) and delete the (Default) string.
Now export the whole key {00000000-5001-0000-0000-000000000002} and delete it.
Edit the exported reg file and rename "New Value #1" to @.
You should get something like this:
CODE
[HKEY_CLASSES_ROOT\CLSID\{00000000-5001-0000-0000-000000000002}\Shell\Ad-Aware SE\Command]
@=hex(2):a lot of numbers
Don't forget to add [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5001-0000-0000-000000000002}] to get it on your Desktop.
Now import the modified reg file and it should work!
Quote - (netmen @ Nov 6 2004, 07:46)
herby help my witch my My Documents.
i have win xp prof sp2 PL. My Documents i heve My &Music in D:\dokumenty\netmen5\Moja muzyka , My &Videos in D:\dokumenty\netmen5\moje filmy\filmy , My &Pictures in D:\dokumenty\netmen5\Obrazy, my downloads in d:\downloads\ and this Shortcuts dosyn't work. plz help
sorry too my english i heve in school only deutsh

[snapback]584873102[/snapback]
Hi netmen, welkome to Neowin!
In Post #91 (Page 7) I explained how to edit the commands.
Search the registry for {00000000-5002-0000-0000-000000000002}, you can edit the commands there in the Shell key.
[/Herby]