SC.EXE

This weekend we are doing a conversion for an existing site, migrating their data from their existing EMR into the new platform. One of the tasks I was responsible for was stopping the windows service that runs the lab interface and e-prescribe messaging.

So I created a .bat file with these two lines:

sc stop servicename
sc config servicename start= disabled

I created a scheduled task on the server to run this .bat file at 7:01pm, when the data conversion was expected to begin. The site would be closed by then and the database would have been taken offline as well. And I didn’t have to login and work on a Friday night.

I can’t wait until our new platform is off of Windows 2003 and we move forward to Windows 2008 R2. I’m eager to start using PowerShell.

Performance Evaluations and Goal Setting

One time years ago I had a performance evaluation that left me speechless. It was 25 minutes of being told I exceeded expectations in every area but one; my manager kindly requested I shave my beard.

Some time ago I had a performance evaluation that was entirely peer review, despite having no peers.

Two years ago I had a performance evaluation that resulted in a promotion.

But this year, my performance evaluation is the first one I’ve thought long and hard about in the days following. I usually leave those one-on-ones feeling like I’m doing well, better than average, and that I just need to keep doing what I’m doing. But this year, I wasn’t applauded for doing routine tasks that are in my comfort zone. I wasn’t applauded for being likable or friendly or easy to work with. I was expected to be easy to work with. I was expected to make quick work of routine tasks. I was expected to hit all my dates. I got a clear evaluation of the key areas I need to improve in. I didn’t like it at first. I don’t think anyone likes being told exactly how they are inadequate.

I remember the last time I felt like that: I was cut from the Varsity Golf team in High School. I hadn’t improved between my Sophomore and Junior year and someone else stepped up and took my spot. I worked with a golf instructor a few times over the next year and he showed me the flaws in my swing and gave me a new practice routine. It took hitting a lot of practice balls (at the range and on the course) but I played again as a Senior.

Good news, I’m not in danger of getting cut. My boss even mentioned that there’s really never been a time he’s come to me with a question and I didn’t have an answer or he came to me with an issue and I didn’t have a solution. But he’s going to give me practice in the areas I need to improve. My boss isn’t hesitating throwing me into the deep end. Every area of improvement I need to work on will be an area I will get plenty of practice in over the next year.  More good news, knowing where you need to improve makes setting goals easier. I’ve already purchased a few books on Amazon to help straighten out my work routine. We’ll see how well I adapt, changing habits can be hard, but I expect to get better in some of my weak areas. I’m glad to have a new baseline of my work performance rather than just being told “you’re doing fine”.

Calendar verses Tasklist

Outlook 2007 has a “To-Do Bar” that shows a current month calendar,  the next several calendar appointments, and a list of active tasks. I’ve seen the To-Do bar used in lots of ways, but those who seem to get the most out of it have done the following things to tweak it:

  • Hide the “Date Navigator”. Just another word for “monthly calendar”, it doesn’t do anything at a glance that the calendar in the system tray won’t tell you. So free up the vertical screen real estate in the To-Do Bar and hide it.
  • Collapse them. Like the push-pin side menus of the Microsoft Development tools, you can collapse the To-Do Bar so it docks on the right hand side of the window. You can do the same thing to the folder view on Navigation Pane on the left if you want to reclaim even more horizontal screen real estate.
  • In the Appointments don’t show every appointment you have that day, bump up the number of appointments shown. If the Appointments show the same recurring weekly meeting twice, tick that number down. My sweet spot is 3-5 appointments shown.
  • Show the Task List. Customize the fields displayed. I’ve stripped down the original fields and just show Task Subject, Due Date, Category (if you aren’t using Categories, start!), & Importance. Then I sort by Flag Status.

One of the Project Managers I work with does not display Date Navigator or Task List, just Appointments. Considering he has 5 meetings a day, he can see his week at a glance. One of the support techs I work with doesn’t really ever attend meetings, so he has a huge tasks list. It’s like having Mail & Tasks open at the same time.

And when I move to Office 2010, I’ll have to reinvent my system all over again. Super.