QUOTE(Dawwe @ Jul 5 2005, 21:06)
Thank you, but i dont sure im following you.
This code:
[HKEY_CLASSES_ROOT\CLSID\{00000000-5015-0000-0000-000000000002}\Shell\10mini]
@="&WMP 9 minimized"
[HKEY_CLASSES_ROOT\CLSID\{00000000-5015-0000-0000-000000000002}\Shell\10mini\Command]
@="%ProgramFiles%\\Windows Media Player\\wmplayer.exe && %WinDir%\\NirCmd.exe win min title Windows Media Player"
Is supposed to open wmplayer and minimize it.
It doesnt work work at all, and when I edit in regedit it just execute the first command.
[right][snapback]586167562[/snapback][/right]
You can use the && command only with the Command Prompt (Cmd.exe) and with the execmd command from NirCmd:
Nircmd.exe execmd nircmd exec show "%ProgramFiles%\Windows Media Player\wmplayer.exe" && nircmd win min title "Windows Media Player"When you use paths like %ProgramFiles% in the command, you must use an Expandable String Value:
[HKEY_CLASSES_ROOT\CLSID\{00000000-5015-0000-0000-000000000002}\Shell\10mini]
@="&WMP 9 minimized"
[HKEY_CLASSES_ROOT\CLSID\{00000000-5015-0000-0000-000000000002}\Shell\10mini\Command]
@=hex(2):4e,00,69,00,72,00,63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,65,\
00,78,00,65,00,63,00,6d,00,64,00,20,00,6e,00,69,00,72,00,63,00,6d,00,64,00,\
20,00,65,00,78,00,65,00,63,00,20,00,73,00,68,00,6f,00,77,00,20,00,22,00,25,\
00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,4d,00,65,00,64,\
00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,00,77,00,6d,00,\
70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,22,00,20,00,26,\
00,26,00,20,00,6e,00,69,00,72,00,63,00,6d,00,64,00,20,00,77,00,69,00,6e,00,\
20,00,6d,00,69,00,6e,00,20,00,74,00,69,00,74,00,6c,00,65,00,20,00,22,00,57,\
00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,4d,00,65,00,64,00,69,00,61,00,\
20,00,50,00,6c,00,61,00,79,00,65,00,72,00,22,00,00,00
^^ That should do the trick!
QUOTE(Nocko @ Jul 6 2005, 07:15)
THX for your post, i would like to explain that i'm not a very big computer freak and i' m woring what happend when i do something wrong!
Isn't there any simple program for this, i have on my desctop a few icons, like My computer, My documents, Recycle bin and 2 other, i would like to change only this but no other!
It there any help for me?
[right][snapback]586169989[/snapback][/right]
Not yet,.. but
Tbhoc is creating a program to create them.
When there's any news about it I'll post it here.