I want to have an entry in the desktop background right click.
I have tried by editing the registry value. When I googled, I got some idea that we have to put the entry in "HKEY_CLASSES_ROOT\Directory\Background\shell"
So, I have created the following keys in registry:
- 'HKEY_CLASSES_ROOT\Directory\Background\shell\Notepad' with value 'Notepad'
- 'HKEY_CLASSES_ROOT\Directory\Background\shell\Notepad\command' with value 'C:\WINDOWS\system32\notepad.exe'
When I tried it in windows7 it is working properly.
but it is not working in windows xp
can anyone help me sort out the issue?
Thanks in advance