Link To Start Menu

Does anyone know how to link an icon in OD to the WinXP Start Menu? :(

#76211

Why would you want to do that? That would take longer than taping the Windows key and no less than hitting the start menu button. I'm just curious why you would want such a thing.

#76212

Because Ive got a ghetto old-ass laptop that doesnt have a windows key :rant:

#76223

I use a tiny app called Winkey and link to it for access to the Start Menu.

#76230

Get a Prog Called Press Start ,, http://www.tsoftcentral.com/tools/ . That should help.

#76231

Thanks Brazil....it works greattt!!! I really appreciate it :D

#76246

Paste the following into a vbs file:

dim WshShell
Set WshShell = Wscript.createobject("wscript.shell")
WshShell.sendkeys "^{ESC}"
Set WshShell = nothing

And add a shortcut to the .vbs file on your dock.

#76414