PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/_posts/archived/2007-03-06-start_is_all_that_and_then_some.aspx.markdown

https://gitlab.com/Blueprint-Marketing/haacked.com
Markdown | 77 lines | 60 code | 17 blank | 0 comment | 0 complexity | abcd39227b68f7360c599be504eab27b MD5 | raw file
  1. ---
  2. layout: post
  3. title: "Start++ Is All That And Then Some"
  4. date: 2007-03-06 -0800
  5. comments: true
  6. disqus_identifier: 18224
  7. categories: []
  8. ---
  9. Update: I have an even better startlet for stopping and starting
  10. services in my comments.
  11. If youre running Vista, run, dont walk, and go [download and install
  12. Start++](http://brandonlive.com/startplusplus/download "Start++ Download")
  13. (thanks to [Omar
  14. Shahine](http://www.shahine.com/omar/ "Omar Shahine’s Blog") for
  15. [turning me on to
  16. this](http://www.shahine.com/omar/Start.aspx "Start++")). Make it the
  17. first thing you do. Many thanks to [Brandon
  18. Paddock](http://brandonlive.com/ "Brandon Paddock’s Blog") who developed
  19. this nice little tool. He describes [the tool in this
  20. post](http://brandonlive.com/2007/02/22/new-tool-i-made-for-vista-start/ "New Tool For Vista").
  21. I have a message for Start++ from the Start menu. You complete me!.
  22. Ok, terribly corny jokes aside, **its the little things that save me
  23. lots of time in the long run**. For example, starting and stopping SQL
  24. server is kind of annoying for me on Vista. Heres my the typical
  25. workflow.
  26. 1. Hit *Windows Key*, type in *cmd*
  27. 2. type *net stop mssql*
  28. 3. Doh! System error 1060 occurred. Right, I need to be an
  29. administrator.
  30. 4. Grab the trackball
  31. 5. Click on the *Start* menu
  32. 6. Right click *Command Prompt*
  33. 7. Click *Run as administrator*.
  34. 8. Now type *net stop mssql*.
  35. Is your hand hurting by now? Because mine is.
  36. Of course, Im an idiot. Or, I *was* an idiot. Now, Ive mapped the
  37. Start++ keywords *startsql* and *stopsql* to automatically run the
  38. commands I need with elevated privileges.
  39. *Click for larger image.*
  40. [![Start++
  41. Menu](http://haacked.com/images/haacked_com/WindowsLiveWriter/StartIsAllThatAndThenSome_ABF8/Start++_thumb%5B3%5D.png)](http://haacked.com/images/haacked_com/WindowsLiveWriter/StartIsAllThatAndThenSome_ABF8/Start++%5B5%5D.png)
  42. Notice you can check the *Run elevated* checkbox for any command. Yes, I
  43. get the UAC prompt (Yes, I still have that sucker on), but thats not
  44. such a big deal to me. Now my workflow is reduced to:
  45. 1. Hit *Windows Key*, type in *stopsql*
  46. 2. Hit the *Left Arrow Key* and *Enter* when the UAC prompt comes up.
  47. Booya!
  48. For your convenience, Ive exported the *startsql* and *stopsql*
  49. startlets and put them on [my companys tools site
  50. here](http://tools.veloc-it.com/tabid/58/grm2id/22/Default.aspx "Start and Stop SQL Start++ Startlet").
  51. I figure this one alone saves me a few seconds every half hour.
  52. If you are using a named instance of SQL Server, you will need to change
  53. the argument in the *Arguments* column like so:
  54. `/C "net start mssql$NameOfInstance"`
  55. I have a few hundred or so startlets I can think of adding. Happy
  56. shortcutting!
  57. Technorati Tags: [Tips](http://technorati.com/tags/Tips),
  58. [Vista](http://technorati.com/tags/Vista),
  59. [Start++](http://technorati.com/tags/Start%2B%2B),
  60. [Productivity](http://technorati.com/tags/Productivity)