Making ObjectDock Open Specific Control Panel Items
Hey, I'm using StarDock ObjectDock on Windows 7. I've done a little bit of research and it seems to open a specific control panel item (lets say Windows Update) Windows lets you use the following link to access it.... c:\windows\system32\control.exe /name Microsoft.WindowsUpdate
If I click "Run" on Windows and type that in and execute it, sure enough it brings me to the Windows Update application.
So knowing this I've tried creating a shortcut in a tabbed dock within ObjectDock. I've tried this and so many other sequences and I can't get it to work. What I can do is under the shortcut I can type c:\windows\system32\control.exe and that will open up Control Panel, but I can't access the specific items within control panel it seems.
Before I gave up I tried one thing that did work. I opened up notepad and typed in c:\windows\system32\control.exe /name Microsoft.WindowsUpdate and saved this text as a bat file (.bat) and when I created a shortcut in the tabbed dock, I just pointed the link to this bat file, and bingo it worked. But I'm still wondering how I can do it without pointing to the bat file?
Can I create a string of text within the tab dock's shortcut to make it work?