Start menu button on the dock?

Plz help me! how can i get the windows start button on my dock? any1?
2,088 views 5 replies
Reply #1 Top
In Object Desktop Plus ...open dock to edit properties....click on docklets.....click on start menu.....


good to go......
Reply #2 Top
But! i can find information that u can do it with the free version too. How?
Reply #3 Top
Create a shortcut and type 'Programs Menu' in link. Not a proper "Start", but you can access to the 'All Programme' menu.
Reply #4 Top
Ok, open Notepad and paste the following VBScript into it:



set wShell=wscript.createobject("wscript.shell")
wShell.sendkeys "^{ESC}"



Save it with the extension as .vbs (NOT .txt)
Create a new shortcut in your Dock and make it a shortcut to the VBS file.
This shortcut should now open the start menu! It did for me!
Reply #5 Top
wow. worked for me too. thanks.