Is there a win hotkey combination to start your browser? I know that win + E will start windows explorer, but I have found nothing to start the browser in windows 7?

If there isn't such a key is there a utility that could be installed to set up the combination like Win+B?

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

Some keyboards have special keys that open a browser, probably using special HID keycodes or application software. You could also try setting up a shortcut key or use another method for launching the program.

link|improve this answer
feedback

If your browser is pinned to the taskbar you can press Win+Nmbr, where Nmbr is the corresponding number where the icon is in the taskbar.

For example, I have IE on the first position in the taskbar. So when I press Win+1 IE comes up.

link|improve this answer
Are you certain this is a standard Windows feature? It does not work on my system (Windows Server 2003), and I did not find it in a list of Windows XP shortcuts on the net. – sleske Jul 29 '10 at 8:28
2  
It's a standard feature on windows 7. Perhaps Vista. But not Server 2003 or XP. – Smetad Anarkist Jul 29 '10 at 10:06
its a feature of anyone that has the aero interface. vista, 2008, win7 and 2008 R2. – MikeJ Jul 29 '10 at 20:06
feedback

Right click your browser shortcut, wherever it is, and choose properties. Then pick a shortcut key in the "shortcut key" box. This might start a new instance every time, I'm not sure.

link|improve this answer
feedback

AutoHotkey will do that nicely. Say for Windows Key + b

#b::Run, iexplore.exe
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.